Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-32189 (GCVE-0-2022-32189)
Vulnerability from cvelistv5 – Published: 2022-08-09 20:17 – Updated: 2024-08-03 07:32- CWE 400: Uncontrolled Resource Consumption
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Go standard library | math/big |
Affected:
0 , < 1.17.13
(semver)
Affected: 1.18.0-0 , < 1.18.5 (semver) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T07:32:56.026Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/cl/417774"
},
{
"tags": [
"x_transferred"
],
"url": "https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66"
},
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/issue/53871"
},
{
"tags": [
"x_transferred"
],
"url": "https://groups.google.com/g/golang-announce/c/YqYYG87xB10"
},
{
"tags": [
"x_transferred"
],
"url": "https://pkg.go.dev/vuln/GO-2022-0537"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "math/big",
"product": "math/big",
"programRoutines": [
{
"name": "Float.GobDecode"
},
{
"name": "Rat.GobDecode"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.17.13",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.18.5",
"status": "affected",
"version": "1.18.0-0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "@catenacyber"
}
],
"descriptions": [
{
"lang": "en",
"value": "A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE 400: Uncontrolled Resource Consumption",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-06-12T19:05:15.506Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/417774"
},
{
"url": "https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66"
},
{
"url": "https://go.dev/issue/53871"
},
{
"url": "https://groups.google.com/g/golang-announce/c/YqYYG87xB10"
},
{
"url": "https://pkg.go.dev/vuln/GO-2022-0537"
}
],
"title": "Panic when decoding Float and Rat types in math/big"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2022-32189",
"datePublished": "2022-08-09T20:17:59",
"dateReserved": "2022-05-31T00:00:00",
"dateUpdated": "2024-08-03T07:32:56.026Z",
"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.17.13\", \"matchCriteriaId\": \"E7E9739F-F721-4396-AB8C-C4BAEB0976B6\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"1.18.0\", \"versionEndExcluding\": \"1.18.5\", \"matchCriteriaId\": \"67624D31-C75B-4EFB-965F-5A650B908FE9\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service.\"}, {\"lang\": \"es\", \"value\": \"Un mensaje codificado demasiado corto puede causar un p\\u00e1nico en Float.GobDecode y Rat GobDecode en math/big en Go versiones anteriores a 1.17.13 y 1.18.5, permitiendo potencialmente una denegaci\\u00f3n de servicio\"}]",
"id": "CVE-2022-32189",
"lastModified": "2024-11-21T07:05:53.513",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"baseScore\": 7.5, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 3.6}]}",
"published": "2022-08-10T20:15:47.507",
"references": "[{\"url\": \"https://go.dev/cl/417774\", \"source\": \"security@golang.org\", \"tags\": [\"Patch\"]}, {\"url\": \"https://go.dev/issue/53871\", \"source\": \"security@golang.org\", \"tags\": [\"Exploit\", \"Third Party Advisory\"]}, {\"url\": \"https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66\", \"source\": \"security@golang.org\", \"tags\": [\"Mailing List\", \"Patch\"]}, {\"url\": \"https://groups.google.com/g/golang-announce/c/YqYYG87xB10\", \"source\": \"security@golang.org\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://pkg.go.dev/vuln/GO-2022-0537\", \"source\": \"security@golang.org\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://go.dev/cl/417774\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://go.dev/issue/53871\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Third Party Advisory\"]}, {\"url\": \"https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Patch\"]}, {\"url\": \"https://groups.google.com/g/golang-announce/c/YqYYG87xB10\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://pkg.go.dev/vuln/GO-2022-0537\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Vendor Advisory\"]}]",
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"NVD-CWE-noinfo\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2022-32189\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2022-08-10T20:15:47.507\",\"lastModified\":\"2024-11-21T07:05:53.513\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service.\"},{\"lang\":\"es\",\"value\":\"Un mensaje codificado demasiado corto puede causar un p\u00e1nico en Float.GobDecode y Rat GobDecode en math/big en Go versiones anteriores a 1.17.13 y 1.18.5, permitiendo potencialmente una denegaci\u00f3n de servicio\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.17.13\",\"matchCriteriaId\":\"E7E9739F-F721-4396-AB8C-C4BAEB0976B6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.18.0\",\"versionEndExcluding\":\"1.18.5\",\"matchCriteriaId\":\"67624D31-C75B-4EFB-965F-5A650B908FE9\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/417774\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/53871\",\"source\":\"security@golang.org\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/YqYYG87xB10\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2022-0537\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://go.dev/cl/417774\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/53871\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/YqYYG87xB10\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2022-0537\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]}]}}"
}
}
RHSA-2023:0446
Vulnerability from csaf_redhat - Published: 2023-01-25 09:20 - Updated: 2025-11-27 23:54Notes
{
"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 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 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": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \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: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\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* Internal linking fails on ppc64le (BZ#2144545)\n\n* crypto testcases fail on golang on s390x [rhel-8] (BZ#2149313)",
"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:0446",
"url": "https://access.redhat.com/errata/RHSA-2023:0446"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"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": "2139718",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139718"
},
{
"category": "external",
"summary": "2149313",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149313"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0446.json"
}
],
"title": "Red Hat Security Advisory: go-toolset:rhel8 security and bug fix update",
"tracking": {
"current_release_date": "2025-11-27T23:54:43+00:00",
"generator": {
"date": "2025-11-27T23:54:43+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:0446",
"initial_release_date": "2023-01-25T09:20:12+00:00",
"revision_history": [
{
"date": "2023-01-25T09:20:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-01-25T09:20:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-27T23:54:43+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.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.module%2Bel8.7.0%2B17845%2B708ebe87?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64 (go-toolset:rhel8)",
"product_id": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.module%2Bel8.7.0%2B17845%2B708ebe87?arch=src\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"product": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src (go-toolset:rhel8)",
"product_id": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=src\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"product": {
"name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src (go-toolset:rhel8)",
"product_id": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.8.3-1.module%2Bel8.7.0%2B15126%2B0e0a42d9?arch=src\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"product": {
"name": "golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch (go-toolset:rhel8)",
"product_id": "golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=noarch\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"product": {
"name": "golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch (go-toolset:rhel8)",
"product_id": "golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=noarch\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"product": {
"name": "golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch (go-toolset:rhel8)",
"product_id": "golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=noarch\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"product": {
"name": "golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch (go-toolset:rhel8)",
"product_id": "golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=noarch\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.module%2Bel8.7.0%2B17845%2B708ebe87?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le (go-toolset:rhel8)",
"product_id": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.module%2Bel8.7.0%2B17845%2B708ebe87?arch=s390x\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"product": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x (go-toolset:rhel8)",
"product_id": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=s390x\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=s390x\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64 (go-toolset:rhel8)",
"product_id": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.8.3-1.module%2Bel8.7.0%2B15126%2B0e0a42d9?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.8.3-1.module%2Bel8.7.0%2B15126%2B0e0a42d9?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.8.3-1.module%2Bel8.7.0%2B15126%2B0e0a42d9?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.module%2Bel8.7.0%2B17845%2B708ebe87?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64 (go-toolset:rhel8)",
"product_id": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64 (go-toolset:rhel8)",
"product_id": "golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8"
},
"product_reference": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
}
]
},
"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",
"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": [
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
]
},
"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-01-25T09:20:12+00:00",
"details": "For details on how 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.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0446"
}
],
"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": [
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
]
}
],
"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",
"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": [
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
]
},
"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-01-25T09:20:12+00:00",
"details": "For details on how 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.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0446"
}
],
"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": [
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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": [
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
]
},
"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": "2023-01-25T09:20:12+00:00",
"details": "For details on how 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.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0446"
}
],
"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": [
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
]
}
],
"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": [
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
]
},
"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": "2023-01-25T09:20:12+00:00",
"details": "For details on how 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.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0446"
},
{
"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.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
]
}
],
"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": [
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
]
}
],
"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"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-41715",
"discovery_date": "2022-10-07T00:00:00+00:00",
"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": [
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
]
},
"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-01-25T09:20:12+00:00",
"details": "For details on how 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.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0446"
}
],
"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": [
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"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": [
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
]
},
"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-01-25T09:20:12+00:00",
"details": "For details on how 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.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0446"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8",
"AppStream-8.7.0.Z.MAIN:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
RHSA-2022:8626
Vulnerability from csaf_redhat - Published: 2022-11-28 20:47 - Updated: 2025-11-21 18:35Notes
{
"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.11.17 is now available with\nupdates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.11.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. 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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.11.17. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHBA-2022:8627\n\nSecurity Fix(es):\n\n* golang: net/http: improper sanitization of Transfer-Encoding header\n(CVE-2022-1705)\n* golang: net/http: handle server errors after sending GOAWAY\n(CVE-2022-27664)\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit\nX-Forwarded-For not working (CVE-2022-32148)\n* golang: math/big: decoding big.Float and big.Rat types can panic if the\nencoded message is too short, potentially allowing a denial of service\n(CVE-2022-32189)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s)\nlisted in the References section.\n\nAll OpenShift Container Platform 4.11 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.11/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-2022:8626",
"url": "https://access.redhat.com/errata/RHSA-2022:8626"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"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": "OCPBUGS-4045",
"url": "https://issues.redhat.com/browse/OCPBUGS-4045"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8626.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.11.17 packages and security update",
"tracking": {
"current_release_date": "2025-11-21T18:35:12+00:00",
"generator": {
"date": "2025-11-21T18:35:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2022:8626",
"initial_release_date": "2022-11-28T20:47:08+00:00",
"revision_history": [
{
"date": "2022-11-28T20:47:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-28T20:47:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:35: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.11",
"product": {
"name": "Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.11::el8"
}
}
},
{
"category": "product_name",
"name": "Ironic content for Red Hat OpenShift Container Platform 4.11",
"product": {
"name": "Ironic content for Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-IRONIC-4.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ironic:4.11::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"product": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"product_id": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.24.2-7.el8.src",
"product": {
"name": "cri-tools-0:1.24.2-7.el8.src",
"product_id": "cri-tools-0:1.24.2-7.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.24.2-7.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.src",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.src",
"product_id": "ignition-0:2.14.0-5.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.11.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"product_id": "openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.11.0-202211091106.p0.g5658434.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"product": {
"name": "python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"product_id": "python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sushy@4.1.3-0.20221107175431.1da4385.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product_id": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product_id": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product_id": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.24.2-7.el8.x86_64",
"product": {
"name": "cri-tools-0:1.24.2-7.el8.x86_64",
"product_id": "cri-tools-0:1.24.2-7.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.24.2-7.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"product_id": "cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.24.2-7.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"product_id": "cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.24.2-7.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_id": "ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.11.0-202211091106.p0.g5658434.assembly.stream.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product_id": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product_id": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product_id": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.24.2-7.el8.aarch64",
"product": {
"name": "cri-tools-0:1.24.2-7.el8.aarch64",
"product_id": "cri-tools-0:1.24.2-7.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.24.2-7.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"product_id": "cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.24.2-7.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"product_id": "cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.24.2-7.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_id": "ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.11.0-202211091106.p0.g5658434.assembly.stream.el8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product_id": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product_id": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product_id": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.24.2-7.el8.ppc64le",
"product": {
"name": "cri-tools-0:1.24.2-7.el8.ppc64le",
"product_id": "cri-tools-0:1.24.2-7.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.24.2-7.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"product_id": "cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.24.2-7.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.24.2-7.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_id": "ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.11.0-202211091106.p0.g5658434.assembly.stream.el8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product_id": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product": {
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product_id": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product_id": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.24.2-7.el8.s390x",
"product": {
"name": "cri-tools-0:1.24.2-7.el8.s390x",
"product_id": "cri-tools-0:1.24.2-7.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.24.2-7.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"product_id": "cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.24.2-7.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"product_id": "cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.24.2-7.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_id": "ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.11.0-202211091106.p0.g5658434.assembly.stream.el8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"product": {
"name": "python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"product_id": "python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy@4.1.3-0.20221107175431.1da4385.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"product": {
"name": "python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"product_id": "python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy-tests@4.1.3-0.20221107175431.1da4385.el8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64"
},
"product_reference": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le"
},
"product_reference": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x"
},
"product_reference": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src"
},
"product_reference": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64"
},
"product_reference": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x"
},
"product_reference": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.24.2-7.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64"
},
"product_reference": "cri-tools-0:1.24.2-7.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.24.2-7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le"
},
"product_reference": "cri-tools-0:1.24.2-7.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.24.2-7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x"
},
"product_reference": "cri-tools-0:1.24.2-7.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.24.2-7.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src"
},
"product_reference": "cri-tools-0:1.24.2-7.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.24.2-7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64"
},
"product_reference": "cri-tools-0:1.24.2-7.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.24.2-7.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.24.2-7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.24.2-7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.24.2-7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src"
},
"product_reference": "python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"relates_to_product_reference": "8Base-RHOSE-IRONIC-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
},
"product_reference": "python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-IRONIC-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
},
"product_reference": "python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-IRONIC-4.11"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding header",
"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-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T20:47:08+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8626"
}
],
"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-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"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-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
}
],
"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-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
},
"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": "2022-11-28T20:47:08+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8626"
}
],
"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-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-32148",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working",
"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-200: Exposure of Sensitive Information to an Unauthorized Actor vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token, multi-factor authentication (MFA), which is coupled with account management controls, including integration with single sign-on (SSO), to ensure that user permissions are restricted to only the functions necessary for their roles. Access to sensitive information is explicitly authorized and enforced based on predefined access policies. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, which helps identify patterns of unauthorized access or data exposure. The platform enforces the use of validated cryptographic modules across compute resources to protect the confidentiality of information, even in the event of interception.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "RHBZ#2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148"
},
{
"category": "external",
"summary": "https://go.dev/issue/53423",
"url": "https://go.dev/issue/53423"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T20:47:08+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8626"
}
],
"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-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
}
],
"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-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
},
"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": "2022-11-28T20:47:08+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8626"
},
{
"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.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
}
],
"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-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
}
],
"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"
}
]
}
RHSA-2022_8534
Vulnerability from csaf_redhat - Published: 2022-11-24 04:11 - Updated: 2024-12-17 22:06Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Low"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.11.16 is now available with\nupdates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.11.\n\nRed Hat Product Security has rated this update as having a security impact\nof Low. 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": "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.11.16. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2022:8535\n\nSecurity Fix(es):\n\n* golang: math/big: decoding big.Float and big.Rat types can panic if the\nencoded message is too short, potentially allowing a denial of service\n(CVE-2022-32189)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.11 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.11/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-2022:8534",
"url": "https://access.redhat.com/errata/RHSA-2022:8534"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8534.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.11.16 security update",
"tracking": {
"current_release_date": "2024-12-17T22:06:46+00:00",
"generator": {
"date": "2024-12-17T22:06:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2022:8534",
"initial_release_date": "2022-11-24T04:11:41+00:00",
"revision_history": [
{
"date": "2022-11-24T04:11:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-24T04:11:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:06:46+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.11",
"product": {
"name": "Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.11::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src",
"product": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src",
"product_id": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.15.0-3.rhaos4.11.el8.src",
"product": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.src",
"product_id": "butane-0:0.15.0-3.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.15.0-3.rhaos4.11.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src",
"product_id": "openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.11.0-202211072116.p0.g5157800.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src",
"product": {
"name": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src",
"product_id": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.11.0-202211072116.p0.gdf73941.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.11.0-202211072116.p0.g142cb44.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src",
"product": {
"name": "openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src",
"product_id": "openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr@4.11.0-202211072116.p0.g93daed6.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.src",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.src",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64",
"product": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64",
"product_id": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product_id": "butane-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.15.0-3.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product": {
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product_id": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.15.0-3.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product": {
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product_id": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.15.0-3.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.11.0-202211072116.p0.g5157800.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.11.0-202211072116.p0.g142cb44.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.11.0-202211072116.p0.g142cb44.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64",
"product": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64",
"product_id": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product_id": "butane-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.15.0-3.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product": {
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product_id": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.15.0-3.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product": {
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product_id": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.15.0-3.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.11.0-202211072116.p0.g5157800.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64",
"product_id": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.11.0-202211072116.p0.g142cb44.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le",
"product": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le",
"product_id": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product_id": "butane-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.15.0-3.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product": {
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product_id": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.15.0-3.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product": {
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product_id": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.15.0-3.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.11.0-202211072116.p0.g5157800.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le",
"product_id": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.11.0-202211072116.p0.g142cb44.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x",
"product": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x",
"product_id": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.15.0-3.rhaos4.11.el8.s390x",
"product": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.s390x",
"product_id": "butane-0:0.15.0-3.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.15.0-3.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x",
"product": {
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x",
"product_id": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.15.0-3.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x",
"product": {
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x",
"product_id": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.15.0-3.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.11.0-202211072116.p0.g5157800.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x",
"product": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x",
"product_id": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.11.0-202211072116.p0.g142cb44.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch",
"product": {
"name": "butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch",
"product_id": "butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-redistributable@0.15.0-3.rhaos4.11.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.11.0-202211072116.p0.gdf73941.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.11.0-202211072116.p0.gdf73941.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-cni@4.11.0-202211072116.p0.g93daed6.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-common@4.11.0-202211072116.p0.g93daed6.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-controller@4.11.0-202211072116.p0.g93daed6.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product": {
"name": "python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product_id": "python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kuryr-kubernetes@4.11.0-202211072116.p0.g93daed6.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"product": {
"name": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"product_id": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-test@2.17.0-62.el8fdp?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64"
},
"product_reference": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le"
},
"product_reference": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x"
},
"product_reference": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src"
},
"product_reference": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64"
},
"product_reference": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.aarch64"
},
"product_reference": "butane-0:0.15.0-3.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.ppc64le"
},
"product_reference": "butane-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.s390x"
},
"product_reference": "butane-0:0.15.0-3.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.src"
},
"product_reference": "butane-0:0.15.0-3.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.x86_64"
},
"product_reference": "butane-0:0.15.0-3.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64"
},
"product_reference": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le"
},
"product_reference": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x"
},
"product_reference": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64"
},
"product_reference": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64"
},
"product_reference": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le"
},
"product_reference": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x"
},
"product_reference": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64"
},
"product_reference": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch"
},
"product_reference": "butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src"
},
"product_reference": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x"
},
"product_reference": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src"
},
"product_reference": "openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.src"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch"
},
"product_reference": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch"
},
"product_reference": "python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.11:python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64"
]
}
],
"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-4.11:butane-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch"
],
"known_not_affected": [
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.11:python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64"
]
},
"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": "2022-11-24T04:11:41+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8534"
}
],
"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-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.11:python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64"
]
}
],
"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"
}
]
}
RHSA-2023:2236
Vulnerability from csaf_redhat - Published: 2023-05-09 10:03 - Updated: 2025-11-27 23:55Notes
{
"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* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* 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-2022-32189)\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.2 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:2236",
"url": "https://access.redhat.com/errata/RHSA-2023:2236"
},
{
"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.2_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index"
},
{
"category": "external",
"summary": "2033282",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2033282"
},
{
"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": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "2163752",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163752"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2236.json"
}
],
"title": "Red Hat Security Advisory: toolbox security and bug fix update",
"tracking": {
"current_release_date": "2025-11-27T23:55:28+00:00",
"generator": {
"date": "2025-11-27T23:55:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:2236",
"initial_release_date": "2023-05-09T10:03:47+00:00",
"revision_history": [
{
"date": "2023-05-09T10:03:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-09T10:03:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-27T23:55:28+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.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.3-9.el9.src",
"product": {
"name": "toolbox-0:0.0.99.3-9.el9.src",
"product_id": "toolbox-0:0.0.99.3-9.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-9.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-9.el9.aarch64",
"product": {
"name": "toolbox-0:0.0.99.3-9.el9.aarch64",
"product_id": "toolbox-0:0.0.99.3-9.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-9.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"product": {
"name": "toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"product_id": "toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-9.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"product_id": "toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-9.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"product_id": "toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-9.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-9.el9.ppc64le",
"product": {
"name": "toolbox-0:0.0.99.3-9.el9.ppc64le",
"product_id": "toolbox-0:0.0.99.3-9.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-9.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"product": {
"name": "toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"product_id": "toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-9.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"product_id": "toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-9.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"product_id": "toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-9.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-9.el9.x86_64",
"product": {
"name": "toolbox-0:0.0.99.3-9.el9.x86_64",
"product_id": "toolbox-0:0.0.99.3-9.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-9.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-9.el9.x86_64",
"product": {
"name": "toolbox-tests-0:0.0.99.3-9.el9.x86_64",
"product_id": "toolbox-tests-0:0.0.99.3-9.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-9.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"product_id": "toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-9.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"product_id": "toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-9.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-9.el9.s390x",
"product": {
"name": "toolbox-0:0.0.99.3-9.el9.s390x",
"product_id": "toolbox-0:0.0.99.3-9.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-9.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-9.el9.s390x",
"product": {
"name": "toolbox-tests-0:0.0.99.3-9.el9.s390x",
"product_id": "toolbox-tests-0:0.0.99.3-9.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-9.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"product_id": "toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-9.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"product_id": "toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-9.el9?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.3-9.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.aarch64"
},
"product_reference": "toolbox-0:0.0.99.3-9.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-9.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le"
},
"product_reference": "toolbox-0:0.0.99.3-9.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-9.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x"
},
"product_reference": "toolbox-0:0.0.99.3-9.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-9.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src"
},
"product_reference": "toolbox-0:0.0.99.3-9.el9.src",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-9.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64"
},
"product_reference": "toolbox-0:0.0.99.3-9.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-9.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64"
},
"product_reference": "toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-9.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le"
},
"product_reference": "toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-9.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x"
},
"product_reference": "toolbox-tests-0:0.0.99.3-9.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-9.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
},
"product_reference": "toolbox-tests-0:0.0.99.3-9.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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": [
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
]
},
"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": "2023-05-09T10:03:47+00:00",
"details": "For details on how 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.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2236"
}
],
"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": [
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
]
}
],
"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": [
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
]
},
"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": "2023-05-09T10:03:47+00:00",
"details": "For details on how 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.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2236"
},
{
"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.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
]
}
],
"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": [
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
]
}
],
"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-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": [
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41717"
},
{
"category": "external",
"summary": "RHBZ#2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717"
},
{
"category": "external",
"summary": "https://go.dev/cl/455635",
"url": "https://go.dev/cl/455635"
},
{
"category": "external",
"summary": "https://go.dev/cl/455717",
"url": "https://go.dev/cl/455717"
},
{
"category": "external",
"summary": "https://go.dev/issue/56350",
"url": "https://go.dev/issue/56350"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ",
"url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-1144",
"url": "https://pkg.go.dev/vuln/GO-2022-1144"
}
],
"release_date": "2022-11-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:47+00:00",
"details": "For details on how 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.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2236"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
RHSA-2023:0584
Vulnerability from csaf_redhat - Published: 2023-05-18 14:27 - Updated: 2025-11-27 23:54Notes
{
"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.1\n\nRed Hat Product Security has rated this update as having a security impact of\nModerate. A Common Vulnerability Scoring System (CVSS) base score, which gives\na\ndetailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Secondary Scheduler Operator for Red Hat OpenShift 1.1.1\n\nSecurity Fix(es):\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n* golang: net/http: An attacker can cause 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: 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-2022-32189)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s)\nlisted in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:0584",
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2124668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"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": "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": "WRKLDS-653",
"url": "https://issues.redhat.com/browse/WRKLDS-653"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0584.json"
}
],
"title": "Red Hat Security Advisory: Secondary Scheduler Operator for Red Hat OpenShift 1.1.1 security update",
"tracking": {
"current_release_date": "2025-11-27T23:54:48+00:00",
"generator": {
"date": "2025-11-27T23:54:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:0584",
"initial_release_date": "2023-05-18T14:27:34+00:00",
"revision_history": [
{
"date": "2023-05-18T14:27:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-18T14:27:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-27T23:54:48+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:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"product": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle\u0026tag=v1.1-26"
}
}
},
{
"category": "product_version",
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64",
"product": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64",
"product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8\u0026tag=v1.1-26"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_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:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
},
"product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_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:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_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:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
},
"product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64",
"relates_to_product_reference": "8Base-OSSO-1.1"
}
]
},
"vulnerabilities": [
{
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
},
"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-05-18T14:27:34+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
},
"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": "2023-05-18T14:27:34+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
},
"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": "2023-05-18T14:27:34+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
},
{
"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:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
]
}
],
"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-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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_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": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_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-05-18T14:27:34+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/url: JoinPath does not strip relative path components in all circumstances"
},
{
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
},
"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-05-18T14:27:34+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2022-41717",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-01-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
},
"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-05-18T14:27:34+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_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": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "RHBZ#2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724"
},
{
"category": "external",
"summary": "https://go.dev/cl/468125",
"url": "https://go.dev/cl/468125"
},
{
"category": "external",
"summary": "https://go.dev/issue/58001",
"url": "https://go.dev/issue/58001"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1570",
"url": "https://pkg.go.dev/vuln/GO-2023-1570"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-18T14:27:34+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "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:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_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": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "RHBZ#2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725"
},
{
"category": "external",
"summary": "https://go.dev/cl/468124",
"url": "https://go.dev/cl/468124"
},
{
"category": "external",
"summary": "https://go.dev/issue/58006",
"url": "https://go.dev/issue/58006"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1569",
"url": "https://pkg.go.dev/vuln/GO-2023-1569"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-18T14:27:34+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "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:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption"
}
]
}
RHSA-2023:3205
Vulnerability from csaf_redhat - Published: 2023-05-18 02:55 - Updated: 2025-11-27 23:55Notes
{
"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 Virtualization release 4.13.0 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": "OpenShift Virtualization is Red Hat\u0027s virtualization solution designed for Red Hat OpenShift Container Platform.\n\nThis advisory contains OpenShift Virtualization 4.13.0 images.\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: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags (CVE-2022-32149)\n\n* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* 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-2022-32189)\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\nThis update also fixes several bugs and adds various enhancements. Documentation for these changes is available from the Release Notes document linked to 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:3205",
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2023393",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2023393"
},
{
"category": "external",
"summary": "2029391",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2029391"
},
{
"category": "external",
"summary": "2052556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2052556"
},
{
"category": "external",
"summary": "2060499",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2060499"
},
{
"category": "external",
"summary": "2070132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2070132"
},
{
"category": "external",
"summary": "2087540",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2087540"
},
{
"category": "external",
"summary": "2101390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101390"
},
{
"category": "external",
"summary": "2104424",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104424"
},
{
"category": "external",
"summary": "2104479",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104479"
},
{
"category": "external",
"summary": "2104859",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104859"
},
{
"category": "external",
"summary": "2110562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110562"
},
{
"category": "external",
"summary": "2111794",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111794"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2114922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2114922"
},
{
"category": "external",
"summary": "2116562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116562"
},
{
"category": "external",
"summary": "2117803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117803"
},
{
"category": "external",
"summary": "2122119",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2122119"
},
{
"category": "external",
"summary": "2122168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2122168"
},
{
"category": "external",
"summary": "2123209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123209"
},
{
"category": "external",
"summary": "2124668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668"
},
{
"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": "2132873",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132873"
},
{
"category": "external",
"summary": "2134010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010"
},
{
"category": "external",
"summary": "2138199",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138199"
},
{
"category": "external",
"summary": "2138653",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138653"
},
{
"category": "external",
"summary": "2138664",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138664"
},
{
"category": "external",
"summary": "2139235",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139235"
},
{
"category": "external",
"summary": "2139257",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139257"
},
{
"category": "external",
"summary": "2139260",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139260"
},
{
"category": "external",
"summary": "2139293",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139293"
},
{
"category": "external",
"summary": "2139296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139296"
},
{
"category": "external",
"summary": "2139299",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139299"
},
{
"category": "external",
"summary": "2139306",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139306"
},
{
"category": "external",
"summary": "2139479",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139479"
},
{
"category": "external",
"summary": "2139574",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139574"
},
{
"category": "external",
"summary": "2139651",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139651"
},
{
"category": "external",
"summary": "2139687",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139687"
},
{
"category": "external",
"summary": "2139820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139820"
},
{
"category": "external",
"summary": "2140730",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140730"
},
{
"category": "external",
"summary": "2140977",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140977"
},
{
"category": "external",
"summary": "2140982",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140982"
},
{
"category": "external",
"summary": "2140998",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140998"
},
{
"category": "external",
"summary": "2142511",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142511"
},
{
"category": "external",
"summary": "2143039",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2143039"
},
{
"category": "external",
"summary": "2143498",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2143498"
},
{
"category": "external",
"summary": "2143716",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2143716"
},
{
"category": "external",
"summary": "2144580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144580"
},
{
"category": "external",
"summary": "2145092",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145092"
},
{
"category": "external",
"summary": "2145126",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145126"
},
{
"category": "external",
"summary": "2145137",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145137"
},
{
"category": "external",
"summary": "2145223",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145223"
},
{
"category": "external",
"summary": "2147582",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2147582"
},
{
"category": "external",
"summary": "2148322",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148322"
},
{
"category": "external",
"summary": "2148849",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148849"
},
{
"category": "external",
"summary": "2148850",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148850"
},
{
"category": "external",
"summary": "2149118",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149118"
},
{
"category": "external",
"summary": "2149201",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149201"
},
{
"category": "external",
"summary": "2149227",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149227"
},
{
"category": "external",
"summary": "2149897",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149897"
},
{
"category": "external",
"summary": "2150364",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150364"
},
{
"category": "external",
"summary": "2150653",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150653"
},
{
"category": "external",
"summary": "2150832",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150832"
},
{
"category": "external",
"summary": "2151053",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151053"
},
{
"category": "external",
"summary": "2151056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151056"
},
{
"category": "external",
"summary": "2151427",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151427"
},
{
"category": "external",
"summary": "2151508",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151508"
},
{
"category": "external",
"summary": "2151521",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151521"
},
{
"category": "external",
"summary": "2151759",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151759"
},
{
"category": "external",
"summary": "2151766",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151766"
},
{
"category": "external",
"summary": "2151831",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151831"
},
{
"category": "external",
"summary": "2152122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152122"
},
{
"category": "external",
"summary": "2152534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152534"
},
{
"category": "external",
"summary": "2152537",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152537"
},
{
"category": "external",
"summary": "2155403",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155403"
},
{
"category": "external",
"summary": "2155409",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155409"
},
{
"category": "external",
"summary": "2155796",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155796"
},
{
"category": "external",
"summary": "2156392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156392"
},
{
"category": "external",
"summary": "2156902",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156902"
},
{
"category": "external",
"summary": "2158060",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158060"
},
{
"category": "external",
"summary": "2158079",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158079"
},
{
"category": "external",
"summary": "2158362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158362"
},
{
"category": "external",
"summary": "2158424",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158424"
},
{
"category": "external",
"summary": "2158515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158515"
},
{
"category": "external",
"summary": "2159715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159715"
},
{
"category": "external",
"summary": "2159975",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159975"
},
{
"category": "external",
"summary": "2160298",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160298"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "2161340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161340"
},
{
"category": "external",
"summary": "2162016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162016"
},
{
"category": "external",
"summary": "2162333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162333"
},
{
"category": "external",
"summary": "2163460",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163460"
},
{
"category": "external",
"summary": "2164590",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164590"
},
{
"category": "external",
"summary": "2164807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164807"
},
{
"category": "external",
"summary": "2164814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164814"
},
{
"category": "external",
"summary": "2164838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164838"
},
{
"category": "external",
"summary": "2165618",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165618"
},
{
"category": "external",
"summary": "2165943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165943"
},
{
"category": "external",
"summary": "2166165",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166165"
},
{
"category": "external",
"summary": "2166394",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166394"
},
{
"category": "external",
"summary": "2166507",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166507"
},
{
"category": "external",
"summary": "2166508",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166508"
},
{
"category": "external",
"summary": "2166512",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166512"
},
{
"category": "external",
"summary": "2167012",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167012"
},
{
"category": "external",
"summary": "2167226",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167226"
},
{
"category": "external",
"summary": "2167251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167251"
},
{
"category": "external",
"summary": "2167661",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167661"
},
{
"category": "external",
"summary": "2167979",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167979"
},
{
"category": "external",
"summary": "2168032",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168032"
},
{
"category": "external",
"summary": "2168111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168111"
},
{
"category": "external",
"summary": "2168165",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168165"
},
{
"category": "external",
"summary": "2168180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168180"
},
{
"category": "external",
"summary": "2168480",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168480"
},
{
"category": "external",
"summary": "2168484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168484"
},
{
"category": "external",
"summary": "2168486",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168486"
},
{
"category": "external",
"summary": "2168488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168488"
},
{
"category": "external",
"summary": "2168561",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168561"
},
{
"category": "external",
"summary": "2168770",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168770"
},
{
"category": "external",
"summary": "2168859",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168859"
},
{
"category": "external",
"summary": "2168861",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168861"
},
{
"category": "external",
"summary": "2169699",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169699"
},
{
"category": "external",
"summary": "2169880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169880"
},
{
"category": "external",
"summary": "2170703",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170703"
},
{
"category": "external",
"summary": "2170740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170740"
},
{
"category": "external",
"summary": "2171395",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171395"
},
{
"category": "external",
"summary": "2172371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172371"
},
{
"category": "external",
"summary": "2172375",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172375"
},
{
"category": "external",
"summary": "2172612",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172612"
},
{
"category": "external",
"summary": "2172842",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172842"
},
{
"category": "external",
"summary": "2172952",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172952"
},
{
"category": "external",
"summary": "2173527",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173527"
},
{
"category": "external",
"summary": "2173562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173562"
},
{
"category": "external",
"summary": "2173563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173563"
},
{
"category": "external",
"summary": "2173593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173593"
},
{
"category": "external",
"summary": "2173595",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173595"
},
{
"category": "external",
"summary": "2174288",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174288"
},
{
"category": "external",
"summary": "2174324",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174324"
},
{
"category": "external",
"summary": "2174334",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174334"
},
{
"category": "external",
"summary": "2174619",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174619"
},
{
"category": "external",
"summary": "2174636",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174636"
},
{
"category": "external",
"summary": "2174742",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174742"
},
{
"category": "external",
"summary": "2175054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175054"
},
{
"category": "external",
"summary": "2175171",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175171"
},
{
"category": "external",
"summary": "2175256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175256"
},
{
"category": "external",
"summary": "2175274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175274"
},
{
"category": "external",
"summary": "2175571",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175571"
},
{
"category": "external",
"summary": "2175601",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175601"
},
{
"category": "external",
"summary": "2175636",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175636"
},
{
"category": "external",
"summary": "2175641",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175641"
},
{
"category": "external",
"summary": "2175643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175643"
},
{
"category": "external",
"summary": "2175888",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175888"
},
{
"category": "external",
"summary": "2175890",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175890"
},
{
"category": "external",
"summary": "2175974",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175974"
},
{
"category": "external",
"summary": "2175976",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175976"
},
{
"category": "external",
"summary": "2175977",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175977"
},
{
"category": "external",
"summary": "2175979",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175979"
},
{
"category": "external",
"summary": "2175983",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175983"
},
{
"category": "external",
"summary": "2175985",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175985"
},
{
"category": "external",
"summary": "2175986",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175986"
},
{
"category": "external",
"summary": "2175988",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175988"
},
{
"category": "external",
"summary": "2176353",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176353"
},
{
"category": "external",
"summary": "2176355",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176355"
},
{
"category": "external",
"summary": "2176422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176422"
},
{
"category": "external",
"summary": "2176706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176706"
},
{
"category": "external",
"summary": "2176708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176708"
},
{
"category": "external",
"summary": "2176725",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176725"
},
{
"category": "external",
"summary": "2176753",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176753"
},
{
"category": "external",
"summary": "2176804",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176804"
},
{
"category": "external",
"summary": "2176843",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176843"
},
{
"category": "external",
"summary": "2177091",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177091"
},
{
"category": "external",
"summary": "2177578",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177578"
},
{
"category": "external",
"summary": "2177586",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177586"
},
{
"category": "external",
"summary": "2177589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177589"
},
{
"category": "external",
"summary": "2177668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177668"
},
{
"category": "external",
"summary": "2177763",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177763"
},
{
"category": "external",
"summary": "2177888",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177888"
},
{
"category": "external",
"summary": "2177961",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177961"
},
{
"category": "external",
"summary": "2177973",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177973"
},
{
"category": "external",
"summary": "2178037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178037"
},
{
"category": "external",
"summary": "2178628",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178628"
},
{
"category": "external",
"summary": "2178629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178629"
},
{
"category": "external",
"summary": "2179225",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179225"
},
{
"category": "external",
"summary": "2179226",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179226"
},
{
"category": "external",
"summary": "2179565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179565"
},
{
"category": "external",
"summary": "2179626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179626"
},
{
"category": "external",
"summary": "2179811",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179811"
},
{
"category": "external",
"summary": "2180146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180146"
},
{
"category": "external",
"summary": "2180279",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180279"
},
{
"category": "external",
"summary": "2180553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180553"
},
{
"category": "external",
"summary": "2180853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180853"
},
{
"category": "external",
"summary": "2182006",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182006"
},
{
"category": "external",
"summary": "2182097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182097"
},
{
"category": "external",
"summary": "2182534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182534"
},
{
"category": "external",
"summary": "2182535",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182535"
},
{
"category": "external",
"summary": "2182536",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182536"
},
{
"category": "external",
"summary": "2182538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182538"
},
{
"category": "external",
"summary": "2182539",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182539"
},
{
"category": "external",
"summary": "2182661",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182661"
},
{
"category": "external",
"summary": "2183026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183026"
},
{
"category": "external",
"summary": "2183205",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183205"
},
{
"category": "external",
"summary": "2183397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183397"
},
{
"category": "external",
"summary": "2183968",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183968"
},
{
"category": "external",
"summary": "2186767",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186767"
},
{
"category": "external",
"summary": "2187437",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187437"
},
{
"category": "external",
"summary": "2187547",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187547"
},
{
"category": "external",
"summary": "2187581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187581"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3205.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Virtualization 4.13.0 Images security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2025-11-27T23:55:39+00:00",
"generator": {
"date": "2025-11-27T23:55:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:3205",
"initial_release_date": "2023-05-18T02:55:08+00:00",
"revision_history": [
{
"date": "2023-05-18T02:55:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-18T02:55:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-27T23:55:39+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:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"product": {
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"product_id": "container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/bridge-marker-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"product": {
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"product_id": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"product": {
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"product_id": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"product": {
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"product_id": "container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"product": {
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"product_id": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hco-bundle-registry-rhel9\u0026tag=v4.13.0.rhel9--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"product": {
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"product_id": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-csi-driver-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"product": {
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"product_id": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9\u0026tag=v4.13.0-37"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"product": {
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"product_id": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"product": {
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"product_id": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"product": {
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"product_id": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"product": {
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"product_id": "container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubemacpool-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"product": {
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"product_id": "container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubesecondarydns-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"product_id": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"product_id": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-dpdk-checkup-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"product_id": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"product_id": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"product": {
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"product_id": "container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"product": {
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"product_id": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/multus-dynamic-networks-rhel9\u0026tag=v4.13.0-37"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"product": {
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"product_id": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/ovs-cni-plugin-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"product": {
"name": "container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"product_id": "container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"product": {
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"product_id": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"product_id": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"product_id": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"product_id": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"product_id": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"product_id": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"product_id": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"product_id": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"product": {
"name": "container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"product_id": "container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"product": {
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"product_id": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"product": {
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"product_id": "container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"product": {
"name": "container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"product_id": "container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"product": {
"name": "container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"product_id": "container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virtio-win-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"product": {
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"product_id": "container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"product": {
"name": "container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"product_id": "container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"product": {
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"product_id": "container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-console-proxy-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64",
"product": {
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64",
"product_id": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-network-latency-checkup-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"product": {
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"product_id": "container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"product_identification_helper": {
"purl": "pkg:oci/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/bridge-marker-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"product": {
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"product_id": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"product": {
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"product_id": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"product": {
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"product_id": "container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"product": {
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"product_id": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hco-bundle-registry-rhel9\u0026tag=v4.13.0.rhel9--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"product": {
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"product_id": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-csi-driver-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"product": {
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"product_id": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9\u0026tag=v4.13.0-37"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"product": {
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"product_id": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"product": {
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"product_id": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"product": {
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"product_id": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"product": {
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"product_id": "container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubemacpool-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"product": {
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"product_id": "container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubesecondarydns-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"product_id": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"product_id": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-dpdk-checkup-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"product_id": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"product_id": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"product": {
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"product_id": "container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"product": {
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"product_id": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/multus-dynamic-networks-rhel9\u0026tag=v4.13.0-37"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"product": {
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"product_id": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/ovs-cni-plugin-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"product": {
"name": "container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"product_id": "container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"product": {
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"product_id": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"product_id": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"product_id": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"product_id": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"product_id": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"product_id": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"product_id": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"product_id": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"product": {
"name": "container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"product_id": "container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"product": {
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"product_id": "container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"product": {
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"product_id": "container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"product": {
"name": "container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"product_id": "container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"product": {
"name": "container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"product_id": "container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virtio-win-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"product": {
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"product_id": "container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"product": {
"name": "container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"product_id": "container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"product": {
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"product_id": "container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-console-proxy-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"product": {
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"product_id": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-network-latency-checkup-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
}
],
"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:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64"
},
"product_reference": "container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64"
},
"product_reference": "container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_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:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_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:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64"
},
"product_reference": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_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:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_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:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64"
},
"product_reference": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_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:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_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:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64"
},
"product_reference": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_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:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_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:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64"
},
"product_reference": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_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:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64"
},
"product_reference": "container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_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:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_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:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64"
},
"product_reference": "container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_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:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_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:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64"
},
"product_reference": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_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:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_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:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64"
},
"product_reference": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_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:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_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:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64"
},
"product_reference": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_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:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_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:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64"
},
"product_reference": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_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:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_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:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64"
},
"product_reference": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_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:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64"
},
"product_reference": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64"
},
"product_reference": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64"
},
"product_reference": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_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:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64"
},
"product_reference": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_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:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_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:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64"
},
"product_reference": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_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:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_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:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64"
},
"product_reference": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_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:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_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:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64"
},
"product_reference": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64"
},
"product_reference": "container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64"
},
"product_reference": "container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64"
},
"product_reference": "container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64"
},
"product_reference": "container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_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:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_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:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_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:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_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:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_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:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_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:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_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:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_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:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_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:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_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:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_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:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_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:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_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:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_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:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_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:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_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:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"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:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_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:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"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:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_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:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"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:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_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:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"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:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_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:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_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:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_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:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_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:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_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:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_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-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_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:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_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:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_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:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_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:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_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:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_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:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_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:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_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:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_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:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"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:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_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:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"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:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_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:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_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:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_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:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_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:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_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:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_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:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_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:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_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:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_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:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_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:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_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:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64"
},
"product_reference": "container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64"
},
"product_reference": "container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_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:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_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:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64"
},
"product_reference": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_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:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_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:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64"
},
"product_reference": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_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:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_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:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64"
},
"product_reference": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_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:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64"
},
"product_reference": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64"
},
"product_reference": "container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
},
"product_reference": "container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_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:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_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:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64"
},
"product_reference": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_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:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_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:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64"
},
"product_reference": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_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:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_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:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_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:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_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:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_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:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_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:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_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:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_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:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_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:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_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:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_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:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_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:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_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:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_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:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_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:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_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:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_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:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_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:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_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:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_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:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_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:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_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:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_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:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_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:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_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:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_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:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64"
},
"product_reference": "container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64"
},
"product_reference": "container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64"
},
"product_reference": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64"
},
"product_reference": "container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64"
},
"product_reference": "container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64"
},
"product_reference": "container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64"
},
"product_reference": "container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64"
},
"product_reference": "container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64"
},
"product_reference": "container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64"
},
"product_reference": "container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64"
},
"product_reference": "container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64"
},
"product_reference": "container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64"
},
"product_reference": "container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64"
},
"product_reference": "container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_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:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_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:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64"
},
"product_reference": "container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_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:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64"
},
"product_reference": "container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_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:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_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:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64"
},
"product_reference": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_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:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_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:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
},
"product_reference": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
}
]
},
"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",
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
},
"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-05-18T02:55:08+00:00",
"details": "For details on 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:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"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",
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
},
"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-05-18T02:55:08+00:00",
"details": "For details on 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:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
}
],
"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-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
},
"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": "2023-05-18T02:55:08+00:00",
"details": "For details on 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/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-32149",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2022-10-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2134010"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the golang.org/x/text/language package. An attacker can craft an Accept-Language header which ParseAcceptLanguage will take significant time to parse. This issue leads to a denial of service, and can impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "After careful analysis of the vulnerability Redhat is choosing to keep the vulnerability severity as moderate,the vulnerability exists in the ParseAcceptLanguage function of the golang text/language package,when an attacker could craft an unusually large accept header and due to the parser taking quadratic time complexity to finish, firstly the attacker would have to find a way smuggle an input to the parser and even then this would simply not result in a crash of any kind but more of resource hang which while can be unpleasant,does not equate to any real world damage.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32149"
},
{
"category": "external",
"summary": "RHBZ#2134010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149"
},
{
"category": "external",
"summary": "https://go.dev/issue/56152",
"url": "https://go.dev/issue/56152"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU",
"url": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU"
}
],
"release_date": "2022-10-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-18T02:55:08+00:00",
"details": "For details on 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/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
},
"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": "2023-05-18T02:55:08+00:00",
"details": "For details on 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/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
},
{
"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:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"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-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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_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-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_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-05-18T02:55:08+00:00",
"details": "For details on 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/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/url: JoinPath does not strip relative path components in all circumstances"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-41715",
"discovery_date": "2022-10-07T00:00:00+00:00",
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
},
"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-05-18T02:55:08+00:00",
"details": "For details on 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:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
},
"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-05-18T02:55:08+00:00",
"details": "For details on 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:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
RHSA-2023_0584
Vulnerability from csaf_redhat - Published: 2023-05-18 14:27 - Updated: 2024-12-17 22: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": "Secondary Scheduler Operator for Red Hat OpenShift 1.1.1\n\nRed Hat Product Security has rated this update as having a security impact of\nModerate. A Common Vulnerability Scoring System (CVSS) base score, which gives\na\ndetailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Secondary Scheduler Operator for Red Hat OpenShift 1.1.1\n\nSecurity Fix(es):\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n* golang: net/http: An attacker can cause 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: 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-2022-32189)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s)\nlisted in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:0584",
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2124668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"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": "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": "WRKLDS-653",
"url": "https://issues.redhat.com/browse/WRKLDS-653"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0584.json"
}
],
"title": "Red Hat Security Advisory: Secondary Scheduler Operator for Red Hat OpenShift 1.1.1 security update",
"tracking": {
"current_release_date": "2024-12-17T22:10:01+00:00",
"generator": {
"date": "2024-12-17T22:10:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:0584",
"initial_release_date": "2023-05-18T14:27:34+00:00",
"revision_history": [
{
"date": "2023-05-18T14:27:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-18T14:27:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:10:01+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:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"product": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle\u0026tag=v1.1-26"
}
}
},
{
"category": "product_version",
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64",
"product": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64",
"product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8\u0026tag=v1.1-26"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_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:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
},
"product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_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:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_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:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
},
"product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64",
"relates_to_product_reference": "8Base-OSSO-1.1"
}
]
},
"vulnerabilities": [
{
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
},
"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-05-18T14:27:34+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
},
"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": "2023-05-18T14:27:34+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
},
"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": "2023-05-18T14:27:34+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
]
}
],
"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-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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_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": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_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-05-18T14:27:34+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/url: JoinPath does not strip relative path components in all circumstances"
},
{
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
},
"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-05-18T14:27:34+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2022-41717",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-01-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
},
"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-05-18T14:27:34+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
}
],
"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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_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": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "RHBZ#2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724"
},
{
"category": "external",
"summary": "https://go.dev/cl/468125",
"url": "https://go.dev/cl/468125"
},
{
"category": "external",
"summary": "https://go.dev/issue/58001",
"url": "https://go.dev/issue/58001"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1570",
"url": "https://pkg.go.dev/vuln/GO-2023-1570"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-18T14:27:34+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "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:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_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-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_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": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"known_not_affected": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "RHBZ#2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725"
},
{
"category": "external",
"summary": "https://go.dev/cl/468124",
"url": "https://go.dev/cl/468124"
},
{
"category": "external",
"summary": "https://go.dev/issue/58006",
"url": "https://go.dev/issue/58006"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1569",
"url": "https://pkg.go.dev/vuln/GO-2023-1569"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-18T14:27:34+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0584"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "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:bae76f2dbbc1900048dc213026a284d7b8ef2cc07a0708eeafacacf14ae511b6_amd64",
"8Base-OSSO-1.1:openshift-secondary-scheduler-operator/secondary-scheduler-operator-rhel8@sha256:13581442e0c3534437ba716096f7aad0c7d78a6bac74ffaaaac1c43605861d83_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption"
}
]
}
RHSA-2023:3204
Vulnerability from csaf_redhat - Published: 2023-05-18 00:39 - Updated: 2025-11-27 23:55Notes
{
"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 Virtualization release 4.13.0 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": "OpenShift Virtualization is Red Hat\u0027s virtualization solution designed for Red Hat OpenShift Container Platform.\n\nThis advisory contains OpenShift Virtualization 4.13.0 RPMs.\n\nSecurity Fix(es):\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags (CVE-2022-32149)\n\n* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* 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-2022-32189)\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* 4.13.0 rpms (BZ#2124993)",
"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:3204",
"url": "https://access.redhat.com/errata/RHSA-2023:3204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2124668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2124993",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124993"
},
{
"category": "external",
"summary": "2134010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3204.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Virtualization 4.13.0 RPMs security and bug fix update",
"tracking": {
"current_release_date": "2025-11-27T23:55:37+00:00",
"generator": {
"date": "2025-11-27T23:55:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:3204",
"initial_release_date": "2023-05-18T00:39:12+00:00",
"revision_history": [
{
"date": "2023-05-18T00:39:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-18T00:39:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-27T23:55:37+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_name",
"name": "CNV 4.13 for RHEL 7",
"product": {
"name": "CNV 4.13 for RHEL 7",
"product_id": "7Server-CNV-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:container_native_virtualization:4.13::el7"
}
}
},
{
"category": "product_name",
"name": "CNV 4.13 for RHEL 8",
"product": {
"name": "CNV 4.13 for RHEL 8",
"product_id": "8Base-CNV-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:container_native_virtualization:4.13::el8"
}
}
}
],
"category": "product_family",
"name": "OpenShift Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "kubevirt-0:4.13.0-1469.el9.src",
"product": {
"name": "kubevirt-0:4.13.0-1469.el9.src",
"product_id": "kubevirt-0:4.13.0-1469.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt@4.13.0-1469.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "kubevirt-0:4.13.0-1469.el7.src",
"product": {
"name": "kubevirt-0:4.13.0-1469.el7.src",
"product_id": "kubevirt-0:4.13.0-1469.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt@4.13.0-1469.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "kubevirt-0:4.13.0-1469.el8.src",
"product": {
"name": "kubevirt-0:4.13.0-1469.el8.src",
"product_id": "kubevirt-0:4.13.0-1469.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt@4.13.0-1469.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"product": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"product_id": "kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl@4.13.0-1469.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64",
"product": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64",
"product_id": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl-redistributable@4.13.0-1469.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"product": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"product_id": "kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl@4.13.0-1469.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"product": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"product_id": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl-redistributable@4.13.0-1469.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"product": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"product_id": "kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl@4.13.0-1469.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"product": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"product_id": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl-redistributable@4.13.0-1469.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"product": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"product_id": "kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl@4.13.0-1469.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"product": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"product_id": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl-redistributable@4.13.0-1469.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"product": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"product_id": "kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl@4.13.0-1469.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"product": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"product_id": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl-redistributable@4.13.0-1469.el8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-0:4.13.0-1469.el7.src as a component of CNV 4.13 for RHEL 7",
"product_id": "7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src"
},
"product_reference": "kubevirt-0:4.13.0-1469.el7.src",
"relates_to_product_reference": "7Server-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el7.x86_64 as a component of CNV 4.13 for RHEL 7",
"product_id": "7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64"
},
"product_reference": "kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"relates_to_product_reference": "7Server-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64 as a component of CNV 4.13 for RHEL 7",
"product_id": "7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64"
},
"product_reference": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"relates_to_product_reference": "7Server-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-0:4.13.0-1469.el8.src as a component of CNV 4.13 for RHEL 8",
"product_id": "8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src"
},
"product_reference": "kubevirt-0:4.13.0-1469.el8.src",
"relates_to_product_reference": "8Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el8.aarch64 as a component of CNV 4.13 for RHEL 8",
"product_id": "8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64"
},
"product_reference": "kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"relates_to_product_reference": "8Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el8.x86_64 as a component of CNV 4.13 for RHEL 8",
"product_id": "8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64"
},
"product_reference": "kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"relates_to_product_reference": "8Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64 as a component of CNV 4.13 for RHEL 8",
"product_id": "8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64"
},
"product_reference": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"relates_to_product_reference": "8Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64 as a component of CNV 4.13 for RHEL 8",
"product_id": "8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64"
},
"product_reference": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"relates_to_product_reference": "8Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-0:4.13.0-1469.el9.src as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src"
},
"product_reference": "kubevirt-0:4.13.0-1469.el9.src",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el9.aarch64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64"
},
"product_reference": "kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el9.x86_64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64"
},
"product_reference": "kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64"
},
"product_reference": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
},
"product_reference": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64",
"relates_to_product_reference": "9Base-CNV-4.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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": [
"7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
},
"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": "2023-05-18T00:39:12+00:00",
"details": "For details on 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-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3204"
}
],
"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": [
"7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-32149",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2022-10-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2134010"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the golang.org/x/text/language package. An attacker can craft an Accept-Language header which ParseAcceptLanguage will take significant time to parse. This issue leads to a denial of service, and can impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "After careful analysis of the vulnerability Redhat is choosing to keep the vulnerability severity as moderate,the vulnerability exists in the ParseAcceptLanguage function of the golang text/language package,when an attacker could craft an unusually large accept header and due to the parser taking quadratic time complexity to finish, firstly the attacker would have to find a way smuggle an input to the parser and even then this would simply not result in a crash of any kind but more of resource hang which while can be unpleasant,does not equate to any real world damage.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32149"
},
{
"category": "external",
"summary": "RHBZ#2134010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149"
},
{
"category": "external",
"summary": "https://go.dev/issue/56152",
"url": "https://go.dev/issue/56152"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU",
"url": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU"
}
],
"release_date": "2022-10-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-18T00:39:12+00:00",
"details": "For details on 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-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3204"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags"
},
{
"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": [
"7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
},
"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": "2023-05-18T00:39:12+00:00",
"details": "For details on 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-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3204"
},
{
"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": [
"7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
}
],
"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": [
"7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
}
],
"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-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",
"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": [
"7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
},
"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-05-18T00:39:12+00:00",
"details": "For details on 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-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3204"
}
],
"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": [
"7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/url: JoinPath does not strip relative path components in all circumstances"
},
{
"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": [
"7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41717"
},
{
"category": "external",
"summary": "RHBZ#2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717"
},
{
"category": "external",
"summary": "https://go.dev/cl/455635",
"url": "https://go.dev/cl/455635"
},
{
"category": "external",
"summary": "https://go.dev/cl/455717",
"url": "https://go.dev/cl/455717"
},
{
"category": "external",
"summary": "https://go.dev/issue/56350",
"url": "https://go.dev/issue/56350"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ",
"url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-1144",
"url": "https://pkg.go.dev/vuln/GO-2022-1144"
}
],
"release_date": "2022-11-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-18T00:39:12+00:00",
"details": "For details on 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-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3204"
}
],
"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": [
"7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
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-2022:7129
Vulnerability from csaf_redhat - Published: 2022-10-25 09:07 - Updated: 2025-11-25 21:28Notes
{
"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 git-lfs is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of 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": "Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server.\n\nSecurity Fix(es):\n\n* golang.org/x/text: Panic in language.ParseAcceptLanguage while parsing -u- extension (CVE-2020-28851)\n\n* golang.org/x/text: Panic in language.ParseAcceptLanguage while processing bcp47 tag (CVE-2020-28852)\n\n* golang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n\n* golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)\n\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)\n\n* 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-2022-32189)\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* git-lfs needs to be rebuild with golang 1.17.7-1 or above",
"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-2022:7129",
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "1913333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1913333"
},
{
"category": "external",
"summary": "1913338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1913338"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7129.json"
}
],
"title": "Red Hat Security Advisory: git-lfs security and bug fix update",
"tracking": {
"current_release_date": "2025-11-25T21:28:38+00:00",
"generator": {
"date": "2025-11-25T21:28:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2022:7129",
"initial_release_date": "2022-10-25T09:07:21+00:00",
"revision_history": [
{
"date": "2022-10-25T09:07:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-10-25T09:07:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-25T21:28:38+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.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:2.13.3-3.el8_6.src",
"product": {
"name": "git-lfs-0:2.13.3-3.el8_6.src",
"product_id": "git-lfs-0:2.13.3-3.el8_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@2.13.3-3.el8_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:2.13.3-3.el8_6.aarch64",
"product": {
"name": "git-lfs-0:2.13.3-3.el8_6.aarch64",
"product_id": "git-lfs-0:2.13.3-3.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@2.13.3-3.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"product": {
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"product_id": "git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@2.13.3-3.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"product": {
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"product_id": "git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@2.13.3-3.el8_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:2.13.3-3.el8_6.ppc64le",
"product": {
"name": "git-lfs-0:2.13.3-3.el8_6.ppc64le",
"product_id": "git-lfs-0:2.13.3-3.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@2.13.3-3.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"product": {
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"product_id": "git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@2.13.3-3.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"product": {
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"product_id": "git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@2.13.3-3.el8_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:2.13.3-3.el8_6.x86_64",
"product": {
"name": "git-lfs-0:2.13.3-3.el8_6.x86_64",
"product_id": "git-lfs-0:2.13.3-3.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@2.13.3-3.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64",
"product": {
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64",
"product_id": "git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@2.13.3-3.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"product": {
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"product_id": "git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@2.13.3-3.el8_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:2.13.3-3.el8_6.s390x",
"product": {
"name": "git-lfs-0:2.13.3-3.el8_6.s390x",
"product_id": "git-lfs-0:2.13.3-3.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@2.13.3-3.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"product": {
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"product_id": "git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@2.13.3-3.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"product": {
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"product_id": "git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@2.13.3-3.el8_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:2.13.3-3.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64"
},
"product_reference": "git-lfs-0:2.13.3-3.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:2.13.3-3.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le"
},
"product_reference": "git-lfs-0:2.13.3-3.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:2.13.3-3.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x"
},
"product_reference": "git-lfs-0:2.13.3-3.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:2.13.3-3.el8_6.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src"
},
"product_reference": "git-lfs-0:2.13.3-3.el8_6.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:2.13.3-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64"
},
"product_reference": "git-lfs-0:2.13.3-3.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64"
},
"product_reference": "git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le"
},
"product_reference": "git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x"
},
"product_reference": "git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64"
},
"product_reference": "git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64"
},
"product_reference": "git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le"
},
"product_reference": "git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x"
},
"product_reference": "git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
},
"product_reference": "git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-28851",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"discovery_date": "2021-01-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1913333"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org. In x/text, an \"index out of range\" panic occurs in language.ParseAcceptLanguage while parsing the -u- extension.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/text: Panic in language.ParseAcceptLanguage while parsing -u- extension",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Below Red Hat products include the affected version of \u0027golang.org/x/text\u0027, however the language package is not being used and hence they are rated as having a security impact of Low. A future update may address this issue.\n\n* Red Hat OpenShift Container Storage 4\n* OpenShift ServiceMesh (OSSM)\n* Red Hat Gluster Storage 3\n* Windows Container Support for Red Hat OpenShift\n\nOnly three components in OpenShift Container Platform include the affected package, \u0027golang.org/x/text/language\u0027 , the installer, baremetal installer and thanos container images. All other components that include a version of \u0027golang.org/x/text\u0027 do not include the \u0027language\u0027 package and are therefore 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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28851"
},
{
"category": "external",
"summary": "RHBZ#1913333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1913333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28851",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28851"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28851",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28851"
}
],
"release_date": "2021-01-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/text: Panic in language.ParseAcceptLanguage while parsing -u- extension"
},
{
"cve": "CVE-2020-28852",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"discovery_date": "2021-01-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1913338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org. In x/text, a \"slice bounds out of range\" panic occurs in language.ParseAcceptLanguage while processing a BCP 47 tag.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/text: Panic in language.ParseAcceptLanguage while processing bcp47 tag",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Below Red Hat products include the affected version of \u0027golang.org/x/text\u0027, however the language package is not being used and hence they are rated as having a security impact of Low. A future update may address this issue.\n\n* Red Hat OpenShift Container Storage 4\n* OpenShift ServiceMesh (OSSM)\n* Red Hat Gluster Storage 3\n* Windows Container Support for Red Hat OpenShift\n\nOnly three components in OpenShift Container Platform include the affected package, \u0027golang.org/x/text/language\u0027 , the installer, baremetal installer and thanos container images. All other components that include a version of \u0027golang.org/x/text\u0027 do not include the \u0027language\u0027 package and are therefore 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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28852"
},
{
"category": "external",
"summary": "RHBZ#1913338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1913338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28852",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28852"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28852",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28852"
}
],
"release_date": "2021-01-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/text: Panic in language.ParseAcceptLanguage while processing bcp47 tag"
},
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding header",
"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-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
}
],
"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": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"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": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
}
],
"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": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "RH ProdSec has set the Impact of this vulnerability to Moderate as there is no known method to execute arbitary code. Successful exploitation of this bug can cause the application under attack to panic, merely causing a Denial of Service at the application level. As the kernel is unaffected by this bug, the user can merely relaunch the application to fix the problem. Also, if somehow the application keeps relaunching, the timer watchdogs in the default RHEL kernel will stop the attack in its tracks.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The exploitation of this flaw will only result in a denial of service of the application via the application crashing which is why this has been rated as moderate.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30635",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/gob: stack exhaustion in Decoder.Decode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform (OCP) starting from 4.10 stream is already compiled in the patched version of Go, hence is not affected by this vulnerability.The vulnerability has been rated as moderate instead of high because the vulnerability can only result in a minor denial of service.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "RHBZ#2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635"
},
{
"category": "external",
"summary": "https://go.dev/issue/53615",
"url": "https://go.dev/issue/53615"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/gob: stack exhaustion in Decoder.Decode"
},
{
"cve": "CVE-2022-32148",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working",
"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-200: Exposure of Sensitive Information to an Unauthorized Actor vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token, multi-factor authentication (MFA), which is coupled with account management controls, including integration with single sign-on (SSO), to ensure that user permissions are restricted to only the functions necessary for their roles. Access to sensitive information is explicitly authorized and enforced based on predefined access policies. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, which helps identify patterns of unauthorized access or data exposure. The platform enforces the use of validated cryptographic modules across compute resources to protect the confidentiality of information, even in the event of interception.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "RHBZ#2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148"
},
{
"category": "external",
"summary": "https://go.dev/issue/53423",
"url": "https://go.dev/issue/53423"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
}
],
"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": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
},
{
"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": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"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": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
},
{
"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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"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": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"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"
}
]
}
RHSA-2023_2802
Vulnerability from csaf_redhat - Published: 2023-05-16 08:59 - Updated: 2024-12-17 22:18Notes
{
"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* golang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)\n\n* golang: go/parser: stack exhaustion in all Parse* functions (CVE-2022-1962)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: encoding/xml: stack exhaustion in Decoder.Skip (CVE-2022-28131)\n\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\n\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n\n* golang: encoding/xml: stack exhaustion in Unmarshal (CVE-2022-30633)\n\n* golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)\n\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* podman: symlink exchange attack in podman export volume (CVE-2023-0778)\n\n* podman: possible information disclosure and modification (CVE-2022-2989)\n\n* 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-2022-32189)\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.8 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:2802",
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
},
{
"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.8_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.8_release_notes/index"
},
{
"category": "external",
"summary": "2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "2107376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376"
},
{
"category": "external",
"summary": "2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "2107390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107390"
},
{
"category": "external",
"summary": "2107392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107392"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2115089",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115089"
},
{
"category": "external",
"summary": "2121445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121445"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2129766",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129766"
},
{
"category": "external",
"summary": "2152907",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152907"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "2165610",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165610"
},
{
"category": "external",
"summary": "2165790",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165790"
},
{
"category": "external",
"summary": "2166906",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166906"
},
{
"category": "external",
"summary": "2168256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168256"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2802.json"
}
],
"title": "Red Hat Security Advisory: container-tools:4.0 security and bug fix update",
"tracking": {
"current_release_date": "2024-12-17T22:18:43+00:00",
"generator": {
"date": "2024-12-17T22:18:43+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:2802",
"initial_release_date": "2023-05-16T08:59:44+00:00",
"revision_history": [
{
"date": "2023-05-16T08:59:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-16T08:59:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:18:43+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.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:8080020230217080101:8108cfbc",
"product": {
"name": "container-tools:4.0:8080020230217080101:8108cfbc",
"product_id": "container-tools:4.0:8080020230217080101:8108cfbc",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/container-tools@4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"product_id": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"product": {
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"product_id": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.199.0-1.module%2Bel8.8.0%2B18113%2B8b5b6979?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"product": {
"name": "podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"product_id": "podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"product": {
"name": "python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"product_id": "python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.0.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"product": {
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"product_id": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"product": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"product_id": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"product": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"product_id": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"product_id": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"product": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"product_id": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"product": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"product_id": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"product": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"product_id": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"product": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"product_id": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_id": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_id": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_id": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_id": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_id": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_id": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_id": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_id": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_id": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product_id": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"product": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"product_id": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"product_id": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"product_id": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"product": {
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"product_id": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.199.0-1.module%2Bel8.8.0%2B18113%2B8b5b6979?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"product": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"product_id": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"product": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"product_id": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"product_id": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"product": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"product_id": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"product": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"product_id": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"product": {
"name": "python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"product_id": "python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.0.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"product": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"product_id": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"product": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"product_id": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=src"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src",
"product": {
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src",
"product_id": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"product": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"product_id": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"product": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"product_id": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"product": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"product_id": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"product": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"product_id": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"product": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"product_id": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"product_id": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"product": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"product_id": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"product": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"product_id": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_id": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_id": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_id": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_id": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_id": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_id": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_id": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_id": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_id": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_id": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"product_id": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"product": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"product_id": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"product": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"product_id": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"product_id": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"product_id": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"product": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"product_id": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"product": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"product_id": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"product": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"product_id": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_id": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_id": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_id": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_id": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_id": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_id": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_id": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_id": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_id": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"product": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"product_id": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"product": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"product_id": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"product_id": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"product": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"product_id": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"product": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"product_id": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"product": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"product_id": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"product": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"product_id": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_id": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_id": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_id": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_id": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_id": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_id": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_id": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_id": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_id": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product_id": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
"product_reference": "container-tools:4.0:8080020230217080101:8108cfbc",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64"
},
"product_reference": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le"
},
"product_reference": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x"
},
"product_reference": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64"
},
"product_reference": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64"
},
"product_reference": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le"
},
"product_reference": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x"
},
"product_reference": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src"
},
"product_reference": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64"
},
"product_reference": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x"
},
"product_reference": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64"
},
"product_reference": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x"
},
"product_reference": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64"
},
"product_reference": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64"
},
"product_reference": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le"
},
"product_reference": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x"
},
"product_reference": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64"
},
"product_reference": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch"
},
"product_reference": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src"
},
"product_reference": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src"
},
"product_reference": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64"
},
"product_reference": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le"
},
"product_reference": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x"
},
"product_reference": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src"
},
"product_reference": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64"
},
"product_reference": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src"
},
"product_reference": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64"
},
"product_reference": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le"
},
"product_reference": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x"
},
"product_reference": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64"
},
"product_reference": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64"
},
"product_reference": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le"
},
"product_reference": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x"
},
"product_reference": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src"
},
"product_reference": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64"
},
"product_reference": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64"
},
"product_reference": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le"
},
"product_reference": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x"
},
"product_reference": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64"
},
"product_reference": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64"
},
"product_reference": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x"
},
"product_reference": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64"
},
"product_reference": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64"
},
"product_reference": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le"
},
"product_reference": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x"
},
"product_reference": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64"
},
"product_reference": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch"
},
"product_reference": "podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64"
},
"product_reference": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le"
},
"product_reference": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x"
},
"product_reference": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64"
},
"product_reference": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64"
},
"product_reference": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le"
},
"product_reference": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x"
},
"product_reference": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64"
},
"product_reference": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64"
},
"product_reference": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le"
},
"product_reference": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x"
},
"product_reference": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64"
},
"product_reference": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64"
},
"product_reference": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le"
},
"product_reference": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x"
},
"product_reference": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64"
},
"product_reference": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src"
},
"product_reference": "python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch"
},
"product_reference": "python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src"
},
"product_reference": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src"
},
"product_reference": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch"
},
"product_reference": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src as a component of container-tools:4.0:8080020230217080101:8108cfbc as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
},
"product_reference": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding 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.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"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": [
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"cve": "CVE-2022-1962",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, go/parser. When calling any Parse functions on the Go source code, which contains deeply nested types or declarations, a panic can occur due to stack exhaustion. This issue allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: stack exhaustion in all Parse* functions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1962"
},
{
"category": "external",
"summary": "RHBZ#2107376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962"
},
{
"category": "external",
"summary": "https://go.dev/issue/53616",
"url": "https://go.dev/issue/53616"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: stack exhaustion in all Parse* functions"
},
{
"acknowledgments": [
{
"names": [
"Steven Murdoch"
]
}
],
"cve": "CVE-2022-2989",
"cwe": {
"id": "CWE-842",
"name": "Placement of User into Incorrect Group"
},
"discovery_date": "2022-08-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2121445"
}
],
"notes": [
{
"category": "description",
"text": "An incorrect handling of the supplementary groups in the Podman container engine might lead to the sensitive information disclosure or possible data modification if an attacker has direct access to the affected container where supplementary groups are used to set access permissions and is able to execute a binary code in that container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "podman: possible information disclosure and modification",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2989"
},
{
"category": "external",
"summary": "RHBZ#2121445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121445"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2989",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2989"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2989",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2989"
},
{
"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": "2022-08-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "podman: possible information disclosure and modification"
},
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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": [
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
},
"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": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"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": [
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-28131",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107390"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang encoding/xml. When calling Decoder, Skip while parsing a deeply nested XML document, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/xml: stack exhaustion in Decoder.Skip",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-28131"
},
{
"category": "external",
"summary": "RHBZ#2107390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107390"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28131",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28131"
},
{
"category": "external",
"summary": "https://go.dev/issue/53614",
"url": "https://go.dev/issue/53614"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/xml: stack exhaustion in Decoder.Skip"
},
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30631",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: compress/gzip: stack exhaustion in Reader.Read",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "RHBZ#2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631"
},
{
"category": "external",
"summary": "https://go.dev/issue/53168",
"url": "https://go.dev/issue/53168"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: compress/gzip: stack exhaustion in Reader.Read"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30633",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107392"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Unmarshal on an XML document into a Go struct, which has a nested field that uses the \"any\" field tag, can cause a panic due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/xml: stack exhaustion in Unmarshal",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30633"
},
{
"category": "external",
"summary": "RHBZ#2107392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107392"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30633",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30633"
},
{
"category": "external",
"summary": "https://go.dev/issue/53611",
"url": "https://go.dev/issue/53611"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/xml: stack exhaustion in Unmarshal"
},
{
"cve": "CVE-2022-30635",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/gob: stack exhaustion in Decoder.Decode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform (OCP) starting from 4.10 stream is already compiled in the patched version of Go, hence is not affected by this vulnerability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "RHBZ#2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635"
},
{
"category": "external",
"summary": "https://go.dev/issue/53615",
"url": "https://go.dev/issue/53615"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/gob: stack exhaustion in Decoder.Decode"
},
{
"cve": "CVE-2022-32148",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "RHBZ#2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148"
},
{
"category": "external",
"summary": "https://go.dev/issue/53423",
"url": "https://go.dev/issue/53423"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"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": [
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
},
{
"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": [
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
},
"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": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"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": [
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
}
],
"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-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": [
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
},
"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-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
},
{
"acknowledgments": [
{
"names": [
"Zhi Li"
],
"organization": "Huazhong University of Science and Technology"
},
{
"names": [
"Weijie Liu",
"Hongliang Tian"
],
"organization": "Ant Group"
},
{
"names": [
"XiaoFeng Wang"
],
"organization": "Indiana University Bloomington"
}
],
"cve": "CVE-2023-0778",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2023-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2168256"
}
],
"notes": [
{
"category": "description",
"text": "A Time-of-check Time-of-use (TOCTOU) flaw was found in podman. This issue may allow a malicious user to replace a normal file in a volume with a symlink while exporting the volume, allowing for access to arbitrary files on the host file system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "podman: symlink exchange attack in podman export volume",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0778"
},
{
"category": "external",
"summary": "RHBZ#2168256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168256"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0778",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0778"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0778",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0778"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-qwqv-rqgf-8qh8",
"url": "https://github.com/advisories/GHSA-qwqv-rqgf-8qh8"
}
],
"release_date": "2023-02-15T15:56:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch",
"AppStream-8.8.0.GA:container-tools:4.0:8080020230217080101:8108cfbc:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "podman: symlink exchange attack in podman export volume"
}
]
}
RHSA-2022_7950
Vulnerability from csaf_redhat - Published: 2022-11-15 12:38 - Updated: 2024-12-17 22:05Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Low"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for cockpit-composer, osbuild, osbuild-composer, and weldr-client is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Image Builder is a service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood.\n\nSecurity Fix(es):\n\n* 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-2022-32189)\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.1 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-2022:7950",
"url": "https://access.redhat.com/errata/RHSA-2022:7950"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index"
},
{
"category": "external",
"summary": "2059869",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2059869"
},
{
"category": "external",
"summary": "2059870",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2059870"
},
{
"category": "external",
"summary": "2060061",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2060061"
},
{
"category": "external",
"summary": "2062597",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2062597"
},
{
"category": "external",
"summary": "2064087",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064087"
},
{
"category": "external",
"summary": "2088459",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088459"
},
{
"category": "external",
"summary": "2105961",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105961"
},
{
"category": "external",
"summary": "2110864",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110864"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2118831",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2118831"
},
{
"category": "external",
"summary": "2123055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123055"
},
{
"category": "external",
"summary": "2123210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123210"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7950.json"
}
],
"title": "Red Hat Security Advisory: Image Builder security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2024-12-17T22:05:31+00:00",
"generator": {
"date": "2024-12-17T22:05:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2022:7950",
"initial_release_date": "2022-11-15T12:38:51+00:00",
"revision_history": [
{
"date": "2022-11-15T12:38:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-15T12:38:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:05: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.1.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": "weldr-client-0:35.5-4.el9.src",
"product": {
"name": "weldr-client-0:35.5-4.el9.src",
"product_id": "weldr-client-0:35.5-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "osbuild-0:65-1.el9.src",
"product": {
"name": "osbuild-0:65-1.el9.src",
"product_id": "osbuild-0:65-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild@65-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "cockpit-composer-0:41-1.el9.src",
"product": {
"name": "cockpit-composer-0:41-1.el9.src",
"product_id": "cockpit-composer-0:41-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-composer@41-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-0:62.1-1.el9.src",
"product": {
"name": "osbuild-composer-0:62.1-1.el9.src",
"product_id": "osbuild-composer-0:62.1-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62.1-1.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el9.aarch64",
"product": {
"name": "weldr-client-0:35.5-4.el9.aarch64",
"product_id": "weldr-client-0:35.5-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debugsource-0:35.5-4.el9.aarch64",
"product": {
"name": "weldr-client-debugsource-0:35.5-4.el9.aarch64",
"product_id": "weldr-client-debugsource-0:35.5-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debugsource@35.5-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debuginfo-0:35.5-4.el9.aarch64",
"product": {
"name": "weldr-client-debuginfo-0:35.5-4.el9.aarch64",
"product_id": "weldr-client-debuginfo-0:35.5-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.5-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64",
"product": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64",
"product_id": "weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.5-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-0:62.1-1.el9.aarch64",
"product": {
"name": "osbuild-composer-0:62.1-1.el9.aarch64",
"product_id": "osbuild-composer-0:62.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:62.1-1.el9.aarch64",
"product": {
"name": "osbuild-composer-core-0:62.1-1.el9.aarch64",
"product_id": "osbuild-composer-core-0:62.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@62.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.aarch64",
"product": {
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.aarch64",
"product_id": "osbuild-composer-dnf-json-0:62.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@62.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:62.1-1.el9.aarch64",
"product": {
"name": "osbuild-composer-worker-0:62.1-1.el9.aarch64",
"product_id": "osbuild-composer-worker-0:62.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@62.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:62.1-1.el9.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:62.1-1.el9.aarch64",
"product_id": "osbuild-composer-debugsource-0:62.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@62.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@62.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@62.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@62.1-1.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el9.ppc64le",
"product": {
"name": "weldr-client-0:35.5-4.el9.ppc64le",
"product_id": "weldr-client-0:35.5-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debugsource-0:35.5-4.el9.ppc64le",
"product": {
"name": "weldr-client-debugsource-0:35.5-4.el9.ppc64le",
"product_id": "weldr-client-debugsource-0:35.5-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debugsource@35.5-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debuginfo-0:35.5-4.el9.ppc64le",
"product": {
"name": "weldr-client-debuginfo-0:35.5-4.el9.ppc64le",
"product_id": "weldr-client-debuginfo-0:35.5-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.5-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le",
"product": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le",
"product_id": "weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.5-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-0:62.1-1.el9.ppc64le",
"product": {
"name": "osbuild-composer-0:62.1-1.el9.ppc64le",
"product_id": "osbuild-composer-0:62.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:62.1-1.el9.ppc64le",
"product": {
"name": "osbuild-composer-core-0:62.1-1.el9.ppc64le",
"product_id": "osbuild-composer-core-0:62.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@62.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le",
"product": {
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le",
"product_id": "osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@62.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:62.1-1.el9.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:62.1-1.el9.ppc64le",
"product_id": "osbuild-composer-worker-0:62.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@62.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:62.1-1.el9.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:62.1-1.el9.ppc64le",
"product_id": "osbuild-composer-debugsource-0:62.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@62.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@62.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@62.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@62.1-1.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el9.x86_64",
"product": {
"name": "weldr-client-0:35.5-4.el9.x86_64",
"product_id": "weldr-client-0:35.5-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debugsource-0:35.5-4.el9.x86_64",
"product": {
"name": "weldr-client-debugsource-0:35.5-4.el9.x86_64",
"product_id": "weldr-client-debugsource-0:35.5-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debugsource@35.5-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debuginfo-0:35.5-4.el9.x86_64",
"product": {
"name": "weldr-client-debuginfo-0:35.5-4.el9.x86_64",
"product_id": "weldr-client-debuginfo-0:35.5-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.5-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64",
"product": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64",
"product_id": "weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.5-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-0:62.1-1.el9.x86_64",
"product": {
"name": "osbuild-composer-0:62.1-1.el9.x86_64",
"product_id": "osbuild-composer-0:62.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:62.1-1.el9.x86_64",
"product": {
"name": "osbuild-composer-core-0:62.1-1.el9.x86_64",
"product_id": "osbuild-composer-core-0:62.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@62.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.x86_64",
"product": {
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.x86_64",
"product_id": "osbuild-composer-dnf-json-0:62.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@62.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:62.1-1.el9.x86_64",
"product": {
"name": "osbuild-composer-worker-0:62.1-1.el9.x86_64",
"product_id": "osbuild-composer-worker-0:62.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@62.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:62.1-1.el9.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:62.1-1.el9.x86_64",
"product_id": "osbuild-composer-debugsource-0:62.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@62.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@62.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@62.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@62.1-1.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el9.s390x",
"product": {
"name": "weldr-client-0:35.5-4.el9.s390x",
"product_id": "weldr-client-0:35.5-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debugsource-0:35.5-4.el9.s390x",
"product": {
"name": "weldr-client-debugsource-0:35.5-4.el9.s390x",
"product_id": "weldr-client-debugsource-0:35.5-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debugsource@35.5-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debuginfo-0:35.5-4.el9.s390x",
"product": {
"name": "weldr-client-debuginfo-0:35.5-4.el9.s390x",
"product_id": "weldr-client-debuginfo-0:35.5-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.5-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.s390x",
"product": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.s390x",
"product_id": "weldr-client-tests-debuginfo-0:35.5-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.5-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-0:62.1-1.el9.s390x",
"product": {
"name": "osbuild-composer-0:62.1-1.el9.s390x",
"product_id": "osbuild-composer-0:62.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:62.1-1.el9.s390x",
"product": {
"name": "osbuild-composer-core-0:62.1-1.el9.s390x",
"product_id": "osbuild-composer-core-0:62.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@62.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.s390x",
"product": {
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.s390x",
"product_id": "osbuild-composer-dnf-json-0:62.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@62.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:62.1-1.el9.s390x",
"product": {
"name": "osbuild-composer-worker-0:62.1-1.el9.s390x",
"product_id": "osbuild-composer-worker-0:62.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@62.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:62.1-1.el9.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:62.1-1.el9.s390x",
"product_id": "osbuild-composer-debugsource-0:62.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@62.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@62.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@62.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@62.1-1.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-0:65-1.el9.noarch",
"product": {
"name": "osbuild-0:65-1.el9.noarch",
"product_id": "osbuild-0:65-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild@65-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "osbuild-luks2-0:65-1.el9.noarch",
"product": {
"name": "osbuild-luks2-0:65-1.el9.noarch",
"product_id": "osbuild-luks2-0:65-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-luks2@65-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "osbuild-lvm2-0:65-1.el9.noarch",
"product": {
"name": "osbuild-lvm2-0:65-1.el9.noarch",
"product_id": "osbuild-lvm2-0:65-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-lvm2@65-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "osbuild-ostree-0:65-1.el9.noarch",
"product": {
"name": "osbuild-ostree-0:65-1.el9.noarch",
"product_id": "osbuild-ostree-0:65-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-ostree@65-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "osbuild-selinux-0:65-1.el9.noarch",
"product": {
"name": "osbuild-selinux-0:65-1.el9.noarch",
"product_id": "osbuild-selinux-0:65-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-selinux@65-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-osbuild-0:65-1.el9.noarch",
"product": {
"name": "python3-osbuild-0:65-1.el9.noarch",
"product_id": "python3-osbuild-0:65-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-osbuild@65-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "cockpit-composer-0:41-1.el9.noarch",
"product": {
"name": "cockpit-composer-0:41-1.el9.noarch",
"product_id": "cockpit-composer-0:41-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-composer@41-1.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-composer-0:41-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:cockpit-composer-0:41-1.el9.noarch"
},
"product_reference": "cockpit-composer-0:41-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-composer-0:41-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:cockpit-composer-0:41-1.el9.src"
},
"product_reference": "cockpit-composer-0:41-1.el9.src",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-0:65-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-0:65-1.el9.noarch"
},
"product_reference": "osbuild-0:65-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-0:65-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-0:65-1.el9.src"
},
"product_reference": "osbuild-0:65-1.el9.src",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.aarch64"
},
"product_reference": "osbuild-composer-0:62.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.ppc64le"
},
"product_reference": "osbuild-composer-0:62.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.s390x"
},
"product_reference": "osbuild-composer-0:62.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62.1-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.src"
},
"product_reference": "osbuild-composer-0:62.1-1.el9.src",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.x86_64"
},
"product_reference": "osbuild-composer-0:62.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:62.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.aarch64"
},
"product_reference": "osbuild-composer-core-0:62.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:62.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.ppc64le"
},
"product_reference": "osbuild-composer-core-0:62.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:62.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.s390x"
},
"product_reference": "osbuild-composer-core-0:62.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:62.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.x86_64"
},
"product_reference": "osbuild-composer-core-0:62.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:62.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:62.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:62.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:62.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:62.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:62.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:62.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:62.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.aarch64"
},
"product_reference": "osbuild-composer-dnf-json-0:62.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le"
},
"product_reference": "osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.s390x"
},
"product_reference": "osbuild-composer-dnf-json-0:62.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.x86_64"
},
"product_reference": "osbuild-composer-dnf-json-0:62.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:62.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.aarch64"
},
"product_reference": "osbuild-composer-worker-0:62.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:62.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:62.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:62.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.s390x"
},
"product_reference": "osbuild-composer-worker-0:62.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:62.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.x86_64"
},
"product_reference": "osbuild-composer-worker-0:62.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-luks2-0:65-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-luks2-0:65-1.el9.noarch"
},
"product_reference": "osbuild-luks2-0:65-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-lvm2-0:65-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-lvm2-0:65-1.el9.noarch"
},
"product_reference": "osbuild-lvm2-0:65-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-ostree-0:65-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-ostree-0:65-1.el9.noarch"
},
"product_reference": "osbuild-ostree-0:65-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-selinux-0:65-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-selinux-0:65-1.el9.noarch"
},
"product_reference": "osbuild-selinux-0:65-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-osbuild-0:65-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:python3-osbuild-0:65-1.el9.noarch"
},
"product_reference": "python3-osbuild-0:65-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.aarch64"
},
"product_reference": "weldr-client-0:35.5-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.ppc64le"
},
"product_reference": "weldr-client-0:35.5-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.s390x"
},
"product_reference": "weldr-client-0:35.5-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.src"
},
"product_reference": "weldr-client-0:35.5-4.el9.src",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.x86_64"
},
"product_reference": "weldr-client-0:35.5-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debuginfo-0:35.5-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.aarch64"
},
"product_reference": "weldr-client-debuginfo-0:35.5-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debuginfo-0:35.5-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.ppc64le"
},
"product_reference": "weldr-client-debuginfo-0:35.5-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debuginfo-0:35.5-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.s390x"
},
"product_reference": "weldr-client-debuginfo-0:35.5-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debuginfo-0:35.5-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.x86_64"
},
"product_reference": "weldr-client-debuginfo-0:35.5-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debugsource-0:35.5-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.aarch64"
},
"product_reference": "weldr-client-debugsource-0:35.5-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debugsource-0:35.5-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.ppc64le"
},
"product_reference": "weldr-client-debugsource-0:35.5-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debugsource-0:35.5-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.s390x"
},
"product_reference": "weldr-client-debugsource-0:35.5-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debugsource-0:35.5-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.x86_64"
},
"product_reference": "weldr-client-debugsource-0:35.5-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64"
},
"product_reference": "weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le"
},
"product_reference": "weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.s390x"
},
"product_reference": "weldr-client-tests-debuginfo-0:35.5-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64"
},
"product_reference": "weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.1.0.GA:cockpit-composer-0:41-1.el9.noarch",
"AppStream-9.1.0.GA:cockpit-composer-0:41-1.el9.src",
"AppStream-9.1.0.GA:osbuild-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-0:65-1.el9.src",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.src",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-luks2-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-lvm2-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-ostree-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-selinux-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:python3-osbuild-0:65-1.el9.noarch"
]
}
],
"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": [
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.src",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64"
],
"known_not_affected": [
"AppStream-9.1.0.GA:cockpit-composer-0:41-1.el9.noarch",
"AppStream-9.1.0.GA:cockpit-composer-0:41-1.el9.src",
"AppStream-9.1.0.GA:osbuild-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-0:65-1.el9.src",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.src",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-luks2-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-lvm2-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-ostree-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-selinux-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:python3-osbuild-0:65-1.el9.noarch"
]
},
"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": "2022-11-15T12:38:51+00:00",
"details": "For details on how 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.1.0.GA:weldr-client-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.src",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7950"
}
],
"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": [
"AppStream-9.1.0.GA:cockpit-composer-0:41-1.el9.noarch",
"AppStream-9.1.0.GA:cockpit-composer-0:41-1.el9.src",
"AppStream-9.1.0.GA:osbuild-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-0:65-1.el9.src",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.src",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-luks2-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-lvm2-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-ostree-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-selinux-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:python3-osbuild-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.src",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64"
]
}
],
"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"
}
]
}
RHSA-2022:8534
Vulnerability from csaf_redhat - Published: 2022-11-24 04:11 - Updated: 2025-11-21 18:35Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Low"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.11.16 is now available with\nupdates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.11.\n\nRed Hat Product Security has rated this update as having a security impact\nof Low. 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": "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.11.16. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2022:8535\n\nSecurity Fix(es):\n\n* golang: math/big: decoding big.Float and big.Rat types can panic if the\nencoded message is too short, potentially allowing a denial of service\n(CVE-2022-32189)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.11 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.11/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-2022:8534",
"url": "https://access.redhat.com/errata/RHSA-2022:8534"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8534.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.11.16 security update",
"tracking": {
"current_release_date": "2025-11-21T18:35:06+00:00",
"generator": {
"date": "2025-11-21T18:35:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2022:8534",
"initial_release_date": "2022-11-24T04:11:41+00:00",
"revision_history": [
{
"date": "2022-11-24T04:11:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-24T04:11:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:35:06+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.11",
"product": {
"name": "Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.11::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src",
"product": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src",
"product_id": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.15.0-3.rhaos4.11.el8.src",
"product": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.src",
"product_id": "butane-0:0.15.0-3.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.15.0-3.rhaos4.11.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src",
"product_id": "openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.11.0-202211072116.p0.g5157800.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src",
"product": {
"name": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src",
"product_id": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.11.0-202211072116.p0.gdf73941.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.11.0-202211072116.p0.g142cb44.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src",
"product": {
"name": "openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src",
"product_id": "openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr@4.11.0-202211072116.p0.g93daed6.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.src",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.src",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64",
"product": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64",
"product_id": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product_id": "butane-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.15.0-3.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product": {
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product_id": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.15.0-3.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product": {
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product_id": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.15.0-3.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.11.0-202211072116.p0.g5157800.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.11.0-202211072116.p0.g142cb44.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.11.0-202211072116.p0.g142cb44.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64",
"product": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64",
"product_id": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product_id": "butane-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.15.0-3.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product": {
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product_id": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.15.0-3.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product": {
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product_id": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.15.0-3.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.11.0-202211072116.p0.g5157800.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64",
"product_id": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.11.0-202211072116.p0.g142cb44.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le",
"product": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le",
"product_id": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product_id": "butane-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.15.0-3.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product": {
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product_id": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.15.0-3.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product": {
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product_id": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.15.0-3.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.11.0-202211072116.p0.g5157800.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le",
"product_id": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.11.0-202211072116.p0.g142cb44.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x",
"product": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x",
"product_id": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.15.0-3.rhaos4.11.el8.s390x",
"product": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.s390x",
"product_id": "butane-0:0.15.0-3.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.15.0-3.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x",
"product": {
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x",
"product_id": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.15.0-3.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x",
"product": {
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x",
"product_id": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.15.0-3.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.11.0-202211072116.p0.g5157800.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x",
"product": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x",
"product_id": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.11.0-202211072116.p0.g142cb44.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch",
"product": {
"name": "butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch",
"product_id": "butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-redistributable@0.15.0-3.rhaos4.11.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.11.0-202211072116.p0.gdf73941.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.11.0-202211072116.p0.gdf73941.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-cni@4.11.0-202211072116.p0.g93daed6.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-common@4.11.0-202211072116.p0.g93daed6.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-controller@4.11.0-202211072116.p0.g93daed6.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product": {
"name": "python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product_id": "python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kuryr-kubernetes@4.11.0-202211072116.p0.g93daed6.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"product": {
"name": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"product_id": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-test@2.17.0-62.el8fdp?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64"
},
"product_reference": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le"
},
"product_reference": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x"
},
"product_reference": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src"
},
"product_reference": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64"
},
"product_reference": "atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.aarch64"
},
"product_reference": "butane-0:0.15.0-3.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.ppc64le"
},
"product_reference": "butane-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.s390x"
},
"product_reference": "butane-0:0.15.0-3.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.src"
},
"product_reference": "butane-0:0.15.0-3.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.15.0-3.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.x86_64"
},
"product_reference": "butane-0:0.15.0-3.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64"
},
"product_reference": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le"
},
"product_reference": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x"
},
"product_reference": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64"
},
"product_reference": "butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64"
},
"product_reference": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le"
},
"product_reference": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x"
},
"product_reference": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64"
},
"product_reference": "butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch"
},
"product_reference": "butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src"
},
"product_reference": "openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x"
},
"product_reference": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src"
},
"product_reference": "openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.src"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch"
},
"product_reference": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch"
},
"product_reference": "python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.11:python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64"
]
}
],
"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-4.11:butane-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch"
],
"known_not_affected": [
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.11:python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64"
]
},
"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": "2022-11-24T04:11:41+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8534"
},
{
"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.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.11:python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64"
]
}
],
"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-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.11:atomic-openshift-service-idler-0:4.11.0-202211072116.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:butane-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-debuginfo-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:butane-debugsource-0:0.15.0-3.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:butane-redistributable-0:0.15.0-3.rhaos4.11.el8.noarch",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-ansible-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-ansible-test-0:4.11.0-202211072116.p0.gdf73941.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-clients-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-clients-redistributable-0:4.11.0-202211072116.p0.g142cb44.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211072116.p0.g5157800.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.11:openshift-kuryr-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-kuryr-cni-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-kuryr-common-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openshift-kuryr-controller-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.11:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.11:python3-kuryr-kubernetes-0:4.11.0-202211072116.p0.g93daed6.assembly.stream.el8.noarch",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.11:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64"
]
}
],
"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"
}
]
}
RHSA-2023:0693
Vulnerability from csaf_redhat - Published: 2023-02-09 02:17 - Updated: 2025-11-27 23:54Notes
{
"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.7 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* async: Prototype Pollution in async (CVE-2021-43138)\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: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags (CVE-2022-32149)\n\n* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* 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-2022-32189)\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:0693",
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2124668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2126276",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126276"
},
{
"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": "2134010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010"
},
{
"category": "external",
"summary": "2160662",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160662"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "MIG-1275",
"url": "https://issues.redhat.com/browse/MIG-1275"
},
{
"category": "external",
"summary": "MIG-1281",
"url": "https://issues.redhat.com/browse/MIG-1281"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0693.json"
}
],
"title": "Red Hat Security Advisory: Migration Toolkit for Containers (MTC) 1.7.7 security and bug fix update",
"tracking": {
"current_release_date": "2025-11-27T23:54:48+00:00",
"generator": {
"date": "2025-11-27T23:54:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:0693",
"initial_release_date": "2023-02-09T02:17:22+00:00",
"revision_history": [
{
"date": "2023-02-09T02:17:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-02-09T02:17:22+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-27T23:54:48+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:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"product": {
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"product_id": "rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-controller-rhel8\u0026tag=v1.7.7-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"product": {
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"product_id": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8\u0026tag=v1.7.7-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"product": {
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"product_id": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator\u0026tag=v1.7.7-9"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"product": {
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"product_id": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8\u0026tag=v1.7.7-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"product": {
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"product_id": "rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8\u0026tag=v1.7.7-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"product": {
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"product_id": "rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8\u0026tag=v1.7.7-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"product": {
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"product_id": "rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rhel8-operator\u0026tag=v1.7.7-9"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"product": {
"name": "rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"product_id": "rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-operator-bundle\u0026tag=v1.7.7-9"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"product": {
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"product_id": "rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-registry-rhel8\u0026tag=v1.7.7-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"product": {
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"product_id": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8\u0026tag=v1.7.7-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"product": {
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"product_id": "rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-ui-rhel8\u0026tag=v1.7.7-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"product_id": "rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-rhel8\u0026tag=v1.7.7-5"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-aws-rhel8\u0026tag=v1.7.7-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8\u0026tag=v1.7.7-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8\u0026tag=v1.7.7-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"product_id": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-restic-restore-helper-rhel8\u0026tag=v1.7.7-5"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64",
"product": {
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64",
"product_id": "rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-velero-plugin-rhel8\u0026tag=v1.7.7-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:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64"
},
"product_reference": "rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64"
},
"product_reference": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64"
},
"product_reference": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64"
},
"product_reference": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64"
},
"product_reference": "rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64"
},
"product_reference": "rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64"
},
"product_reference": "rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64"
},
"product_reference": "rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64"
},
"product_reference": "rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64"
},
"product_reference": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64"
},
"product_reference": "rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_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:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_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:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_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:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_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:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_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:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
},
"product_reference": "rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-43138",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-09-13T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126276"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the async package. This flaw allows a malicious user to obtain privileges via the mapValues() method.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "async: Prototype Pollution in async",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-43138"
},
{
"category": "external",
"summary": "RHBZ#2126276",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126276"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-43138",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-43138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43138"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-fwr7-v2mv-hh25",
"url": "https://github.com/advisories/GHSA-fwr7-v2mv-hh25"
}
],
"release_date": "2022-04-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "async: Prototype Pollution in async"
},
{
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
}
],
"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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
},
"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-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
}
],
"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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
},
"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-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
},
"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": "2023-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-32149",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2022-10-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2134010"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the golang.org/x/text/language package. An attacker can craft an Accept-Language header which ParseAcceptLanguage will take significant time to parse. This issue leads to a denial of service, and can impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "After careful analysis of the vulnerability Redhat is choosing to keep the vulnerability severity as moderate,the vulnerability exists in the ParseAcceptLanguage function of the golang text/language package,when an attacker could craft an unusually large accept header and due to the parser taking quadratic time complexity to finish, firstly the attacker would have to find a way smuggle an input to the parser and even then this would simply not result in a crash of any kind but more of resource hang which while can be unpleasant,does not equate to any real world damage.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32149"
},
{
"category": "external",
"summary": "RHBZ#2134010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149"
},
{
"category": "external",
"summary": "https://go.dev/issue/56152",
"url": "https://go.dev/issue/56152"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU",
"url": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU"
}
],
"release_date": "2022-10-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "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:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
}
],
"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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
},
"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": "2023-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"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-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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_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": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_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-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/url: JoinPath does not strip relative path components in all circumstances"
},
{
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
}
],
"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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
},
"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-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2022-41717",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-01-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64"
]
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64"
]
},
"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-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
RHSA-2023:2357
Vulnerability from csaf_redhat - Published: 2023-05-09 10:03 - Updated: 2025-11-27 23:55Notes
{
"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 git-lfs is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of 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": "Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server.\n\nSecurity Fix(es):\n\n* golang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n\n* golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)\n\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* 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-2022-32189)\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.2 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:2357",
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
},
{
"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.2_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"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": "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": "2139383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139383"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2357.json"
}
],
"title": "Red Hat Security Advisory: git-lfs security and bug fix update",
"tracking": {
"current_release_date": "2025-11-27T23:55:31+00:00",
"generator": {
"date": "2025-11-27T23:55:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:2357",
"initial_release_date": "2023-05-09T10:03:05+00:00",
"revision_history": [
{
"date": "2023-05-09T10:03:05+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-09T10:03:05+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-27T23:55: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.2.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": "git-lfs-0:3.2.0-1.el9.src",
"product": {
"name": "git-lfs-0:3.2.0-1.el9.src",
"product_id": "git-lfs-0:3.2.0-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.2.0-1.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.2.0-1.el9.aarch64",
"product": {
"name": "git-lfs-0:3.2.0-1.el9.aarch64",
"product_id": "git-lfs-0:3.2.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.2.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"product": {
"name": "git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"product_id": "git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.2.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"product": {
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"product_id": "git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.2.0-1.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.2.0-1.el9.ppc64le",
"product": {
"name": "git-lfs-0:3.2.0-1.el9.ppc64le",
"product_id": "git-lfs-0:3.2.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.2.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"product": {
"name": "git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"product_id": "git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.2.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"product": {
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"product_id": "git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.2.0-1.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.2.0-1.el9.x86_64",
"product": {
"name": "git-lfs-0:3.2.0-1.el9.x86_64",
"product_id": "git-lfs-0:3.2.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.2.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.2.0-1.el9.x86_64",
"product": {
"name": "git-lfs-debugsource-0:3.2.0-1.el9.x86_64",
"product_id": "git-lfs-debugsource-0:3.2.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.2.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"product": {
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"product_id": "git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.2.0-1.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.2.0-1.el9.s390x",
"product": {
"name": "git-lfs-0:3.2.0-1.el9.s390x",
"product_id": "git-lfs-0:3.2.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.2.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"product": {
"name": "git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"product_id": "git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.2.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"product": {
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"product_id": "git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.2.0-1.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.2.0-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64"
},
"product_reference": "git-lfs-0:3.2.0-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.2.0-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le"
},
"product_reference": "git-lfs-0:3.2.0-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.2.0-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x"
},
"product_reference": "git-lfs-0:3.2.0-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.2.0-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src"
},
"product_reference": "git-lfs-0:3.2.0-1.el9.src",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.2.0-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64"
},
"product_reference": "git-lfs-0:3.2.0-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64"
},
"product_reference": "git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le"
},
"product_reference": "git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x"
},
"product_reference": "git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64"
},
"product_reference": "git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.2.0-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64"
},
"product_reference": "git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.2.0-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le"
},
"product_reference": "git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.2.0-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x"
},
"product_reference": "git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.2.0-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
},
"product_reference": "git-lfs-debugsource-0:3.2.0-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding header",
"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-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"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",
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"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-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"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": "2023-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "RH ProdSec has set the Impact of this vulnerability to Moderate as there is no known method to execute arbitary code. Successful exploitation of this bug can cause the application under attack to panic, merely causing a Denial of Service at the application level. As the kernel is unaffected by this bug, the user can merely relaunch the application to fix the problem. Also, if somehow the application keeps relaunching, the timer watchdogs in the default RHEL kernel will stop the attack in its tracks.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The exploitation of this flaw will only result in a denial of service of the application via the application crashing which is why this has been rated as moderate.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30635",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/gob: stack exhaustion in Decoder.Decode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform (OCP) starting from 4.10 stream is already compiled in the patched version of Go, hence is not affected by this vulnerability.The vulnerability has been rated as moderate instead of high because the vulnerability can only result in a minor denial of service.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "RHBZ#2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635"
},
{
"category": "external",
"summary": "https://go.dev/issue/53615",
"url": "https://go.dev/issue/53615"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/gob: stack exhaustion in Decoder.Decode"
},
{
"cve": "CVE-2022-32148",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working",
"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-200: Exposure of Sensitive Information to an Unauthorized Actor vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token, multi-factor authentication (MFA), which is coupled with account management controls, including integration with single sign-on (SSO), to ensure that user permissions are restricted to only the functions necessary for their roles. Access to sensitive information is explicitly authorized and enforced based on predefined access policies. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, which helps identify patterns of unauthorized access or data exposure. The platform enforces the use of validated cryptographic modules across compute resources to protect the confidentiality of information, even in the event of interception.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "RHBZ#2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148"
},
{
"category": "external",
"summary": "https://go.dev/issue/53423",
"url": "https://go.dev/issue/53423"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
},
{
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"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": "2023-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
},
{
"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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"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"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-41715",
"discovery_date": "2022-10-07T00:00:00+00:00",
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.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-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41717"
},
{
"category": "external",
"summary": "RHBZ#2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717"
},
{
"category": "external",
"summary": "https://go.dev/cl/455635",
"url": "https://go.dev/cl/455635"
},
{
"category": "external",
"summary": "https://go.dev/cl/455717",
"url": "https://go.dev/cl/455717"
},
{
"category": "external",
"summary": "https://go.dev/issue/56350",
"url": "https://go.dev/issue/56350"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ",
"url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-1144",
"url": "https://pkg.go.dev/vuln/GO-2022-1144"
}
],
"release_date": "2022-11-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
RHSA-2022_7398
Vulnerability from csaf_redhat - Published: 2023-01-17 19:29 - Updated: 2024-12-17 22:05Notes
{
"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.12.0 is now available with\nupdates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.12.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. 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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.12.0. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2022:7399\n\nSecurity Fix(es):\n\n* go-yaml: Denial of Service in go-yaml (CVE-2021-4235)\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n* kubernetes: Unauthorized read of Custom Resources (CVE-2022-3162)\n* kube-apiserver: Aggregated API server can cause clients to be redirected (SSRF) (CVE-2022-3172)\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n* cri-o: incorrect handling of the supplementary groups (CVE-2022-2995)\n* OpenShift: Missing HTTP Strict Transport Security (CVE-2022-3259)\n* cri-o: Security regression of CVE-2022-27652 (CVE-2022-3466)\n* 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-2022-32189)\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.12 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.12/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-2022:7398",
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2103220",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103220"
},
{
"category": "external",
"summary": "2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2121632",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121632"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2127804",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2127804"
},
{
"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": "2134063",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134063"
},
{
"category": "external",
"summary": "2136673",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2136673"
},
{
"category": "external",
"summary": "2156727",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156727"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2022_7398.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.0 packages and security update",
"tracking": {
"current_release_date": "2024-12-17T22:05:30+00:00",
"generator": {
"date": "2024-12-17T22:05:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2022:7398",
"initial_release_date": "2023-01-17T19:29:22+00:00",
"revision_history": [
{
"date": "2023-01-17T19:29:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-01-17T19:29:22+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:05:30+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.12",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.12::el8"
}
}
},
{
"category": "product_name",
"name": "Ironic content for Red Hat OpenShift Container Platform 4.12",
"product": {
"name": "Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ironic:4.12::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.12",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.12::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"product": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"product_id": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"product": {
"name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"product_id": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/console-login-helper-messages@0.20.4-1.rhaos4.12.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"product": {
"name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"product_id": "container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.188.0-1.rhaos4.12.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "nmstate-0:1.3.3-1.el8.src",
"product": {
"name": "nmstate-0:1.3.3-1.el8.src",
"product_id": "nmstate-0:1.3.3-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate@1.3.3-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2022.2-5.el8.src",
"product": {
"name": "ostree-0:2022.2-5.el8.src",
"product_id": "ostree-0:2022.2-5.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2022.2-5.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-1.rhaos4.12.el8.src",
"product": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.src",
"product_id": "podman-2:4.2.0-1.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-1.rhaos4.12.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"product": {
"name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"product_id": "rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn@5.3.0-1.rhaos4.12.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"product": {
"name": "rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"product_id": "rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-bootupd@0.2.5-3.rhaos4.12.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"product": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"product_id": "skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-1.rhaos4.12.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"product": {
"name": "toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"product_id": "toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.1.0-1.rhaos4.12.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el8.src",
"product": {
"name": "kata-containers-0:2.5.2-1.el8.src",
"product_id": "kata-containers-0:2.5.2-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.16.0-2.rhaos4.12.el8.src",
"product": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.src",
"product_id": "butane-0:0.16.0-2.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-2.rhaos4.12.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el8.src",
"product": {
"name": "cri-tools-0:1.25.0-2.el8.src",
"product_id": "cri-tools-0:1.25.0-2.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.src",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.src",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"product": {
"name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"product_id": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"product": {
"name": "openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"product_id": "openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr@4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.src",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.src",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-kubernetes-0:25.3.0-1.el8.src",
"product": {
"name": "python-kubernetes-0:25.3.0-1.el8.src",
"product_id": "python-kubernetes-0:25.3.0-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kubernetes@25.3.0-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.36.0-8.el8_6.src",
"product": {
"name": "NetworkManager-1:1.36.0-8.el8_6.src",
"product_id": "NetworkManager-1:1.36.0-8.el8_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.36.0-8.el8_6?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-0:22.06.0-27.el8fdp.src",
"product": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.src",
"product_id": "ovn22.06-0:22.06.0-27.el8fdp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06@22.06.0-27.el8fdp?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zipp-0:0.5.1-2.el8ost.src",
"product": {
"name": "python-zipp-0:0.5.1-2.el8ost.src",
"product_id": "python-zipp-0:0.5.1-2.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zipp@0.5.1-2.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zeroconf-0:0.24.4-1.el8ost.src",
"product": {
"name": "python-zeroconf-0:0.24.4-1.el8ost.src",
"product_id": "python-zeroconf-0:0.24.4-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zeroconf@0.24.4-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-werkzeug-0:1.0.1-3.el8ost.src",
"product": {
"name": "python-werkzeug-0:1.0.1-3.el8ost.src",
"product_id": "python-werkzeug-0:1.0.1-3.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-werkzeug@1.0.1-3.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wcwidth-0:0.1.7-14.el8ost.src",
"product": {
"name": "python-wcwidth-0:0.1.7-14.el8ost.src",
"product_id": "python-wcwidth-0:0.1.7-14.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wcwidth@0.1.7-14.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tenacity-0:6.2.0-1.el8ost.src",
"product": {
"name": "python-tenacity-0:6.2.0-1.el8ost.src",
"product_id": "python-tenacity-0:6.2.0-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tenacity@6.2.0-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-rsa-0:4.7-1.el8.src",
"product": {
"name": "python-rsa-0:4.7-1.el8.src",
"product_id": "python-rsa-0:4.7-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-rsa@4.7-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"product": {
"name": "python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"product_id": "python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests-unixsocket@0.1.5-5.el8ar?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-0:0.16.0-3.el8ost.src",
"product": {
"name": "python-pyrsistent-0:0.16.0-3.el8ost.src",
"product_id": "python-pyrsistent-0:0.16.0-3.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent@0.16.0-3.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyroute2-0:0.5.13-1.el8ost.src",
"product": {
"name": "python-pyroute2-0:0.5.13-1.el8ost.src",
"product_id": "python-pyroute2-0:0.5.13-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyroute2@0.5.13-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyperclip-0:1.6.4-6.el8ost.src",
"product": {
"name": "python-pyperclip-0:1.6.4-6.el8ost.src",
"product_id": "python-pyperclip-0:1.6.4-6.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyperclip@1.6.4-6.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyghmi-0:1.5.14-2.1.el8ost.src",
"product": {
"name": "python-pyghmi-0:1.5.14-2.1.el8ost.src",
"product_id": "python-pyghmi-0:1.5.14-2.1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyghmi@1.5.14-2.1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycdlib-0:1.11.0-3.el8.src",
"product": {
"name": "python-pycdlib-0:1.11.0-3.el8.src",
"product_id": "python-pycdlib-0:1.11.0-3.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycdlib@1.11.0-3.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pint-0:0.10.1-1.el8ost.src",
"product": {
"name": "python-pint-0:0.10.1-1.el8ost.src",
"product_id": "python-pint-0:0.10.1-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pint@0.10.1-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pexpect-0:4.6-2.el8ar.src",
"product": {
"name": "python-pexpect-0:4.6-2.el8ar.src",
"product_id": "python-pexpect-0:4.6-2.el8ar.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pexpect@4.6-2.el8ar?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-paste-deploy-0:2.0.1-4.el8ost.src",
"product": {
"name": "python-paste-deploy-0:2.0.1-4.el8ost.src",
"product_id": "python-paste-deploy-0:2.0.1-4.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-paste-deploy@2.0.1-4.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-paste-0:3.2.4-1.el8ost.src",
"product": {
"name": "python-paste-0:3.2.4-1.el8ost.src",
"product_id": "python-paste-0:3.2.4-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-paste@3.2.4-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-packaging-0:20.4-1.el8ost.src",
"product": {
"name": "python-packaging-0:20.4-1.el8ost.src",
"product_id": "python-packaging-0:20.4-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-packaging@20.4-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"product": {
"name": "python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"product_id": "python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-serialization@4.2.0-0.20211012151454.2b94a4f.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"product": {
"name": "python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"product_id": "python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-policy@3.8.2-0.20211012161944.c7fd9f4.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"product": {
"name": "python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"product_id": "python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-metrics@0.3.0-0.20211020174122.43eee50.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"product": {
"name": "python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"product_id": "python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-messaging@12.9.1-0.20211020204149.f9de265.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"product": {
"name": "python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"product_id": "python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-log@4.6.0-0.20211012154701.41c8807.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"product": {
"name": "python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"product_id": "python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-i18n@5.1.0-0.20211012165753.b031d17.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"product": {
"name": "python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"product_id": "python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-db@9.1.0-0.20211020204148.be2cc6a.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"product": {
"name": "python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"product_id": "python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-context@3.3.1-0.20211012152439.641a1e0.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"product": {
"name": "python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"product_id": "python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-config@8.7.1-0.20211012155707.1a7bd66.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python-msgpack-0:0.6.2-1.el8ost.src",
"product": {
"name": "python-msgpack-0:0.6.2-1.el8ost.src",
"product_id": "python-msgpack-0:0.6.2-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-msgpack@0.6.2-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-lockfile-1:0.11.0-8.el8ar.src",
"product": {
"name": "python-lockfile-1:0.11.0-8.el8ar.src",
"product_id": "python-lockfile-1:0.11.0-8.el8ar.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lockfile@0.11.0-8.el8ar?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-kombu-1:4.6.6-7.el8ost.1.src",
"product": {
"name": "python-kombu-1:4.6.6-7.el8ost.1.src",
"product_id": "python-kombu-1:4.6.6-7.el8ost.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kombu@4.6.6-7.el8ost.1?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-jsonschema-0:3.2.0-5.el8ost.src",
"product": {
"name": "python-jsonschema-0:3.2.0-5.el8ost.src",
"product_id": "python-jsonschema-0:3.2.0-5.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jsonschema@3.2.0-5.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-iso8601-0:0.1.12-8.el8ost.1.src",
"product": {
"name": "python-iso8601-0:0.1.12-8.el8ost.1.src",
"product_id": "python-iso8601-0:0.1.12-8.el8ost.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-iso8601@0.1.12-8.el8ost.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-importlib-metadata-0:1.7.0-1.el8ost.src",
"product": {
"name": "python-importlib-metadata-0:1.7.0-1.el8ost.src",
"product_id": "python-importlib-metadata-0:1.7.0-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-importlib-metadata@1.7.0-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ifaddr-0:0.1.6-5.el8ost.src",
"product": {
"name": "python-ifaddr-0:0.1.6-5.el8ost.src",
"product_id": "python-ifaddr-0:0.1.6-5.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ifaddr@0.1.6-5.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gunicorn-0:19.9.0-10.el8ost.1.src",
"product": {
"name": "python-gunicorn-0:19.9.0-10.el8ost.1.src",
"product_id": "python-gunicorn-0:19.9.0-10.el8ost.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gunicorn@19.9.0-10.el8ost.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-funcsigs-0:1.0.2-8.el8ost.1.src",
"product": {
"name": "python-funcsigs-0:1.0.2-8.el8ost.1.src",
"product_id": "python-funcsigs-0:1.0.2-8.el8ost.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-funcsigs@1.0.2-8.el8ost.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-flask-1:1.1.1-1.el8ost.src",
"product": {
"name": "python-flask-1:1.1.1-1.el8ost.src",
"product_id": "python-flask-1:1.1.1-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flask@1.1.1-1.el8ost?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-eventlet-0:0.30.2-1.el8.src",
"product": {
"name": "python-eventlet-0:0.30.2-1.el8.src",
"product_id": "python-eventlet-0:0.30.2-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-eventlet@0.30.2-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"product": {
"name": "python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"product_id": "python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dogpile-cache@1.1.2-1.el8ost.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-construct-0:2.10.56-1.el8ost.src",
"product": {
"name": "python-construct-0:2.10.56-1.el8ost.src",
"product_id": "python-construct-0:2.10.56-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-construct@2.10.56-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cmd2-0:1.4.0-1.1.el8.src",
"product": {
"name": "python-cmd2-0:1.4.0-1.1.el8.src",
"product_id": "python-cmd2-0:1.4.0-1.1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cmd2@1.4.0-1.1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-amqp-0:2.5.2-7.el8ost.1.src",
"product": {
"name": "python-amqp-0:2.5.2-7.el8ost.1.src",
"product_id": "python-amqp-0:2.5.2-7.el8ost.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-amqp@2.5.2-7.el8ost.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-alembic-0:1.4.2-5.el8ost.src",
"product": {
"name": "python-alembic-0:1.4.2-5.el8ost.src",
"product_id": "python-alembic-0:1.4.2-5.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-alembic@1.4.2-5.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "tini-0:0.16.1-1.el8ar.src",
"product": {
"name": "tini-0:0.16.1-1.el8ar.src",
"product_id": "tini-0:0.16.1-1.el8ar.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tini@0.16.1-1.el8ar?arch=src"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"product": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"product_id": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.rhaos4.11.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"product": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"product_id": "libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.rhaos4.11.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "haproxy-0:2.2.24-1.el8.src",
"product": {
"name": "haproxy-0:2.2.24-1.el8.src",
"product_id": "haproxy-0:2.2.24-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy@2.2.24-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"product": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"product_id": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.rhaos4.11.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "grpc-0:1.18.0-4.el8ost.src",
"product": {
"name": "grpc-0:1.18.0-4.el8ost.src",
"product_id": "grpc-0:1.18.0-4.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc@1.18.0-4.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-1.rhaos4.11.el8.src",
"product": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.src",
"product_id": "crun-0:1.4.2-1.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-1.rhaos4.11.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "crudini-0:0.9-11.el8ost.1.src",
"product": {
"name": "crudini-0:0.9-11.el8ost.1.src",
"product_id": "crudini-0:0.9-11.el8ost.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crudini@0.9-11.el8ost.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.rhaos4.11.el8.src",
"product": {
"name": "criu-0:3.15-4.rhaos4.11.el8.src",
"product_id": "criu-0:3.15-4.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.rhaos4.11.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"product": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"product_id": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-5.rhaos4.11.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.src",
"product": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.src",
"product_id": "conmon-2:2.1.2-2.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-2.rhaos4.11.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-2.el8.src",
"product": {
"name": "buildah-1:1.23.4-2.el8.src",
"product_id": "buildah-1:1.23.4-2.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-2.el8?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ansible-runner-http-0:1.0.0-2.el8ar.src",
"product": {
"name": "ansible-runner-http-0:1.0.0-2.el8ar.src",
"product_id": "ansible-runner-http-0:1.0.0-2.el8ar.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-runner-http@1.0.0-2.el8ar?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-runner-0:1.4.6-2.el8ar.src",
"product": {
"name": "ansible-runner-0:1.4.6-2.el8ar.src",
"product_id": "ansible-runner-0:1.4.6-2.el8ar.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-runner@1.4.6-2.el8ar?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-0:22.09.0-25.el8fdp.src",
"product": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.src",
"product_id": "ovn22.09-0:22.09.0-25.el8fdp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09@22.09.0-25.el8fdp?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"product_id": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-3:1.1.2-2.rhaos4.12.el8.src",
"product": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.src",
"product_id": "runc-3:1.1.2-2.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.2-2.rhaos4.12.el8?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"product": {
"name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"product_id": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@4.18.0-372.40.1.rt7.197.el8_6?arch=src"
}
}
},
{
"category": "product_version",
"name": "crudini-0:0.9.3-4.el9.src",
"product": {
"name": "crudini-0:0.9.3-4.el9.src",
"product_id": "crudini-0:0.9.3-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crudini@0.9.3-4.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "future-0:0.18.2-9.el9.1.src",
"product": {
"name": "future-0:0.18.2-9.el9.1.src",
"product_id": "future-0:0.18.2-9.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/future@0.18.2-9.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"product": {
"name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"product_id": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-python-agent@9.0.1-0.20220818145522.ad1eb41.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openstack-macros-0:2020.1.2-1.el9.src",
"product": {
"name": "openstack-macros-0:2020.1.2-1.el9.src",
"product_id": "openstack-macros-0:2020.1.2-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-macros@2020.1.2-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "pyOpenSSL-0:20.0.1-2.el9.1.src",
"product": {
"name": "pyOpenSSL-0:20.0.1-2.el9.1.src",
"product_id": "pyOpenSSL-0:20.0.1-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pyOpenSSL@20.0.1-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "pyflakes-0:2.2.0-3.el9.1.src",
"product": {
"name": "pyflakes-0:2.2.0-3.el9.1.src",
"product_id": "pyflakes-0:2.2.0-3.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pyflakes@2.2.0-3.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "pysnmp-0:4.4.12-6.el9.src",
"product": {
"name": "pysnmp-0:4.4.12-6.el9.src",
"product_id": "pysnmp-0:4.4.12-6.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pysnmp@4.4.12-6.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-SecretStorage-0:2.3.1-9.el9.src",
"product": {
"name": "python-SecretStorage-0:2.3.1-9.el9.src",
"product_id": "python-SecretStorage-0:2.3.1-9.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-SecretStorage@2.3.1-9.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-alembic-0:1.6.0-1.el9.src",
"product": {
"name": "python-alembic-0:1.6.0-1.el9.src",
"product_id": "python-alembic-0:1.6.0-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-alembic@1.6.0-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-amqp-0:5.0.6-1.el9.src",
"product": {
"name": "python-amqp-0:5.0.6-1.el9.src",
"product_id": "python-amqp-0:5.0.6-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-amqp@5.0.6-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-apipkg-0:1.5-12.el9.1.src",
"product": {
"name": "python-apipkg-0:1.5-12.el9.1.src",
"product_id": "python-apipkg-0:1.5-12.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-apipkg@1.5-12.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-atomicwrites-0:1.4.0-6.el9.1.src",
"product": {
"name": "python-atomicwrites-0:1.4.0-6.el9.1.src",
"product_id": "python-atomicwrites-0:1.4.0-6.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-atomicwrites@1.4.0-6.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"product": {
"name": "python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"product_id": "python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-automaton@3.0.0-0.20220811170530.ed884e8.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-autopage-0:0.4.0-1.el9.2.src",
"product": {
"name": "python-autopage-0:0.4.0-1.el9.2.src",
"product_id": "python-autopage-0:0.4.0-1.el9.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-autopage@0.4.0-1.el9.2?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-bcrypt-0:3.1.6-3.el9.src",
"product": {
"name": "python-bcrypt-0:3.1.6-3.el9.src",
"product_id": "python-bcrypt-0:3.1.6-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bcrypt@3.1.6-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"product": {
"name": "python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"product_id": "python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-beautifulsoup4@4.9.3-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-betamax-0:0.8.1-12.el9.1.src",
"product": {
"name": "python-betamax-0:0.8.1-12.el9.1.src",
"product_id": "python-betamax-0:0.8.1-12.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-betamax@0.8.1-12.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cachetools-0:3.1.0-4.el9.src",
"product": {
"name": "python-cachetools-0:3.1.0-4.el9.src",
"product_id": "python-cachetools-0:3.1.0-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cachetools@3.1.0-4.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-case-0:1.5.3-5.el9.src",
"product": {
"name": "python-case-0:1.5.3-5.el9.src",
"product_id": "python-case-0:1.5.3-5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-case@1.5.3-5.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"product": {
"name": "python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"product_id": "python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cinderclient@9.0.0-0.20220811172734.2c7d463.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-click-0:7.1.2-5.el9.1.src",
"product": {
"name": "python-click-0:7.1.2-5.el9.1.src",
"product_id": "python-click-0:7.1.2-5.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-click@7.1.2-5.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"product": {
"name": "python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"product_id": "python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cliff@3.10.1-0.20220802152018.a04a48f.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cmd2-0:1.4.0-2.el9.1.src",
"product": {
"name": "python-cmd2-0:1.4.0-2.el9.1.src",
"product_id": "python-cmd2-0:1.4.0-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cmd2@1.4.0-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-colorama-0:0.4.1-2.el9.src",
"product": {
"name": "python-colorama-0:0.4.1-2.el9.src",
"product_id": "python-colorama-0:0.4.1-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-colorama@0.4.1-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-construct-0:2.10.56-2.el9.src",
"product": {
"name": "python-construct-0:2.10.56-2.el9.src",
"product_id": "python-construct-0:2.10.56-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-construct@2.10.56-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-contextlib2-0:0.6.0.post1-1.el9.src",
"product": {
"name": "python-contextlib2-0:0.6.0.post1-1.el9.src",
"product_id": "python-contextlib2-0:0.6.0.post1-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-contextlib2@0.6.0.post1-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-coverage-0:5.6-0.1b1.el9.src",
"product": {
"name": "python-coverage-0:5.6-0.1b1.el9.src",
"product_id": "python-coverage-0:5.6-0.1b1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage@5.6-0.1b1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dataclasses-0:0.8-2.el9.src",
"product": {
"name": "python-dataclasses-0:0.8-2.el9.src",
"product_id": "python-dataclasses-0:0.8-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dataclasses@0.8-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ddt-0:1.4.2-1.el9.src",
"product": {
"name": "python-ddt-0:1.4.2-1.el9.src",
"product_id": "python-ddt-0:1.4.2-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ddt@1.4.2-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"product": {
"name": "python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"product_id": "python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-debtcollector@2.5.0-0.20220802170047.a6b46c5.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-decorator-0:4.4.0-6.el9.src",
"product": {
"name": "python-decorator-0:4.4.0-6.el9.src",
"product_id": "python-decorator-0:4.4.0-6.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-decorator@4.4.0-6.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-defusedxml-0:0.7.1-1.el9.src",
"product": {
"name": "python-defusedxml-0:0.7.1-1.el9.src",
"product_id": "python-defusedxml-0:0.7.1-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-defusedxml@0.7.1-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-distlib-0:0.3.1-4.el9.1.src",
"product": {
"name": "python-distlib-0:0.3.1-4.el9.1.src",
"product_id": "python-distlib-0:0.3.1-4.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-distlib@0.3.1-4.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dogpile-cache-0:1.1.5-3.el9.src",
"product": {
"name": "python-dogpile-cache-0:1.1.5-3.el9.src",
"product_id": "python-dogpile-cache-0:1.1.5-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dogpile-cache@1.1.5-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"product": {
"name": "python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"product_id": "python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dracclient@8.0.0-0.20220802154400.9c7499c.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-editor-0:1.0.4-5.el9.src",
"product": {
"name": "python-editor-0:1.0.4-5.el9.src",
"product_id": "python-editor-0:1.0.4-5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-editor@1.0.4-5.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-entrypoints-0:0.3-8.el9.src",
"product": {
"name": "python-entrypoints-0:0.3-8.el9.src",
"product_id": "python-entrypoints-0:0.3-8.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-entrypoints@0.3-8.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-eventlet-0:0.30.2-1.el9.src",
"product": {
"name": "python-eventlet-0:0.30.2-1.el9.src",
"product_id": "python-eventlet-0:0.30.2-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-eventlet@0.30.2-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-execnet-0:1.7.1-5.el9.1.src",
"product": {
"name": "python-execnet-0:1.7.1-5.el9.1.src",
"product_id": "python-execnet-0:1.7.1-5.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-execnet@1.7.1-5.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-extras-0:1.0.0-15.el9.1.src",
"product": {
"name": "python-extras-0:1.0.0-15.el9.1.src",
"product_id": "python-extras-0:1.0.0-15.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-extras@1.0.0-15.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-fasteners-0:0.14.1-21.el9.src",
"product": {
"name": "python-fasteners-0:0.14.1-21.el9.src",
"product_id": "python-fasteners-0:0.14.1-21.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-fasteners@0.14.1-21.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-filelock-0:3.0.12-9.el9.1.src",
"product": {
"name": "python-filelock-0:3.0.12-9.el9.1.src",
"product_id": "python-filelock-0:3.0.12-9.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-filelock@3.0.12-9.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-fixtures-0:3.0.0-22.el9.1.src",
"product": {
"name": "python-fixtures-0:3.0.0-22.el9.1.src",
"product_id": "python-fixtures-0:3.0.0-22.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-fixtures@3.0.0-22.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-flake8-0:3.8.4-1.el9.1.src",
"product": {
"name": "python-flake8-0:3.8.4-1.el9.1.src",
"product_id": "python-flake8-0:3.8.4-1.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flake8@3.8.4-1.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-flask-1:2.0.1-2.el9.1.src",
"product": {
"name": "python-flask-1:2.0.1-2.el9.1.src",
"product_id": "python-flask-1:2.0.1-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flask@2.0.1-2.el9.1?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-flit-0:3.0.0-1.el9.2.src",
"product": {
"name": "python-flit-0:3.0.0-1.el9.2.src",
"product_id": "python-flit-0:3.0.0-1.el9.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flit@3.0.0-1.el9.2?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-freezegun-0:1.0.0-4.el9.1.src",
"product": {
"name": "python-freezegun-0:1.0.0-4.el9.1.src",
"product_id": "python-freezegun-0:1.0.0-4.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-freezegun@1.0.0-4.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-funcsigs-0:1.0.2-17.el9.src",
"product": {
"name": "python-funcsigs-0:1.0.2-17.el9.src",
"product_id": "python-funcsigs-0:1.0.2-17.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-funcsigs@1.0.2-17.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"product": {
"name": "python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"product_id": "python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-futurist@2.4.1-0.20220802175500.159d752.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gevent-0:21.1.2-1.el9.src",
"product": {
"name": "python-gevent-0:21.1.2-1.el9.src",
"product_id": "python-gevent-0:21.1.2-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gevent@21.1.2-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"product": {
"name": "python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"product_id": "python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-glanceclient@4.0.1-0.20220811181326.1b854e1.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-greenlet-0:1.0.0-1.el9.src",
"product": {
"name": "python-greenlet-0:1.0.0-1.el9.src",
"product_id": "python-greenlet-0:1.0.0-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-greenlet@1.0.0-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gunicorn-0:20.0.4-2.el9.src",
"product": {
"name": "python-gunicorn-0:20.0.4-2.el9.src",
"product_id": "python-gunicorn-0:20.0.4-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gunicorn@20.0.4-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"product": {
"name": "python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"product_id": "python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-hacking@1.0.1-0.20210812104123.865398f.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"product": {
"name": "python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"product_id": "python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-hardware@0.29.1-0.20220811165930.fd4bce6.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-html5lib-1:1.1-4.el9.1.src",
"product": {
"name": "python-html5lib-1:1.1-4.el9.1.src",
"product_id": "python-html5lib-1:1.1-4.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-html5lib@1.1-4.el9.1?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-hypothesis-0:6.6.0-2.el9.1.src",
"product": {
"name": "python-hypothesis-0:6.6.0-2.el9.1.src",
"product_id": "python-hypothesis-0:6.6.0-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-hypothesis@6.6.0-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ifaddr-0:0.1.6-6.el9.src",
"product": {
"name": "python-ifaddr-0:0.1.6-6.el9.src",
"product_id": "python-ifaddr-0:0.1.6-6.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ifaddr@0.1.6-6.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-importlib-metadata-0:1.7.0-2.el9.src",
"product": {
"name": "python-importlib-metadata-0:1.7.0-2.el9.src",
"product_id": "python-importlib-metadata-0:1.7.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-importlib-metadata@1.7.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"product": {
"name": "python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"product_id": "python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ironic-lib@5.2.0-0.20220802170917.e205816.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"product": {
"name": "python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"product_id": "python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ironicclient@4.9.0-0.20211209154934.6f1be06.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-iso8601-0:0.1.12-9.el9.src",
"product": {
"name": "python-iso8601-0:0.1.12-9.el9.src",
"product_id": "python-iso8601-0:0.1.12-9.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-iso8601@0.1.12-9.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-itsdangerous-0:2.0.1-2.el9.src",
"product": {
"name": "python-itsdangerous-0:2.0.1-2.el9.src",
"product_id": "python-itsdangerous-0:2.0.1-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-itsdangerous@2.0.1-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jinja2-0:3.0.1-2.el9.1.src",
"product": {
"name": "python-jinja2-0:3.0.1-2.el9.1.src",
"product_id": "python-jinja2-0:3.0.1-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@3.0.1-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jsonpath-rw-0:1.2.3-23.el9.src",
"product": {
"name": "python-jsonpath-rw-0:1.2.3-23.el9.src",
"product_id": "python-jsonpath-rw-0:1.2.3-23.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jsonpath-rw@1.2.3-23.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-kafka-0:1.4.3-3.el9.src",
"product": {
"name": "python-kafka-0:1.4.3-3.el9.src",
"product_id": "python-kafka-0:1.4.3-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kafka@1.4.3-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-kazoo-0:2.7.0-2.el9.src",
"product": {
"name": "python-kazoo-0:2.7.0-2.el9.src",
"product_id": "python-kazoo-0:2.7.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kazoo@2.7.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-kerberos-0:1.3.0-11.el9.1.src",
"product": {
"name": "python-kerberos-0:1.3.0-11.el9.1.src",
"product_id": "python-kerberos-0:1.3.0-11.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kerberos@1.3.0-11.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-keyring-0:21.0.0-2.el9.src",
"product": {
"name": "python-keyring-0:21.0.0-2.el9.src",
"product_id": "python-keyring-0:21.0.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-keyring@21.0.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"product": {
"name": "python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"product_id": "python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-keystoneauth1@5.0.0-0.20220811173415.2445a5d.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"product": {
"name": "python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"product_id": "python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-keystoneclient@5.0.0-0.20220811173653.11d5abe.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"product": {
"name": "python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"product_id": "python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-keystonemiddleware@10.0.0-0.20220811174058.dd31878.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-kiwisolver-0:1.1.0-4.el9.src",
"product": {
"name": "python-kiwisolver-0:1.1.0-4.el9.src",
"product_id": "python-kiwisolver-0:1.1.0-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kiwisolver@1.1.0-4.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-kombu-1:5.0.2-1.el9.2.src",
"product": {
"name": "python-kombu-1:5.0.2-1.el9.2.src",
"product_id": "python-kombu-1:5.0.2-1.el9.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kombu@5.0.2-1.el9.2?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-linecache2-0:1.0.0-25.el9.src",
"product": {
"name": "python-linecache2-0:1.0.0-25.el9.src",
"product_id": "python-linecache2-0:1.0.0-25.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-linecache2@1.0.0-25.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-logutils-0:0.3.5-7.1.el9.src",
"product": {
"name": "python-logutils-0:0.3.5-7.1.el9.src",
"product_id": "python-logutils-0:0.3.5-7.1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-logutils@0.3.5-7.1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-0:2.0.0-2.el9.src",
"product": {
"name": "python-markupsafe-0:2.0.0-2.el9.src",
"product_id": "python-markupsafe-0:2.0.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe@2.0.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-mccabe-0:0.6.1-18.el9.1.src",
"product": {
"name": "python-mccabe-0:0.6.1-18.el9.1.src",
"product_id": "python-mccabe-0:0.6.1-18.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-mccabe@0.6.1-18.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-memcached-0:1.58-12.el9.src",
"product": {
"name": "python-memcached-0:1.58-12.el9.src",
"product_id": "python-memcached-0:1.58-12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-memcached@1.58-12.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-migrate-0:0.13.0-2.el9.src",
"product": {
"name": "python-migrate-0:0.13.0-2.el9.src",
"product_id": "python-migrate-0:0.13.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-migrate@0.13.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-mimeparse-0:1.6.0-16.el9.1.src",
"product": {
"name": "python-mimeparse-0:1.6.0-16.el9.1.src",
"product_id": "python-mimeparse-0:1.6.0-16.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-mimeparse@1.6.0-16.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-mock-0:3.0.5-14.el9.2.src",
"product": {
"name": "python-mock-0:3.0.5-14.el9.2.src",
"product_id": "python-mock-0:3.0.5-14.el9.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-mock@3.0.5-14.el9.2?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-monotonic-0:1.5-9.el9.1.src",
"product": {
"name": "python-monotonic-0:1.5-9.el9.1.src",
"product_id": "python-monotonic-0:1.5-9.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-monotonic@1.5-9.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-more-itertools-0:7.2.0-3.el9.src",
"product": {
"name": "python-more-itertools-0:7.2.0-3.el9.src",
"product_id": "python-more-itertools-0:7.2.0-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-more-itertools@7.2.0-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"product": {
"name": "python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"product_id": "python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-mox3@1.1.0-0.20210812114029.99a302f.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-msgpack-0:0.6.2-2.el9.src",
"product": {
"name": "python-msgpack-0:0.6.2-2.el9.src",
"product_id": "python-msgpack-0:0.6.2-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-msgpack@0.6.2-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-munch-0:2.3.2-7.el9.src",
"product": {
"name": "python-munch-0:2.3.2-7.el9.src",
"product_id": "python-munch-0:2.3.2-7.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-munch@2.3.2-7.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"product": {
"name": "python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"product_id": "python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-neutronclient@7.6.0-0.20211012175718.983f0ab.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-nose-0:1.3.7-33.el9.1.src",
"product": {
"name": "python-nose-0:1.3.7-33.el9.1.src",
"product_id": "python-nose-0:1.3.7-33.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-nose@1.3.7-33.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-nose-cover3-0:0.1.0-31.el9.src",
"product": {
"name": "python-nose-cover3-0:0.1.0-31.el9.src",
"product_id": "python-nose-cover3-0:0.1.0-31.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-nose-cover3@0.1.0-31.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"product": {
"name": "python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"product_id": "python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-openstacksdk@0.99.1-0.20220811190026.a41d04e.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"product": {
"name": "python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"product_id": "python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-os-client-config@2.1.0-0.20210722194729.bc96c23.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"product": {
"name": "python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"product_id": "python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-os-service-types@1.7.0-0.20220802143336.0b2f473.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"product": {
"name": "python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"product_id": "python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-os-traits@2.8.0-0.20220811182615.04e8bb3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"product": {
"name": "python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"product_id": "python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-osc-lib@2.6.1-0.20220811172053.973e169.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"product": {
"name": "python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"product_id": "python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-cache@3.0.0-0.20220811175617.79945c1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"product": {
"name": "python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"product_id": "python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-concurrency@5.0.0-0.20220811181826.052b2f2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"product": {
"name": "python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"product_id": "python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-config@9.0.0-0.20220811165930.9eaae04.el9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"product": {
"name": "python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"product_id": "python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-context@5.0.0-0.20220811171413.f388eb9.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"product": {
"name": "python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"product_id": "python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-db@12.0.0-0.20220811175859.a808381.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"product": {
"name": "python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"product_id": "python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-i18n@5.1.0-0.20220802145025.b031d17.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"product": {
"name": "python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"product_id": "python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-log@5.0.0-0.20220811172332.6401da7.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"product": {
"name": "python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"product_id": "python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-messaging@13.0.0-0.20220811175319.4186386.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"product": {
"name": "python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"product_id": "python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-metrics@0.3.0-0.20220802145828.43eee50.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"product": {
"name": "python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"product_id": "python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-middleware@5.0.0-0.20220811170931.51e1882.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"product": {
"name": "python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"product_id": "python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-policy@4.0.0-0.20220811173113.5bd767b.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"product": {
"name": "python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"product_id": "python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-reports@2.3.0-0.20211012151507.f2799dc.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"product": {
"name": "python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"product_id": "python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-rootwrap@6.3.1-0.20220803131706.1b1b960.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"product": {
"name": "python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"product_id": "python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-serialization@5.0.0-0.20220811171112.dd2a819.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"product": {
"name": "python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"product_id": "python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-service@3.0.0-0.20220811180157.a27acfe.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"product": {
"name": "python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"product_id": "python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-upgradecheck@2.0.0-0.20220811171652.b3a2b19.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"product": {
"name": "python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"product_id": "python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-utils@6.0.0-0.20220811175035.7df6473.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"product": {
"name": "python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"product_id": "python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-versionedobjects@3.0.0-0.20220811180555.cec2b8e.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"product": {
"name": "python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"product_id": "python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslotest@4.4.1-0.20210812115053.aaf3a72.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"product": {
"name": "python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"product_id": "python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-osprofiler@3.4.3-0.20220802174918.3286301.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-paste-0:3.5.0-3.el9.1.src",
"product": {
"name": "python-paste-0:3.5.0-3.el9.1.src",
"product_id": "python-paste-0:3.5.0-3.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-paste@3.5.0-3.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-paste-deploy-0:2.0.1-5.el9.src",
"product": {
"name": "python-paste-deploy-0:2.0.1-5.el9.src",
"product_id": "python-paste-deploy-0:2.0.1-5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-paste-deploy@2.0.1-5.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pbr-0:5.5.1-3.el9.1.src",
"product": {
"name": "python-pbr-0:5.5.1-3.el9.1.src",
"product_id": "python-pbr-0:5.5.1-3.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pbr@5.5.1-3.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pecan-0:1.3.2-10.el9.src",
"product": {
"name": "python-pecan-0:1.3.2-10.el9.src",
"product_id": "python-pecan-0:1.3.2-10.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pecan@1.3.2-10.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pexpect-0:4.6-3.el9.src",
"product": {
"name": "python-pexpect-0:4.6-3.el9.src",
"product_id": "python-pexpect-0:4.6-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pexpect@4.6-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pint-0:0.10.1-3.el9.src",
"product": {
"name": "python-pint-0:0.10.1-3.el9.src",
"product_id": "python-pint-0:0.10.1-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pint@0.10.1-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pretend-0:1.0.8-19.el9.src",
"product": {
"name": "python-pretend-0:1.0.8-19.el9.src",
"product_id": "python-pretend-0:1.0.8-19.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pretend@1.0.8-19.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"product": {
"name": "python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"product_id": "python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-proliantutils@2.13.2-0.20220802173426.8c7b6b1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-prometheus_client-0:0.7.1-3.el9.src",
"product": {
"name": "python-prometheus_client-0:0.7.1-3.el9.src",
"product_id": "python-prometheus_client-0:0.7.1-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-prometheus_client@0.7.1-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"product": {
"name": "python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"product_id": "python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycadf@3.1.1-0.20220802144439.4179996.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycodestyle-0:2.6.0-4.el9.1.src",
"product": {
"name": "python-pycodestyle-0:2.6.0-4.el9.1.src",
"product_id": "python-pycodestyle-0:2.6.0-4.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycodestyle@2.6.0-4.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pymemcache-0:3.5.0-1.el9.src",
"product": {
"name": "python-pymemcache-0:3.5.0-1.el9.src",
"product_id": "python-pymemcache-0:3.5.0-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymemcache@3.5.0-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyperclip-0:1.8.0-3.el9.1.src",
"product": {
"name": "python-pyperclip-0:1.8.0-3.el9.1.src",
"product_id": "python-pyperclip-0:1.8.0-3.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyperclip@1.8.0-3.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pytest-cov-0:2.11.1-3.el9.1.src",
"product": {
"name": "python-pytest-cov-0:2.11.1-3.el9.1.src",
"product_id": "python-pytest-cov-0:2.11.1-3.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytest-cov@2.11.1-3.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pytest-forked-0:1.3.0-2.el9.1.src",
"product": {
"name": "python-pytest-forked-0:1.3.0-2.el9.1.src",
"product_id": "python-pytest-forked-0:1.3.0-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytest-forked@1.3.0-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pytest-runner-0:4.0-12.el9.1.src",
"product": {
"name": "python-pytest-runner-0:4.0-12.el9.1.src",
"product_id": "python-pytest-runner-0:4.0-12.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytest-runner@4.0-12.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pytest-xdist-0:2.2.1-1.el9.src",
"product": {
"name": "python-pytest-xdist-0:2.2.1-1.el9.src",
"product_id": "python-pytest-xdist-0:2.2.1-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytest-xdist@2.2.1-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pytest-xprocess-0:0.18.1-4.el9.src",
"product": {
"name": "python-pytest-xprocess-0:0.18.1-4.el9.src",
"product_id": "python-pytest-xprocess-0:0.18.1-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytest-xprocess@0.18.1-4.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-redis-0:3.3.8-2.el9.src",
"product": {
"name": "python-redis-0:3.3.8-2.el9.src",
"product_id": "python-redis-0:3.3.8-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-redis@3.3.8-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-repoze-lru-0:0.7-7.el9.src",
"product": {
"name": "python-repoze-lru-0:0.7-7.el9.src",
"product_id": "python-repoze-lru-0:0.7-7.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-repoze-lru@0.7-7.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requests-kerberos-0:0.12.0-12.el9.1.src",
"product": {
"name": "python-requests-kerberos-0:0.12.0-12.el9.1.src",
"product_id": "python-requests-kerberos-0:0.12.0-12.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests-kerberos@0.12.0-12.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requests-mock-0:1.8.0-2.el9.1.src",
"product": {
"name": "python-requests-mock-0:1.8.0-2.el9.1.src",
"product_id": "python-requests-mock-0:1.8.0-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests-mock@1.8.0-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requests-unixsocket-0:0.2.0-2.el9.src",
"product": {
"name": "python-requests-unixsocket-0:0.2.0-2.el9.src",
"product_id": "python-requests-unixsocket-0:0.2.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests-unixsocket@0.2.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"product": {
"name": "python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"product_id": "python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requestsexceptions@1.4.0-0.20220802143336.d7ac0ff.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-retrying-0:1.3.3-2.el9.1.src",
"product": {
"name": "python-retrying-0:1.3.3-2.el9.1.src",
"product_id": "python-retrying-0:1.3.3-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-retrying@1.3.3-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-rfc3986-0:1.2.0-6.el9.src",
"product": {
"name": "python-rfc3986-0:1.2.0-6.el9.src",
"product_id": "python-rfc3986-0:1.2.0-6.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-rfc3986@1.2.0-6.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-routes-0:2.4.1-12.el9.src",
"product": {
"name": "python-routes-0:2.4.1-12.el9.src",
"product_id": "python-routes-0:2.4.1-12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-routes@2.4.1-12.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"product": {
"name": "python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"product_id": "python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-scciclient@0.12.3-0.20220811182700.0940a71.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-simplegeneric-0:0.8.1-18.el9.src",
"product": {
"name": "python-simplegeneric-0:0.8.1-18.el9.src",
"product_id": "python-simplegeneric-0:0.8.1-18.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-simplegeneric@0.8.1-18.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-simplejson-0:3.17.0-2.el9.src",
"product": {
"name": "python-simplejson-0:3.17.0-2.el9.src",
"product_id": "python-simplejson-0:3.17.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-simplejson@3.17.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-singledispatch-0:3.4.0.3-19.el9.src",
"product": {
"name": "python-singledispatch-0:3.4.0.3-19.el9.src",
"product_id": "python-singledispatch-0:3.4.0.3-19.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-singledispatch@3.4.0.3-19.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-smi-0:0.3.4-10.el9.src",
"product": {
"name": "python-smi-0:0.3.4-10.el9.src",
"product_id": "python-smi-0:0.3.4-10.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-smi@0.3.4-10.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sortedcontainers-0:2.3.0-2.el9.1.src",
"product": {
"name": "python-sortedcontainers-0:2.3.0-2.el9.1.src",
"product_id": "python-sortedcontainers-0:2.3.0-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sortedcontainers@2.3.0-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-soupsieve-0:2.1.0-2.el9.1.src",
"product": {
"name": "python-soupsieve-0:2.1.0-2.el9.1.src",
"product_id": "python-soupsieve-0:2.1.0-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-soupsieve@2.1.0-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-0:1.4.39-2.el9.src",
"product": {
"name": "python-sqlalchemy-0:1.4.39-2.el9.src",
"product_id": "python-sqlalchemy-0:1.4.39-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy@1.4.39-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sqlparse-0:0.2.4-10.el9.src",
"product": {
"name": "python-sqlparse-0:0.2.4-10.el9.src",
"product_id": "python-sqlparse-0:0.2.4-10.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlparse@0.2.4-10.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-statsd-0:3.2.1-20.el9.src",
"product": {
"name": "python-statsd-0:3.2.1-20.el9.src",
"product_id": "python-statsd-0:3.2.1-20.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-statsd@3.2.1-20.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-stestr-0:2.6.0-8.el9.src",
"product": {
"name": "python-stestr-0:2.6.0-8.el9.src",
"product_id": "python-stestr-0:2.6.0-8.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-stestr@2.6.0-8.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"product": {
"name": "python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"product_id": "python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-stevedore@4.0.0-0.20220811180640.ccd1754.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sure-0:1.4.11-12.el9.2.src",
"product": {
"name": "python-sure-0:1.4.11-12.el9.2.src",
"product_id": "python-sure-0:1.4.11-12.el9.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sure@1.4.11-12.el9.2?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"product": {
"name": "python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"product_id": "python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sushy-oem-idrac@4.0.0-0.20220802162610.7b75e6e.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"product": {
"name": "python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"product_id": "python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-swiftclient@4.0.1-0.20220811174436.9eee29d.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tempita-0:0.5.1-25.el9.src",
"product": {
"name": "python-tempita-0:0.5.1-25.el9.src",
"product_id": "python-tempita-0:0.5.1-25.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tempita@0.5.1-25.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tenacity-0:6.2.0-2.el9.src",
"product": {
"name": "python-tenacity-0:6.2.0-2.el9.src",
"product_id": "python-tenacity-0:6.2.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tenacity@6.2.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-testrepository-0:0.0.20-20.el9.src",
"product": {
"name": "python-testrepository-0:0.0.20-20.el9.src",
"product_id": "python-testrepository-0:0.0.20-20.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-testrepository@0.0.20-20.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-testresources-0:2.0.1-2.el9.src",
"product": {
"name": "python-testresources-0:2.0.1-2.el9.src",
"product_id": "python-testresources-0:2.0.1-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-testresources@2.0.1-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-testscenarios-0:0.5.0-21.el9.1.src",
"product": {
"name": "python-testscenarios-0:0.5.0-21.el9.1.src",
"product_id": "python-testscenarios-0:0.5.0-21.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-testscenarios@0.5.0-21.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-testtools-0:2.4.0-8.el9.1.src",
"product": {
"name": "python-testtools-0:2.4.0-8.el9.1.src",
"product_id": "python-testtools-0:2.4.0-8.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-testtools@2.4.0-8.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"product": {
"name": "python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"product_id": "python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tooz@3.0.0-0.20220811181909.d145b50.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tornado-0:6.1.0-2.el9.1.src",
"product": {
"name": "python-tornado-0:6.1.0-2.el9.1.src",
"product_id": "python-tornado-0:6.1.0-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado@6.1.0-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tox-0:3.23.0-2.el9.1.src",
"product": {
"name": "python-tox-0:3.23.0-2.el9.1.src",
"product_id": "python-tox-0:3.23.0-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tox@3.23.0-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tox-current-env-0:0.0.6-1.el9.src",
"product": {
"name": "python-tox-current-env-0:0.0.6-1.el9.src",
"product_id": "python-tox-current-env-0:0.0.6-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tox-current-env@0.0.6-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-traceback2-0:1.4.0-25.el9.src",
"product": {
"name": "python-traceback2-0:1.4.0-25.el9.src",
"product_id": "python-traceback2-0:1.4.0-25.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-traceback2@1.4.0-25.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-typeguard-0:2.9.1-1.el9.src",
"product": {
"name": "python-typeguard-0:2.9.1-1.el9.src",
"product_id": "python-typeguard-0:2.9.1-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-typeguard@2.9.1-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"product": {
"name": "python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"product_id": "python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-typing-extensions@3.7.4.3-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-unittest2-0:1.1.0-24.el9.src",
"product": {
"name": "python-unittest2-0:1.1.0-24.el9.src",
"product_id": "python-unittest2-0:1.1.0-24.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-unittest2@1.1.0-24.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-vine-0:5.0.0-3.el9.src",
"product": {
"name": "python-vine-0:5.0.0-3.el9.src",
"product_id": "python-vine-0:5.0.0-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-vine@5.0.0-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-virtualenv-0:20.4.4-1.el9.src",
"product": {
"name": "python-virtualenv-0:20.4.4-1.el9.src",
"product_id": "python-virtualenv-0:20.4.4-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-virtualenv@20.4.4-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-voluptuous-0:0.11.7-3.el9.src",
"product": {
"name": "python-voluptuous-0:0.11.7-3.el9.src",
"product_id": "python-voluptuous-0:0.11.7-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-voluptuous@0.11.7-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-waitress-0:2.0.0-2.el9.src",
"product": {
"name": "python-waitress-0:2.0.0-2.el9.src",
"product_id": "python-waitress-0:2.0.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-waitress@2.0.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-warlock-0:1.3.3-2.el9.src",
"product": {
"name": "python-warlock-0:1.3.3-2.el9.src",
"product_id": "python-warlock-0:1.3.3-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-warlock@1.3.3-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wcwidth-0:0.2.5-2.el9.2.src",
"product": {
"name": "python-wcwidth-0:0.2.5-2.el9.2.src",
"product_id": "python-wcwidth-0:0.2.5-2.el9.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wcwidth@0.2.5-2.el9.2?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-webencodings-0:0.5.1-15.el9.1.src",
"product": {
"name": "python-webencodings-0:0.5.1-15.el9.1.src",
"product_id": "python-webencodings-0:0.5.1-15.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-webencodings@0.5.1-15.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-webob-0:1.8.5-5.el9.src",
"product": {
"name": "python-webob-0:1.8.5-5.el9.src",
"product_id": "python-webob-0:1.8.5-5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-webob@1.8.5-5.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-webtest-0:2.0.33-5.el9.src",
"product": {
"name": "python-webtest-0:2.0.33-5.el9.src",
"product_id": "python-webtest-0:2.0.33-5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-webtest@2.0.33-5.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-werkzeug-0:2.0.3-3.el9.src",
"product": {
"name": "python-werkzeug-0:2.0.3-3.el9.src",
"product_id": "python-werkzeug-0:2.0.3-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-werkzeug@2.0.3-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-0:1.11.2-4.el9.src",
"product": {
"name": "python-wrapt-0:1.11.2-4.el9.src",
"product_id": "python-wrapt-0:1.11.2-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt@1.11.2-4.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"product": {
"name": "python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"product_id": "python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wsme@0.11.0-0.20220802144439.80bda90.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-yappi-0:1.3.1-2.el9.src",
"product": {
"name": "python-yappi-0:1.3.1-2.el9.src",
"product_id": "python-yappi-0:1.3.1-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yappi@1.3.1-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zake-0:0.2.2-19.el9.src",
"product": {
"name": "python-zake-0:0.2.2-19.el9.src",
"product_id": "python-zake-0:0.2.2-19.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zake@0.2.2-19.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zeroconf-0:0.24.4-2.el9.src",
"product": {
"name": "python-zeroconf-0:0.24.4-2.el9.src",
"product_id": "python-zeroconf-0:0.24.4-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zeroconf@0.24.4-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zipp-0:0.5.1-3.el9.src",
"product": {
"name": "python-zipp-0:0.5.1-3.el9.src",
"product_id": "python-zipp-0:0.5.1-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zipp@0.5.1-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zope-event-0:4.2.0-20.el9.1.src",
"product": {
"name": "python-zope-event-0:4.2.0-20.el9.1.src",
"product_id": "python-zope-event-0:4.2.0-20.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zope-event@4.2.0-20.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zope-interface-0:5.4.0-1.el9.src",
"product": {
"name": "python-zope-interface-0:5.4.0-1.el9.src",
"product_id": "python-zope-interface-0:5.4.0-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zope-interface@5.4.0-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zope-testing-0:4.7-4.el9.1.src",
"product": {
"name": "python-zope-testing-0:4.7-4.el9.1.src",
"product_id": "python-zope-testing-0:4.7-4.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zope-testing@4.7-4.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "subunit-0:1.4.0-6.el9.1.src",
"product": {
"name": "subunit-0:1.4.0-6.el9.1.src",
"product_id": "subunit-0:1.4.0-6.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit@1.4.0-6.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"product": {
"name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"product_id": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic@21.0.1-0.20221114235951.fe64d5e.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"product": {
"name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"product_id": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector@11.0.1-0.20221205155952.cd22607.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"product": {
"name": "python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"product_id": "python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ironic-prometheus-exporter@3.1.1-0.20221003235527.eb27243.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"product": {
"name": "python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"product_id": "python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sushy@4.3.4-0.20221213135957.69b014c.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el9.src",
"product": {
"name": "kata-containers-0:2.5.2-1.el9.src",
"product_id": "kata-containers-0:2.5.2-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el9.src",
"product": {
"name": "cri-tools-0:1.25.0-2.el9.src",
"product_id": "cri-tools-0:1.25.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.src",
"product": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.src",
"product_id": "buildah-1:1.23.4-3.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-3.rhaos4.12.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.src",
"product": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.src",
"product_id": "conmon-2:2.1.2-3.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-2.rhaos4.12.el9.src",
"product": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.src",
"product_id": "crun-0:1.4.2-2.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.2.0-4.rhaos4.12.el9.src",
"product": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.src",
"product_id": "podman-3:4.2.0-4.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-4.rhaos4.12.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"product": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"product_id": "skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-5.rhaos4.12.el9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.src",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.src",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"product": {
"name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"product_id": "rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn@5.3.0-1.rhaos4.12.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"product": {
"name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"product_id": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"product": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"product_id": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-27.rhaos4.12.el8.x86_64",
"product": {
"name": "containers-common-2:1-27.rhaos4.12.el8.x86_64",
"product_id": "containers-common-2:1-27.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-27.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-0:1.3.3-1.el8.x86_64",
"product": {
"name": "nmstate-0:1.3.3-1.el8.x86_64",
"product_id": "nmstate-0:1.3.3-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate@1.3.3-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-devel-0:1.3.3-1.el8.x86_64",
"product": {
"name": "nmstate-devel-0:1.3.3-1.el8.x86_64",
"product_id": "nmstate-devel-0:1.3.3-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-devel@1.3.3-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-0:1.3.3-1.el8.x86_64",
"product": {
"name": "nmstate-libs-0:1.3.3-1.el8.x86_64",
"product_id": "nmstate-libs-0:1.3.3-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs@1.3.3-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"product": {
"name": "nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"product_id": "nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debugsource@1.3.3-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"product": {
"name": "nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"product_id": "nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debuginfo@1.3.3-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"product": {
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"product_id": "nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@1.3.3-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2022.2-5.el8.x86_64",
"product": {
"name": "ostree-0:2022.2-5.el8.x86_64",
"product_id": "ostree-0:2022.2-5.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2022.2-5.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2022.2-5.el8.x86_64",
"product": {
"name": "ostree-devel-0:2022.2-5.el8.x86_64",
"product_id": "ostree-devel-0:2022.2-5.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2022.2-5.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2022.2-5.el8.x86_64",
"product": {
"name": "ostree-grub2-0:2022.2-5.el8.x86_64",
"product_id": "ostree-grub2-0:2022.2-5.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2022.2-5.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2022.2-5.el8.x86_64",
"product": {
"name": "ostree-libs-0:2022.2-5.el8.x86_64",
"product_id": "ostree-libs-0:2022.2-5.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2022.2-5.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2022.2-5.el8.x86_64",
"product": {
"name": "ostree-debugsource-0:2022.2-5.el8.x86_64",
"product_id": "ostree-debugsource-0:2022.2-5.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2022.2-5.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2022.2-5.el8.x86_64",
"product": {
"name": "ostree-debuginfo-0:2022.2-5.el8.x86_64",
"product_id": "ostree-debuginfo-0:2022.2-5.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2022.2-5.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"product": {
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"product_id": "ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2022.2-5.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product_id": "afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product": {
"name": "bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product_id": "bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd@0.2.5-3.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product": {
"name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product_id": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-bootupd-debugsource@0.2.5-3.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product": {
"name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product_id": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd-debuginfo@0.2.5-3.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"product_id": "skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"product_id": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el8.x86_64",
"product": {
"name": "kata-containers-0:2.5.2-1.el8.x86_64",
"product_id": "kata-containers-0:2.5.2-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product_id": "butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-2.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product": {
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product_id": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-2.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product": {
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product_id": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-2.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el8.x86_64",
"product": {
"name": "cri-tools-0:1.25.0-2.el8.x86_64",
"product_id": "cri-tools-0:1.25.0-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"product_id": "cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"product_id": "cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-central@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-host@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-vtep@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-debugsource@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-central-debuginfo@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-debuginfo@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-host-debuginfo@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-vtep-debuginfo@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"product": {
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"product_id": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyrsistent@0.16.0-3.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"product": {
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"product_id": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent-debugsource@0.16.0-3.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"product": {
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"product_id": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyrsistent-debuginfo@0.16.0-3.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"product": {
"name": "python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"product_id": "python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-1.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"product": {
"name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"product_id": "python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-1.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"product": {
"name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"product_id": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-1.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "tini-0:0.16.1-1.el8ar.x86_64",
"product": {
"name": "tini-0:0.16.1-1.el8ar.x86_64",
"product_id": "tini-0:0.16.1-1.el8ar.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tini@0.16.1-1.el8ar?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product_id": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product_id": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product_id": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product_id": "libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product": {
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product_id": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product_id": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product_id": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "haproxy22-0:2.2.24-1.el8.x86_64",
"product": {
"name": "haproxy22-0:2.2.24-1.el8.x86_64",
"product_id": "haproxy22-0:2.2.24-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy22@2.2.24-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"product": {
"name": "haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"product_id": "haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.24-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"product": {
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"product_id": "haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy22-debuginfo@2.2.24-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"product": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"product_id": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grpc-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "grpc-0:1.18.0-4.el8ost.x86_64",
"product_id": "grpc-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grpc-cli-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "grpc-cli-0:1.18.0-4.el8ost.x86_64",
"product_id": "grpc-cli-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-cli@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grpc-devel-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "grpc-devel-0:1.18.0-4.el8ost.x86_64",
"product_id": "grpc-devel-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-devel@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"product_id": "grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-plugins@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"product_id": "python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-grpcio@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"product_id": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-debugsource@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product_id": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-cli-debuginfo@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product_id": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-debuginfo@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product_id": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-plugins-debuginfo@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product_id": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-grpcio-debuginfo@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product_id": "crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product": {
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product_id": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product": {
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product_id": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.rhaos4.11.el8.x86_64",
"product": {
"name": "crit-0:3.15-4.rhaos4.11.el8.x86_64",
"product_id": "crit-0:3.15-4.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.rhaos4.11.el8.x86_64",
"product": {
"name": "criu-0:3.15-4.rhaos4.11.el8.x86_64",
"product_id": "criu-0:3.15-4.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"product": {
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"product_id": "criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"product": {
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"product_id": "criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"product": {
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"product_id": "python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"product": {
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"product_id": "criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"product": {
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"product_id": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"product_id": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product_id": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-5.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product_id": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-5.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product_id": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-5.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product_id": "conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-2.rhaos4.11.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product": {
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product_id": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-2.rhaos4.11.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product": {
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product_id": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-2.rhaos4.11.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-2.el8.x86_64",
"product": {
"name": "buildah-1:1.23.4-2.el8.x86_64",
"product_id": "buildah-1:1.23.4-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-2.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.23.4-2.el8.x86_64",
"product": {
"name": "buildah-tests-1:1.23.4-2.el8.x86_64",
"product_id": "buildah-tests-1:1.23.4-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.23.4-2.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.23.4-2.el8.x86_64",
"product": {
"name": "buildah-debugsource-1:1.23.4-2.el8.x86_64",
"product_id": "buildah-debugsource-1:1.23.4-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-2.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"product_id": "buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-2.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-2.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-central@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-host@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-vtep@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-debugsource@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-central-debuginfo@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-debuginfo@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-host-debuginfo@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-vtep-debuginfo@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product_id": "runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.2-2.rhaos4.12.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product": {
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product_id": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.2-2.rhaos4.12.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product": {
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product_id": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.2-2.rhaos4.12.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-internal@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-bcrypt-0:3.1.6-3.el9.x86_64",
"product": {
"name": "python3-bcrypt-0:3.1.6-3.el9.x86_64",
"product_id": "python3-bcrypt-0:3.1.6-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-bcrypt@3.1.6-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"product": {
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"product_id": "python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bcrypt-debugsource@3.1.6-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"product": {
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"product_id": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-bcrypt-debuginfo@3.1.6-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-coverage-0:5.6-0.1b1.el9.x86_64",
"product": {
"name": "python3-coverage-0:5.6-0.1b1.el9.x86_64",
"product_id": "python3-coverage-0:5.6-0.1b1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-coverage@5.6-0.1b1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"product": {
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"product_id": "python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@5.6-0.1b1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"product": {
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"product_id": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-coverage-debuginfo@5.6-0.1b1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-gevent-0:21.1.2-1.el9.x86_64",
"product": {
"name": "python3-gevent-0:21.1.2-1.el9.x86_64",
"product_id": "python3-gevent-0:21.1.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gevent@21.1.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"product": {
"name": "python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"product_id": "python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gevent-debugsource@21.1.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"product": {
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"product_id": "python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gevent-debuginfo@21.1.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-0:1.0.0-1.el9.x86_64",
"product": {
"name": "python3-greenlet-0:1.0.0-1.el9.x86_64",
"product_id": "python3-greenlet-0:1.0.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet@1.0.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"product": {
"name": "python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"product_id": "python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet-devel@1.0.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"product": {
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"product_id": "python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-greenlet-debugsource@1.0.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"product": {
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"product_id": "python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet-debuginfo@1.0.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"product": {
"name": "python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"product_id": "python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kerberos@1.3.0-11.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"product": {
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"product_id": "python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kerberos-debugsource@1.3.0-11.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"product": {
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"product_id": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kerberos-debuginfo@1.3.0-11.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"product": {
"name": "python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"product_id": "python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kiwisolver@1.1.0-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"product": {
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"product_id": "python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kiwisolver-debugsource@1.1.0-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"product": {
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"product_id": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kiwisolver-debuginfo@1.1.0-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-markupsafe-0:2.0.0-2.el9.x86_64",
"product": {
"name": "python3-markupsafe-0:2.0.0-2.el9.x86_64",
"product_id": "python3-markupsafe-0:2.0.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-markupsafe@2.0.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"product": {
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"product_id": "python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@2.0.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"product": {
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"product_id": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-markupsafe-debuginfo@2.0.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-0:0.6.2-2.el9.x86_64",
"product": {
"name": "python3-msgpack-0:0.6.2-2.el9.x86_64",
"product_id": "python3-msgpack-0:0.6.2-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"product": {
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"product_id": "python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"product": {
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"product_id": "python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-simplejson-0:3.17.0-2.el9.x86_64",
"product": {
"name": "python3-simplejson-0:3.17.0-2.el9.x86_64",
"product_id": "python3-simplejson-0:3.17.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplejson@3.17.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"product": {
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"product_id": "python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-simplejson-debugsource@3.17.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"product": {
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"product_id": "python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplejson-debuginfo@3.17.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiomysql@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiosqlite@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Basyncio@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pymssql@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pyodbc@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmysql@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_asyncpg@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_pg8000@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpymysql@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"product_id": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy-debugsource@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy-debuginfo@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"product": {
"name": "python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"product_id": "python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado-doc@6.1.0-2.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tornado-0:6.1.0-2.el9.1.x86_64",
"product": {
"name": "python3-tornado-0:6.1.0-2.el9.1.x86_64",
"product_id": "python3-tornado-0:6.1.0-2.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tornado@6.1.0-2.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"product": {
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"product_id": "python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado-debugsource@6.1.0-2.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"product": {
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"product_id": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tornado-debuginfo@6.1.0-2.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"product": {
"name": "python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"product_id": "python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-doc@1.11.2-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-wrapt-0:1.11.2-4.el9.x86_64",
"product": {
"name": "python3-wrapt-0:1.11.2-4.el9.x86_64",
"product_id": "python3-wrapt-0:1.11.2-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wrapt@1.11.2-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"product": {
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"product_id": "python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-debugsource@1.11.2-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"product": {
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"product_id": "python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wrapt-debuginfo@1.11.2-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-yappi-0:1.3.1-2.el9.x86_64",
"product": {
"name": "python3-yappi-0:1.3.1-2.el9.x86_64",
"product_id": "python3-yappi-0:1.3.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-yappi@1.3.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"product": {
"name": "python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"product_id": "python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yappi-debugsource@1.3.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"product": {
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"product_id": "python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-yappi-debuginfo@1.3.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-zope-interface-0:5.4.0-1.el9.x86_64",
"product": {
"name": "python3-zope-interface-0:5.4.0-1.el9.x86_64",
"product_id": "python3-zope-interface-0:5.4.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zope-interface@5.4.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "subunit-0:1.4.0-6.el9.1.x86_64",
"product": {
"name": "subunit-0:1.4.0-6.el9.1.x86_64",
"product_id": "subunit-0:1.4.0-6.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit@1.4.0-6.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"product": {
"name": "subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"product_id": "subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit@1.4.0-6.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"product": {
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"product_id": "subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit-devel@1.4.0-6.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "subunit-devel-0:1.4.0-6.el9.1.x86_64",
"product": {
"name": "subunit-devel-0:1.4.0-6.el9.1.x86_64",
"product_id": "subunit-devel-0:1.4.0-6.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-devel@1.4.0-6.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "subunit-static-0:1.4.0-6.el9.1.x86_64",
"product": {
"name": "subunit-static-0:1.4.0-6.el9.1.x86_64",
"product_id": "subunit-static-0:1.4.0-6.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-static@1.4.0-6.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"product": {
"name": "subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"product_id": "subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-debugsource@1.4.0-6.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"product": {
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"product_id": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit-debuginfo@1.4.0-6.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"product": {
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"product_id": "subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-debuginfo@1.4.0-6.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el9.x86_64",
"product": {
"name": "kata-containers-0:2.5.2-1.el9.x86_64",
"product_id": "kata-containers-0:2.5.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el9.x86_64",
"product": {
"name": "cri-tools-0:1.25.0-2.el9.x86_64",
"product_id": "cri-tools-0:1.25.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"product_id": "cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"product_id": "cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_id": "buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product": {
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_id": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.23.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product": {
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_id": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_id": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product_id": "conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product": {
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product_id": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-3.rhaos4.12.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product": {
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product_id": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-3.rhaos4.12.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product_id": "crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product": {
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product_id": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-2.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product": {
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product_id": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-2.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product_id": "skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product_id": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product_id": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.8.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product_id": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.8.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product": {
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_id": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.16.1-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product_id": "afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product": {
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product_id": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.3.0-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"product": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"product_id": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-27.rhaos4.12.el8.aarch64",
"product": {
"name": "containers-common-2:1-27.rhaos4.12.el8.aarch64",
"product_id": "containers-common-2:1-27.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-27.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-0:1.3.3-1.el8.aarch64",
"product": {
"name": "nmstate-0:1.3.3-1.el8.aarch64",
"product_id": "nmstate-0:1.3.3-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate@1.3.3-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-devel-0:1.3.3-1.el8.aarch64",
"product": {
"name": "nmstate-devel-0:1.3.3-1.el8.aarch64",
"product_id": "nmstate-devel-0:1.3.3-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-devel@1.3.3-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-0:1.3.3-1.el8.aarch64",
"product": {
"name": "nmstate-libs-0:1.3.3-1.el8.aarch64",
"product_id": "nmstate-libs-0:1.3.3-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs@1.3.3-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"product": {
"name": "nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"product_id": "nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debugsource@1.3.3-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"product": {
"name": "nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"product_id": "nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debuginfo@1.3.3-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"product": {
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"product_id": "nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@1.3.3-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2022.2-5.el8.aarch64",
"product": {
"name": "ostree-0:2022.2-5.el8.aarch64",
"product_id": "ostree-0:2022.2-5.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2022.2-5.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2022.2-5.el8.aarch64",
"product": {
"name": "ostree-devel-0:2022.2-5.el8.aarch64",
"product_id": "ostree-devel-0:2022.2-5.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2022.2-5.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2022.2-5.el8.aarch64",
"product": {
"name": "ostree-grub2-0:2022.2-5.el8.aarch64",
"product_id": "ostree-grub2-0:2022.2-5.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2022.2-5.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2022.2-5.el8.aarch64",
"product": {
"name": "ostree-libs-0:2022.2-5.el8.aarch64",
"product_id": "ostree-libs-0:2022.2-5.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2022.2-5.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2022.2-5.el8.aarch64",
"product": {
"name": "ostree-debugsource-0:2022.2-5.el8.aarch64",
"product_id": "ostree-debugsource-0:2022.2-5.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2022.2-5.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2022.2-5.el8.aarch64",
"product": {
"name": "ostree-debuginfo-0:2022.2-5.el8.aarch64",
"product_id": "ostree-debuginfo-0:2022.2-5.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2022.2-5.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"product": {
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"product_id": "ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2022.2-5.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product_id": "afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product": {
"name": "bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product_id": "bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd@0.2.5-3.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product": {
"name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product_id": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-bootupd-debugsource@0.2.5-3.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product": {
"name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product_id": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd-debuginfo@0.2.5-3.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"product_id": "skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"product_id": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el8.aarch64",
"product": {
"name": "kata-containers-0:2.5.2-1.el8.aarch64",
"product_id": "kata-containers-0:2.5.2-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product_id": "butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-2.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product": {
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product_id": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-2.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product": {
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product_id": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-2.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el8.aarch64",
"product": {
"name": "cri-tools-0:1.25.0-2.el8.aarch64",
"product_id": "cri-tools-0:1.25.0-2.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"product_id": "cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"product_id": "cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-central@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-host@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-vtep@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-debugsource@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-central-debuginfo@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-debuginfo@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-host-debuginfo@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-vtep-debuginfo@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"product": {
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"product_id": "python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyrsistent@0.16.0-3.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"product": {
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"product_id": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent-debugsource@0.16.0-3.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"product": {
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"product_id": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyrsistent-debuginfo@0.16.0-3.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"product": {
"name": "python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"product_id": "python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-1.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"product": {
"name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"product_id": "python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-1.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"product": {
"name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"product_id": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-1.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "tini-0:0.16.1-1.el8ar.aarch64",
"product": {
"name": "tini-0:0.16.1-1.el8ar.aarch64",
"product_id": "tini-0:0.16.1-1.el8ar.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tini@0.16.1-1.el8ar?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product_id": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product_id": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product_id": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product_id": "libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product": {
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product_id": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product_id": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product_id": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "haproxy22-0:2.2.24-1.el8.aarch64",
"product": {
"name": "haproxy22-0:2.2.24-1.el8.aarch64",
"product_id": "haproxy22-0:2.2.24-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy22@2.2.24-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"product": {
"name": "haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"product_id": "haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.24-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"product": {
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"product_id": "haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy22-debuginfo@2.2.24-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"product": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"product_id": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grpc-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "grpc-0:1.18.0-4.el8ost.aarch64",
"product_id": "grpc-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grpc-cli-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "grpc-cli-0:1.18.0-4.el8ost.aarch64",
"product_id": "grpc-cli-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-cli@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grpc-devel-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "grpc-devel-0:1.18.0-4.el8ost.aarch64",
"product_id": "grpc-devel-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-devel@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"product_id": "grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-plugins@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"product_id": "python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-grpcio@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"product_id": "grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-debugsource@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product_id": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-cli-debuginfo@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product_id": "grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-debuginfo@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product_id": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-plugins-debuginfo@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product_id": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-grpcio-debuginfo@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product_id": "crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product": {
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product_id": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product": {
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product_id": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.rhaos4.11.el8.aarch64",
"product": {
"name": "crit-0:3.15-4.rhaos4.11.el8.aarch64",
"product_id": "crit-0:3.15-4.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.rhaos4.11.el8.aarch64",
"product": {
"name": "criu-0:3.15-4.rhaos4.11.el8.aarch64",
"product_id": "criu-0:3.15-4.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"product": {
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"product_id": "criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"product": {
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"product_id": "criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"product": {
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"product_id": "python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"product": {
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"product_id": "criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"product": {
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"product_id": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"product_id": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product_id": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-5.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product_id": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-5.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product_id": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-5.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product_id": "conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-2.rhaos4.11.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product": {
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product_id": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-2.rhaos4.11.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product": {
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product_id": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-2.rhaos4.11.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-2.el8.aarch64",
"product": {
"name": "buildah-1:1.23.4-2.el8.aarch64",
"product_id": "buildah-1:1.23.4-2.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-2.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.23.4-2.el8.aarch64",
"product": {
"name": "buildah-tests-1:1.23.4-2.el8.aarch64",
"product_id": "buildah-tests-1:1.23.4-2.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.23.4-2.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.23.4-2.el8.aarch64",
"product": {
"name": "buildah-debugsource-1:1.23.4-2.el8.aarch64",
"product_id": "buildah-debugsource-1:1.23.4-2.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-2.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"product_id": "buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-2.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-2.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-central@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-host@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-vtep@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-debugsource@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-central-debuginfo@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-debuginfo@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-host-debuginfo@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-vtep-debuginfo@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product_id": "runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.2-2.rhaos4.12.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product": {
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product_id": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.2-2.rhaos4.12.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product": {
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product_id": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.2-2.rhaos4.12.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-bcrypt-0:3.1.6-3.el9.aarch64",
"product": {
"name": "python3-bcrypt-0:3.1.6-3.el9.aarch64",
"product_id": "python3-bcrypt-0:3.1.6-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-bcrypt@3.1.6-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"product": {
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"product_id": "python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bcrypt-debugsource@3.1.6-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"product": {
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"product_id": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-bcrypt-debuginfo@3.1.6-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-coverage-0:5.6-0.1b1.el9.aarch64",
"product": {
"name": "python3-coverage-0:5.6-0.1b1.el9.aarch64",
"product_id": "python3-coverage-0:5.6-0.1b1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-coverage@5.6-0.1b1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"product": {
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"product_id": "python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@5.6-0.1b1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"product": {
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"product_id": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-coverage-debuginfo@5.6-0.1b1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-gevent-0:21.1.2-1.el9.aarch64",
"product": {
"name": "python3-gevent-0:21.1.2-1.el9.aarch64",
"product_id": "python3-gevent-0:21.1.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gevent@21.1.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"product": {
"name": "python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"product_id": "python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gevent-debugsource@21.1.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"product": {
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"product_id": "python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gevent-debuginfo@21.1.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-0:1.0.0-1.el9.aarch64",
"product": {
"name": "python3-greenlet-0:1.0.0-1.el9.aarch64",
"product_id": "python3-greenlet-0:1.0.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet@1.0.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"product": {
"name": "python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"product_id": "python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet-devel@1.0.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"product": {
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"product_id": "python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-greenlet-debugsource@1.0.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"product": {
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"product_id": "python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet-debuginfo@1.0.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"product": {
"name": "python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"product_id": "python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kerberos@1.3.0-11.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"product": {
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"product_id": "python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kerberos-debugsource@1.3.0-11.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"product": {
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"product_id": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kerberos-debuginfo@1.3.0-11.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"product": {
"name": "python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"product_id": "python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kiwisolver@1.1.0-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"product": {
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"product_id": "python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kiwisolver-debugsource@1.1.0-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"product": {
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"product_id": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kiwisolver-debuginfo@1.1.0-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-markupsafe-0:2.0.0-2.el9.aarch64",
"product": {
"name": "python3-markupsafe-0:2.0.0-2.el9.aarch64",
"product_id": "python3-markupsafe-0:2.0.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-markupsafe@2.0.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"product": {
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"product_id": "python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@2.0.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"product": {
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"product_id": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-markupsafe-debuginfo@2.0.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-0:0.6.2-2.el9.aarch64",
"product": {
"name": "python3-msgpack-0:0.6.2-2.el9.aarch64",
"product_id": "python3-msgpack-0:0.6.2-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"product": {
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"product_id": "python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"product": {
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"product_id": "python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-simplejson-0:3.17.0-2.el9.aarch64",
"product": {
"name": "python3-simplejson-0:3.17.0-2.el9.aarch64",
"product_id": "python3-simplejson-0:3.17.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplejson@3.17.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"product": {
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"product_id": "python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-simplejson-debugsource@3.17.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"product": {
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"product_id": "python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplejson-debuginfo@3.17.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiomysql@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiosqlite@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Basyncio@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pymssql@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pyodbc@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmysql@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_asyncpg@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_pg8000@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpymysql@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"product_id": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy-debugsource@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy-debuginfo@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"product": {
"name": "python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"product_id": "python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado-doc@6.1.0-2.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tornado-0:6.1.0-2.el9.1.aarch64",
"product": {
"name": "python3-tornado-0:6.1.0-2.el9.1.aarch64",
"product_id": "python3-tornado-0:6.1.0-2.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tornado@6.1.0-2.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"product": {
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"product_id": "python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado-debugsource@6.1.0-2.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"product": {
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"product_id": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tornado-debuginfo@6.1.0-2.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"product": {
"name": "python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"product_id": "python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-doc@1.11.2-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-wrapt-0:1.11.2-4.el9.aarch64",
"product": {
"name": "python3-wrapt-0:1.11.2-4.el9.aarch64",
"product_id": "python3-wrapt-0:1.11.2-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wrapt@1.11.2-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"product": {
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"product_id": "python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-debugsource@1.11.2-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"product": {
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"product_id": "python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wrapt-debuginfo@1.11.2-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-yappi-0:1.3.1-2.el9.aarch64",
"product": {
"name": "python3-yappi-0:1.3.1-2.el9.aarch64",
"product_id": "python3-yappi-0:1.3.1-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-yappi@1.3.1-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"product": {
"name": "python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"product_id": "python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yappi-debugsource@1.3.1-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"product": {
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"product_id": "python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-yappi-debuginfo@1.3.1-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-zope-interface-0:5.4.0-1.el9.aarch64",
"product": {
"name": "python3-zope-interface-0:5.4.0-1.el9.aarch64",
"product_id": "python3-zope-interface-0:5.4.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zope-interface@5.4.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "subunit-0:1.4.0-6.el9.1.aarch64",
"product": {
"name": "subunit-0:1.4.0-6.el9.1.aarch64",
"product_id": "subunit-0:1.4.0-6.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit@1.4.0-6.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"product": {
"name": "subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"product_id": "subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit@1.4.0-6.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"product": {
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"product_id": "subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit-devel@1.4.0-6.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "subunit-devel-0:1.4.0-6.el9.1.aarch64",
"product": {
"name": "subunit-devel-0:1.4.0-6.el9.1.aarch64",
"product_id": "subunit-devel-0:1.4.0-6.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-devel@1.4.0-6.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "subunit-static-0:1.4.0-6.el9.1.aarch64",
"product": {
"name": "subunit-static-0:1.4.0-6.el9.1.aarch64",
"product_id": "subunit-static-0:1.4.0-6.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-static@1.4.0-6.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"product": {
"name": "subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"product_id": "subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-debugsource@1.4.0-6.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"product": {
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"product_id": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit-debuginfo@1.4.0-6.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"product": {
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"product_id": "subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-debuginfo@1.4.0-6.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el9.aarch64",
"product": {
"name": "kata-containers-0:2.5.2-1.el9.aarch64",
"product_id": "kata-containers-0:2.5.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el9.aarch64",
"product": {
"name": "cri-tools-0:1.25.0-2.el9.aarch64",
"product_id": "cri-tools-0:1.25.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"product_id": "cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"product_id": "cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_id": "buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product": {
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_id": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.23.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product": {
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_id": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_id": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product_id": "conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product": {
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product_id": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-3.rhaos4.12.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product": {
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product_id": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-3.rhaos4.12.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product_id": "crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product": {
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product_id": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-2.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product": {
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product_id": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-2.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product_id": "skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product_id": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product_id": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.8.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product_id": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.8.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product": {
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_id": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.16.1-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product_id": "afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product": {
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product_id": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.3.0-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"product": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"product_id": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"product": {
"name": "containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"product_id": "containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-27.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-0:1.3.3-1.el8.ppc64le",
"product": {
"name": "nmstate-0:1.3.3-1.el8.ppc64le",
"product_id": "nmstate-0:1.3.3-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate@1.3.3-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-devel-0:1.3.3-1.el8.ppc64le",
"product": {
"name": "nmstate-devel-0:1.3.3-1.el8.ppc64le",
"product_id": "nmstate-devel-0:1.3.3-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-devel@1.3.3-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-0:1.3.3-1.el8.ppc64le",
"product": {
"name": "nmstate-libs-0:1.3.3-1.el8.ppc64le",
"product_id": "nmstate-libs-0:1.3.3-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs@1.3.3-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"product": {
"name": "nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"product_id": "nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debugsource@1.3.3-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"product": {
"name": "nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"product_id": "nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debuginfo@1.3.3-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"product": {
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"product_id": "nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@1.3.3-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2022.2-5.el8.ppc64le",
"product": {
"name": "ostree-0:2022.2-5.el8.ppc64le",
"product_id": "ostree-0:2022.2-5.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2022.2-5.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2022.2-5.el8.ppc64le",
"product": {
"name": "ostree-devel-0:2022.2-5.el8.ppc64le",
"product_id": "ostree-devel-0:2022.2-5.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2022.2-5.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2022.2-5.el8.ppc64le",
"product": {
"name": "ostree-grub2-0:2022.2-5.el8.ppc64le",
"product_id": "ostree-grub2-0:2022.2-5.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2022.2-5.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2022.2-5.el8.ppc64le",
"product": {
"name": "ostree-libs-0:2022.2-5.el8.ppc64le",
"product_id": "ostree-libs-0:2022.2-5.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2022.2-5.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2022.2-5.el8.ppc64le",
"product": {
"name": "ostree-debugsource-0:2022.2-5.el8.ppc64le",
"product_id": "ostree-debugsource-0:2022.2-5.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2022.2-5.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"product": {
"name": "ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"product_id": "ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2022.2-5.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"product": {
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"product_id": "ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2022.2-5.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product_id": "afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"product_id": "skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"product_id": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el8.ppc64le",
"product": {
"name": "kata-containers-0:2.5.2-1.el8.ppc64le",
"product_id": "kata-containers-0:2.5.2-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product_id": "butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-2.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product": {
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product_id": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-2.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product": {
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product_id": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-2.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el8.ppc64le",
"product": {
"name": "cri-tools-0:1.25.0-2.el8.ppc64le",
"product_id": "cri-tools-0:1.25.0-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"product_id": "cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-central@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-host@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-vtep@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-debugsource@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-central-debuginfo@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-debuginfo@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-host-debuginfo@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-vtep-debuginfo@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"product": {
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"product_id": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyrsistent@0.16.0-3.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"product": {
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"product_id": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent-debugsource@0.16.0-3.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"product": {
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"product_id": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyrsistent-debuginfo@0.16.0-3.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "tini-0:0.16.1-1.el8ar.ppc64le",
"product": {
"name": "tini-0:0.16.1-1.el8ar.ppc64le",
"product_id": "tini-0:0.16.1-1.el8ar.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tini@0.16.1-1.el8ar?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product_id": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product_id": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product_id": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product_id": "libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product": {
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product_id": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product_id": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product_id": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "haproxy22-0:2.2.24-1.el8.ppc64le",
"product": {
"name": "haproxy22-0:2.2.24-1.el8.ppc64le",
"product_id": "haproxy22-0:2.2.24-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy22@2.2.24-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"product": {
"name": "haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"product_id": "haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.24-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"product": {
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"product_id": "haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy22-debuginfo@2.2.24-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"product_id": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grpc-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "grpc-0:1.18.0-4.el8ost.ppc64le",
"product_id": "grpc-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"product_id": "grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-cli@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"product_id": "grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-devel@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"product_id": "grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-plugins@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"product_id": "python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-grpcio@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"product_id": "grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-debugsource@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product_id": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-cli-debuginfo@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product_id": "grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-debuginfo@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product_id": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-plugins-debuginfo@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product_id": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-grpcio-debuginfo@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product_id": "crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product_id": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product_id": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"product": {
"name": "crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_id": "crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"product": {
"name": "criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_id": "criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"product": {
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_id": "criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"product": {
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_id": "criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"product": {
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_id": "python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"product": {
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_id": "criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"product": {
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_id": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_id": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product_id": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-5.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product_id": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-5.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-5.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product_id": "conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-2.rhaos4.11.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product": {
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product_id": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-2.rhaos4.11.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product": {
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product_id": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-2.rhaos4.11.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-2.el8.ppc64le",
"product": {
"name": "buildah-1:1.23.4-2.el8.ppc64le",
"product_id": "buildah-1:1.23.4-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-2.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.23.4-2.el8.ppc64le",
"product": {
"name": "buildah-tests-1:1.23.4-2.el8.ppc64le",
"product_id": "buildah-tests-1:1.23.4-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.23.4-2.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"product_id": "buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-2.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"product_id": "buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-2.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-2.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-central@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-host@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-vtep@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-debugsource@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-central-debuginfo@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-debuginfo@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-host-debuginfo@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-vtep-debuginfo@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product_id": "runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.2-2.rhaos4.12.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product": {
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product_id": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.2-2.rhaos4.12.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product": {
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product_id": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.2-2.rhaos4.12.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"product": {
"name": "python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"product_id": "python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-bcrypt@3.1.6-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"product": {
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"product_id": "python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bcrypt-debugsource@3.1.6-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"product": {
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"product_id": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-bcrypt-debuginfo@3.1.6-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"product": {
"name": "python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"product_id": "python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-coverage@5.6-0.1b1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"product": {
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"product_id": "python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@5.6-0.1b1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"product": {
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"product_id": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-coverage-debuginfo@5.6-0.1b1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-gevent-0:21.1.2-1.el9.ppc64le",
"product": {
"name": "python3-gevent-0:21.1.2-1.el9.ppc64le",
"product_id": "python3-gevent-0:21.1.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gevent@21.1.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"product": {
"name": "python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"product_id": "python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gevent-debugsource@21.1.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"product": {
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"product_id": "python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gevent-debuginfo@21.1.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-0:1.0.0-1.el9.ppc64le",
"product": {
"name": "python3-greenlet-0:1.0.0-1.el9.ppc64le",
"product_id": "python3-greenlet-0:1.0.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet@1.0.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"product": {
"name": "python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"product_id": "python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet-devel@1.0.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"product": {
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"product_id": "python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-greenlet-debugsource@1.0.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"product": {
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"product_id": "python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet-debuginfo@1.0.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"product": {
"name": "python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"product_id": "python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kerberos@1.3.0-11.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"product": {
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"product_id": "python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kerberos-debugsource@1.3.0-11.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"product": {
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"product_id": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kerberos-debuginfo@1.3.0-11.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"product": {
"name": "python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"product_id": "python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kiwisolver@1.1.0-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"product": {
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"product_id": "python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kiwisolver-debugsource@1.1.0-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"product": {
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"product_id": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kiwisolver-debuginfo@1.1.0-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"product": {
"name": "python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"product_id": "python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-markupsafe@2.0.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"product": {
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"product_id": "python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@2.0.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"product": {
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"product_id": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-markupsafe-debuginfo@2.0.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-0:0.6.2-2.el9.ppc64le",
"product": {
"name": "python3-msgpack-0:0.6.2-2.el9.ppc64le",
"product_id": "python3-msgpack-0:0.6.2-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"product": {
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"product_id": "python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"product": {
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"product_id": "python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-simplejson-0:3.17.0-2.el9.ppc64le",
"product": {
"name": "python3-simplejson-0:3.17.0-2.el9.ppc64le",
"product_id": "python3-simplejson-0:3.17.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplejson@3.17.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"product": {
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"product_id": "python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-simplejson-debugsource@3.17.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"product": {
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"product_id": "python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplejson-debuginfo@3.17.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiomysql@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiosqlite@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Basyncio@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pymssql@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pyodbc@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmysql@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_asyncpg@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_pg8000@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpymysql@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"product_id": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy-debugsource@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy-debuginfo@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"product": {
"name": "python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"product_id": "python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado-doc@6.1.0-2.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"product": {
"name": "python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"product_id": "python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tornado@6.1.0-2.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"product": {
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"product_id": "python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado-debugsource@6.1.0-2.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"product": {
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"product_id": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tornado-debuginfo@6.1.0-2.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"product": {
"name": "python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"product_id": "python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-doc@1.11.2-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-wrapt-0:1.11.2-4.el9.ppc64le",
"product": {
"name": "python3-wrapt-0:1.11.2-4.el9.ppc64le",
"product_id": "python3-wrapt-0:1.11.2-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wrapt@1.11.2-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"product": {
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"product_id": "python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-debugsource@1.11.2-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"product": {
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"product_id": "python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wrapt-debuginfo@1.11.2-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-yappi-0:1.3.1-2.el9.ppc64le",
"product": {
"name": "python3-yappi-0:1.3.1-2.el9.ppc64le",
"product_id": "python3-yappi-0:1.3.1-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-yappi@1.3.1-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"product": {
"name": "python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"product_id": "python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yappi-debugsource@1.3.1-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"product": {
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"product_id": "python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-yappi-debuginfo@1.3.1-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"product": {
"name": "python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"product_id": "python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zope-interface@5.4.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "subunit-0:1.4.0-6.el9.1.ppc64le",
"product": {
"name": "subunit-0:1.4.0-6.el9.1.ppc64le",
"product_id": "subunit-0:1.4.0-6.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit@1.4.0-6.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"product": {
"name": "subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"product_id": "subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit@1.4.0-6.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"product": {
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"product_id": "subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit-devel@1.4.0-6.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"product": {
"name": "subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"product_id": "subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-devel@1.4.0-6.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "subunit-static-0:1.4.0-6.el9.1.ppc64le",
"product": {
"name": "subunit-static-0:1.4.0-6.el9.1.ppc64le",
"product_id": "subunit-static-0:1.4.0-6.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-static@1.4.0-6.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"product": {
"name": "subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"product_id": "subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-debugsource@1.4.0-6.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"product": {
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"product_id": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit-debuginfo@1.4.0-6.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"product": {
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"product_id": "subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-debuginfo@1.4.0-6.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el9.ppc64le",
"product": {
"name": "kata-containers-0:2.5.2-1.el9.ppc64le",
"product_id": "kata-containers-0:2.5.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el9.ppc64le",
"product": {
"name": "cri-tools-0:1.25.0-2.el9.ppc64le",
"product_id": "cri-tools-0:1.25.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"product_id": "cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_id": "buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_id": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.23.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_id": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_id": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product_id": "conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product_id": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product_id": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product_id": "crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product": {
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product_id": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-2.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product_id": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-2.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product_id": "skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product_id": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product_id": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.8.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product_id": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.8.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_id": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.16.1-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product_id": "afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product_id": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.3.0-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"product": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"product_id": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-27.rhaos4.12.el8.s390x",
"product": {
"name": "containers-common-2:1-27.rhaos4.12.el8.s390x",
"product_id": "containers-common-2:1-27.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-27.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"product": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"product": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"product": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-0:1.3.3-1.el8.s390x",
"product": {
"name": "nmstate-0:1.3.3-1.el8.s390x",
"product_id": "nmstate-0:1.3.3-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate@1.3.3-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-devel-0:1.3.3-1.el8.s390x",
"product": {
"name": "nmstate-devel-0:1.3.3-1.el8.s390x",
"product_id": "nmstate-devel-0:1.3.3-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-devel@1.3.3-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-0:1.3.3-1.el8.s390x",
"product": {
"name": "nmstate-libs-0:1.3.3-1.el8.s390x",
"product_id": "nmstate-libs-0:1.3.3-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs@1.3.3-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-debugsource-0:1.3.3-1.el8.s390x",
"product": {
"name": "nmstate-debugsource-0:1.3.3-1.el8.s390x",
"product_id": "nmstate-debugsource-0:1.3.3-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debugsource@1.3.3-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"product": {
"name": "nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"product_id": "nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debuginfo@1.3.3-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"product": {
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"product_id": "nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@1.3.3-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2022.2-5.el8.s390x",
"product": {
"name": "ostree-0:2022.2-5.el8.s390x",
"product_id": "ostree-0:2022.2-5.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2022.2-5.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2022.2-5.el8.s390x",
"product": {
"name": "ostree-devel-0:2022.2-5.el8.s390x",
"product_id": "ostree-devel-0:2022.2-5.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2022.2-5.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2022.2-5.el8.s390x",
"product": {
"name": "ostree-libs-0:2022.2-5.el8.s390x",
"product_id": "ostree-libs-0:2022.2-5.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2022.2-5.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2022.2-5.el8.s390x",
"product": {
"name": "ostree-debugsource-0:2022.2-5.el8.s390x",
"product_id": "ostree-debugsource-0:2022.2-5.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2022.2-5.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2022.2-5.el8.s390x",
"product": {
"name": "ostree-debuginfo-0:2022.2-5.el8.s390x",
"product_id": "ostree-debuginfo-0:2022.2-5.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2022.2-5.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"product": {
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"product_id": "ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2022.2-5.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"product_id": "afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"product_id": "skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"product_id": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"product": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"product_id": "butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-2.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"product": {
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"product_id": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-2.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"product": {
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"product_id": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-2.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el8.s390x",
"product": {
"name": "cri-tools-0:1.25.0-2.el8.s390x",
"product_id": "cri-tools-0:1.25.0-2.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"product_id": "cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"product_id": "cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-central@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-host@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-vtep@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-debugsource@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-central-debuginfo@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-debuginfo@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-host-debuginfo@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-vtep-debuginfo@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"product": {
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"product_id": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyrsistent@0.16.0-3.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"product": {
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"product_id": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent-debugsource@0.16.0-3.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"product": {
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"product_id": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyrsistent-debuginfo@0.16.0-3.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "tini-0:0.16.1-1.el8ar.s390x",
"product": {
"name": "tini-0:0.16.1-1.el8ar.s390x",
"product_id": "tini-0:0.16.1-1.el8ar.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tini@0.16.1-1.el8ar?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"product": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"product_id": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"product_id": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"product_id": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"product": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"product_id": "libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"product": {
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"product_id": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"product_id": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"product_id": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "haproxy22-0:2.2.24-1.el8.s390x",
"product": {
"name": "haproxy22-0:2.2.24-1.el8.s390x",
"product_id": "haproxy22-0:2.2.24-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy22@2.2.24-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.2.24-1.el8.s390x",
"product": {
"name": "haproxy-debugsource-0:2.2.24-1.el8.s390x",
"product_id": "haproxy-debugsource-0:2.2.24-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.24-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"product": {
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"product_id": "haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy22-debuginfo@2.2.24-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"product": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"product_id": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grpc-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "grpc-0:1.18.0-4.el8ost.s390x",
"product_id": "grpc-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grpc-cli-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "grpc-cli-0:1.18.0-4.el8ost.s390x",
"product_id": "grpc-cli-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-cli@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grpc-devel-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "grpc-devel-0:1.18.0-4.el8ost.s390x",
"product_id": "grpc-devel-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-devel@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grpc-plugins-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "grpc-plugins-0:1.18.0-4.el8ost.s390x",
"product_id": "grpc-plugins-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-plugins@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-grpcio-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "python3-grpcio-0:1.18.0-4.el8ost.s390x",
"product_id": "python3-grpcio-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-grpcio@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"product_id": "grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-debugsource@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"product_id": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-cli-debuginfo@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"product_id": "grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-debuginfo@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"product_id": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-plugins-debuginfo@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"product_id": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-grpcio-debuginfo@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"product": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"product_id": "crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"product": {
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"product_id": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"product": {
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"product_id": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.rhaos4.11.el8.s390x",
"product": {
"name": "crit-0:3.15-4.rhaos4.11.el8.s390x",
"product_id": "crit-0:3.15-4.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.rhaos4.11.el8.s390x",
"product": {
"name": "criu-0:3.15-4.rhaos4.11.el8.s390x",
"product_id": "criu-0:3.15-4.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"product": {
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"product_id": "criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"product": {
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"product_id": "criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"product": {
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"product_id": "python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"product": {
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"product_id": "criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"product": {
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"product_id": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"product_id": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"product": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"product_id": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-5.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"product_id": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-5.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"product_id": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-5.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"product": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"product_id": "conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-2.rhaos4.11.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"product": {
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"product_id": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-2.rhaos4.11.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"product": {
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"product_id": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-2.rhaos4.11.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-2.el8.s390x",
"product": {
"name": "buildah-1:1.23.4-2.el8.s390x",
"product_id": "buildah-1:1.23.4-2.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-2.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.23.4-2.el8.s390x",
"product": {
"name": "buildah-tests-1:1.23.4-2.el8.s390x",
"product_id": "buildah-tests-1:1.23.4-2.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.23.4-2.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.23.4-2.el8.s390x",
"product": {
"name": "buildah-debugsource-1:1.23.4-2.el8.s390x",
"product_id": "buildah-debugsource-1:1.23.4-2.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-2.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.23.4-2.el8.s390x",
"product": {
"name": "buildah-debuginfo-1:1.23.4-2.el8.s390x",
"product_id": "buildah-debuginfo-1:1.23.4-2.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-2.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"product_id": "buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-2.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-central@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-host@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-vtep@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-debugsource@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-central-debuginfo@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-debuginfo@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-host-debuginfo@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-vtep-debuginfo@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"product": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"product_id": "runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.2-2.rhaos4.12.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"product": {
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"product_id": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.2-2.rhaos4.12.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"product": {
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"product_id": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.2-2.rhaos4.12.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-bcrypt-0:3.1.6-3.el9.s390x",
"product": {
"name": "python3-bcrypt-0:3.1.6-3.el9.s390x",
"product_id": "python3-bcrypt-0:3.1.6-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-bcrypt@3.1.6-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"product": {
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"product_id": "python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bcrypt-debugsource@3.1.6-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"product": {
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"product_id": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-bcrypt-debuginfo@3.1.6-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-coverage-0:5.6-0.1b1.el9.s390x",
"product": {
"name": "python3-coverage-0:5.6-0.1b1.el9.s390x",
"product_id": "python3-coverage-0:5.6-0.1b1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-coverage@5.6-0.1b1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"product": {
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"product_id": "python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@5.6-0.1b1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"product": {
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"product_id": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-coverage-debuginfo@5.6-0.1b1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-gevent-0:21.1.2-1.el9.s390x",
"product": {
"name": "python3-gevent-0:21.1.2-1.el9.s390x",
"product_id": "python3-gevent-0:21.1.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gevent@21.1.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"product": {
"name": "python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"product_id": "python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gevent-debugsource@21.1.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"product": {
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"product_id": "python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gevent-debuginfo@21.1.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-0:1.0.0-1.el9.s390x",
"product": {
"name": "python3-greenlet-0:1.0.0-1.el9.s390x",
"product_id": "python3-greenlet-0:1.0.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet@1.0.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"product": {
"name": "python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"product_id": "python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet-devel@1.0.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"product": {
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"product_id": "python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-greenlet-debugsource@1.0.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"product": {
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"product_id": "python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet-debuginfo@1.0.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-kerberos-0:1.3.0-11.el9.1.s390x",
"product": {
"name": "python3-kerberos-0:1.3.0-11.el9.1.s390x",
"product_id": "python3-kerberos-0:1.3.0-11.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kerberos@1.3.0-11.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"product": {
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"product_id": "python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kerberos-debugsource@1.3.0-11.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"product": {
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"product_id": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kerberos-debuginfo@1.3.0-11.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-kiwisolver-0:1.1.0-4.el9.s390x",
"product": {
"name": "python3-kiwisolver-0:1.1.0-4.el9.s390x",
"product_id": "python3-kiwisolver-0:1.1.0-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kiwisolver@1.1.0-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"product": {
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"product_id": "python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kiwisolver-debugsource@1.1.0-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"product": {
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"product_id": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kiwisolver-debuginfo@1.1.0-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-markupsafe-0:2.0.0-2.el9.s390x",
"product": {
"name": "python3-markupsafe-0:2.0.0-2.el9.s390x",
"product_id": "python3-markupsafe-0:2.0.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-markupsafe@2.0.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"product": {
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"product_id": "python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@2.0.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"product": {
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"product_id": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-markupsafe-debuginfo@2.0.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-0:0.6.2-2.el9.s390x",
"product": {
"name": "python3-msgpack-0:0.6.2-2.el9.s390x",
"product_id": "python3-msgpack-0:0.6.2-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"product": {
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"product_id": "python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"product": {
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"product_id": "python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-simplejson-0:3.17.0-2.el9.s390x",
"product": {
"name": "python3-simplejson-0:3.17.0-2.el9.s390x",
"product_id": "python3-simplejson-0:3.17.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplejson@3.17.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"product": {
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"product_id": "python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-simplejson-debugsource@3.17.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"product": {
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"product_id": "python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplejson-debuginfo@3.17.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiomysql@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiosqlite@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Basyncio@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pymssql@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pyodbc@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmysql@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_asyncpg@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_pg8000@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpymysql@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"product": {
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"product_id": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy-debugsource@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy-debuginfo@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"product": {
"name": "python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"product_id": "python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado-doc@6.1.0-2.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tornado-0:6.1.0-2.el9.1.s390x",
"product": {
"name": "python3-tornado-0:6.1.0-2.el9.1.s390x",
"product_id": "python3-tornado-0:6.1.0-2.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tornado@6.1.0-2.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"product": {
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"product_id": "python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado-debugsource@6.1.0-2.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"product": {
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"product_id": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tornado-debuginfo@6.1.0-2.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-doc-0:1.11.2-4.el9.s390x",
"product": {
"name": "python-wrapt-doc-0:1.11.2-4.el9.s390x",
"product_id": "python-wrapt-doc-0:1.11.2-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-doc@1.11.2-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-wrapt-0:1.11.2-4.el9.s390x",
"product": {
"name": "python3-wrapt-0:1.11.2-4.el9.s390x",
"product_id": "python3-wrapt-0:1.11.2-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wrapt@1.11.2-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"product": {
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"product_id": "python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-debugsource@1.11.2-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"product": {
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"product_id": "python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wrapt-debuginfo@1.11.2-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-yappi-0:1.3.1-2.el9.s390x",
"product": {
"name": "python3-yappi-0:1.3.1-2.el9.s390x",
"product_id": "python3-yappi-0:1.3.1-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-yappi@1.3.1-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"product": {
"name": "python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"product_id": "python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yappi-debugsource@1.3.1-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"product": {
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"product_id": "python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-yappi-debuginfo@1.3.1-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-zope-interface-0:5.4.0-1.el9.s390x",
"product": {
"name": "python3-zope-interface-0:5.4.0-1.el9.s390x",
"product_id": "python3-zope-interface-0:5.4.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zope-interface@5.4.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "subunit-0:1.4.0-6.el9.1.s390x",
"product": {
"name": "subunit-0:1.4.0-6.el9.1.s390x",
"product_id": "subunit-0:1.4.0-6.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit@1.4.0-6.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"product": {
"name": "subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"product_id": "subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit@1.4.0-6.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"product": {
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"product_id": "subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit-devel@1.4.0-6.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "subunit-devel-0:1.4.0-6.el9.1.s390x",
"product": {
"name": "subunit-devel-0:1.4.0-6.el9.1.s390x",
"product_id": "subunit-devel-0:1.4.0-6.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-devel@1.4.0-6.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "subunit-static-0:1.4.0-6.el9.1.s390x",
"product": {
"name": "subunit-static-0:1.4.0-6.el9.1.s390x",
"product_id": "subunit-static-0:1.4.0-6.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-static@1.4.0-6.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"product": {
"name": "subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"product_id": "subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-debugsource@1.4.0-6.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"product": {
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"product_id": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit-debuginfo@1.4.0-6.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"product": {
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"product_id": "subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-debuginfo@1.4.0-6.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el9.s390x",
"product": {
"name": "kata-containers-0:2.5.2-1.el9.s390x",
"product_id": "kata-containers-0:2.5.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el9.s390x",
"product": {
"name": "cri-tools-0:1.25.0-2.el9.s390x",
"product_id": "cri-tools-0:1.25.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"product_id": "cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"product_id": "cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"product": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_id": "buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"product": {
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_id": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.23.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"product": {
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_id": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"product": {
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_id": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_id": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"product": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"product_id": "conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"product": {
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"product_id": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-3.rhaos4.12.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"product": {
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"product_id": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-3.rhaos4.12.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"product": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"product_id": "crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"product": {
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"product_id": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-2.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"product": {
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"product_id": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-2.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"product_id": "skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"product_id": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"product_id": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.8.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"product_id": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.8.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"product": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"product": {
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_id": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.16.1-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"product": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"product": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"product": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"product_id": "afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"product": {
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"product_id": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.3.0-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"product": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"product": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"product": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"product": {
"name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"product_id": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/console-login-helper-messages@0.20.4-1.rhaos4.12.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"product": {
"name": "console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"product_id": "console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/console-login-helper-messages-issuegen@0.20.4-1.rhaos4.12.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"product": {
"name": "console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"product_id": "console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/console-login-helper-messages-profile@0.20.4-1.rhaos4.12.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"product": {
"name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"product_id": "container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.188.0-1.rhaos4.12.el8?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"product": {
"name": "nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"product_id": "nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-plugin-ovsdb@1.3.3-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-libnmstate-0:1.3.3-1.el8.noarch",
"product": {
"name": "python3-libnmstate-0:1.3.3-1.el8.noarch",
"product_id": "python3-libnmstate-0:1.3.3-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libnmstate@1.3.3-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"product": {
"name": "podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"product_id": "podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.2.0-1.rhaos4.12.el8?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"product": {
"name": "toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"product_id": "toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.1.0-1.rhaos4.12.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"product": {
"name": "butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"product_id": "butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-redistributable@0.16.0-2.rhaos4.12.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-cni@4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-common@4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-controller@4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product": {
"name": "python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product_id": "python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kuryr-kubernetes@4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"product": {
"name": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"product_id": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-test@2.17.0-62.el8fdp?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kubernetes-0:25.3.0-1.el8.noarch",
"product": {
"name": "python3-kubernetes-0:25.3.0-1.el8.noarch",
"product_id": "python3-kubernetes-0:25.3.0-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kubernetes@25.3.0-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"product": {
"name": "python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"product_id": "python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kubernetes-tests@25.3.0-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"product": {
"name": "NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"product_id": "NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-config-connectivity-redhat@1.36.0-8.el8_6?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"product": {
"name": "NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"product_id": "NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-config-server@1.36.0-8.el8_6?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"product": {
"name": "NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"product_id": "NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-dispatcher-routing-rules@1.36.0-8.el8_6?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-zipp-0:0.5.1-2.el8ost.noarch",
"product": {
"name": "python3-zipp-0:0.5.1-2.el8ost.noarch",
"product_id": "python3-zipp-0:0.5.1-2.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zipp@0.5.1-2.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"product": {
"name": "python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"product_id": "python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zeroconf@0.24.4-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"product": {
"name": "python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"product_id": "python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-werkzeug@1.0.1-3.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"product": {
"name": "python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"product_id": "python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wcwidth@0.1.7-14.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-tenacity-0:6.2.0-1.el8ost.noarch",
"product": {
"name": "python3-tenacity-0:6.2.0-1.el8ost.noarch",
"product_id": "python3-tenacity-0:6.2.0-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tenacity@6.2.0-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-rsa-0:4.7-1.el8.noarch",
"product": {
"name": "python3-rsa-0:4.7-1.el8.noarch",
"product_id": "python3-rsa-0:4.7-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rsa@4.7-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"product": {
"name": "python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"product_id": "python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-requests-unixsocket@0.1.5-5.el8ar?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"product": {
"name": "python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"product_id": "python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyroute2@0.5.13-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"product": {
"name": "python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"product_id": "python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyperclip-doc@1.6.4-6.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"product": {
"name": "python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"product_id": "python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyperclip@1.6.4-6.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"product": {
"name": "python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"product_id": "python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyghmi@1.5.14-2.1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "pycdlib-tools-0:1.11.0-3.el8.noarch",
"product": {
"name": "pycdlib-tools-0:1.11.0-3.el8.noarch",
"product_id": "pycdlib-tools-0:1.11.0-3.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pycdlib-tools@1.11.0-3.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pycdlib-0:1.11.0-3.el8.noarch",
"product": {
"name": "python3-pycdlib-0:1.11.0-3.el8.noarch",
"product_id": "python3-pycdlib-0:1.11.0-3.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pycdlib@1.11.0-3.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pint-0:0.10.1-1.el8ost.noarch",
"product": {
"name": "python3-pint-0:0.10.1-1.el8ost.noarch",
"product_id": "python3-pint-0:0.10.1-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pint@0.10.1-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pexpect-0:4.6-2.el8ar.noarch",
"product": {
"name": "python3-pexpect-0:4.6-2.el8ar.noarch",
"product_id": "python3-pexpect-0:4.6-2.el8ar.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pexpect@4.6-2.el8ar?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"product": {
"name": "python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"product_id": "python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-paste-deploy@2.0.1-4.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-paste-0:3.2.4-1.el8ost.noarch",
"product": {
"name": "python3-paste-0:3.2.4-1.el8ost.noarch",
"product_id": "python3-paste-0:3.2.4-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-paste@3.2.4-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-packaging-doc-0:20.4-1.el8ost.noarch",
"product": {
"name": "python-packaging-doc-0:20.4-1.el8ost.noarch",
"product_id": "python-packaging-doc-0:20.4-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-packaging-doc@20.4-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-packaging-0:20.4-1.el8ost.noarch",
"product": {
"name": "python3-packaging-0:20.4-1.el8ost.noarch",
"product_id": "python3-packaging-0:20.4-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-packaging@20.4-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"product": {
"name": "python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"product_id": "python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-serialization@4.2.0-0.20211012151454.2b94a4f.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"product": {
"name": "python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"product_id": "python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-serialization-tests@4.2.0-0.20211012151454.2b94a4f.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product": {
"name": "python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product_id": "python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-policy-lang@3.8.2-0.20211012161944.c7fd9f4.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product": {
"name": "python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product_id": "python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-policy@3.8.2-0.20211012161944.c7fd9f4.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product": {
"name": "python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product_id": "python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-policy-tests@3.8.2-0.20211012161944.c7fd9f4.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"product": {
"name": "python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"product_id": "python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-metrics@0.3.0-0.20211020174122.43eee50.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"product": {
"name": "python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"product_id": "python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-metrics-tests@0.3.0-0.20211020174122.43eee50.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"product": {
"name": "python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"product_id": "python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-messaging@12.9.1-0.20211020204149.f9de265.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"product": {
"name": "python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"product_id": "python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-messaging-tests@12.9.1-0.20211020204149.f9de265.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product": {
"name": "python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product_id": "python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-log-lang@4.6.0-0.20211012154701.41c8807.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product": {
"name": "python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product_id": "python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-log@4.6.0-0.20211012154701.41c8807.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product": {
"name": "python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product_id": "python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-log-tests@4.6.0-0.20211012154701.41c8807.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"product": {
"name": "python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"product_id": "python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-i18n-lang@5.1.0-0.20211012165753.b031d17.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"product": {
"name": "python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"product_id": "python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-i18n@5.1.0-0.20211012165753.b031d17.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product": {
"name": "python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product_id": "python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-db-lang@9.1.0-0.20211020204148.be2cc6a.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product": {
"name": "python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product_id": "python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-db@9.1.0-0.20211020204148.be2cc6a.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product": {
"name": "python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product_id": "python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-db-tests@9.1.0-0.20211020204148.be2cc6a.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"product": {
"name": "python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"product_id": "python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-context@3.3.1-0.20211012152439.641a1e0.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"product": {
"name": "python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"product_id": "python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-context-tests@3.3.1-0.20211012152439.641a1e0.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"product": {
"name": "python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"product_id": "python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-config@8.7.1-0.20211012155707.1a7bd66.el8?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-lockfile-1:0.11.0-8.el8ar.noarch",
"product": {
"name": "python3-lockfile-1:0.11.0-8.el8ar.noarch",
"product_id": "python3-lockfile-1:0.11.0-8.el8ar.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-lockfile@0.11.0-8.el8ar?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"product": {
"name": "python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"product_id": "python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kombu@4.6.6-7.el8ost.1?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"product": {
"name": "python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"product_id": "python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-jsonschema@3.2.0-5.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"product": {
"name": "python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"product_id": "python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-iso8601@0.1.12-8.el8ost.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"product": {
"name": "python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"product_id": "python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-importlib-metadata@1.7.0-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"product": {
"name": "python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"product_id": "python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ifaddr@0.1.6-5.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"product": {
"name": "python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"product_id": "python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gunicorn@19.9.0-10.el8ost.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"product": {
"name": "python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"product_id": "python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-funcsigs@1.0.2-8.el8ost.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"product": {
"name": "python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"product_id": "python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-funcsigs@1.0.2-8.el8ost.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-flask-doc-1:1.1.1-1.el8ost.noarch",
"product": {
"name": "python-flask-doc-1:1.1.1-1.el8ost.noarch",
"product_id": "python-flask-doc-1:1.1.1-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flask-doc@1.1.1-1.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-flask-1:1.1.1-1.el8ost.noarch",
"product": {
"name": "python3-flask-1:1.1.1-1.el8ost.noarch",
"product_id": "python3-flask-1:1.1.1-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-flask@1.1.1-1.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-eventlet-0:0.30.2-1.el8.noarch",
"product": {
"name": "python3-eventlet-0:0.30.2-1.el8.noarch",
"product_id": "python3-eventlet-0:0.30.2-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-eventlet@0.30.2-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"product": {
"name": "python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"product_id": "python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-dogpile-cache@1.1.2-1.el8ost.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-construct-0:2.10.56-1.el8ost.noarch",
"product": {
"name": "python3-construct-0:2.10.56-1.el8ost.noarch",
"product_id": "python3-construct-0:2.10.56-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-construct@2.10.56-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cmd2-0:1.4.0-1.1.el8.noarch",
"product": {
"name": "python3-cmd2-0:1.4.0-1.1.el8.noarch",
"product_id": "python3-cmd2-0:1.4.0-1.1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cmd2@1.4.0-1.1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"product": {
"name": "python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"product_id": "python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-amqp-doc@2.5.2-7.el8ost.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"product": {
"name": "python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"product_id": "python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-amqp@2.5.2-7.el8ost.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-alembic-0:1.4.2-5.el8ost.noarch",
"product": {
"name": "python3-alembic-0:1.4.2-5.el8ost.noarch",
"product_id": "python3-alembic-0:1.4.2-5.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-alembic@1.4.2-5.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "crudini-0:0.9-11.el8ost.1.noarch",
"product": {
"name": "crudini-0:0.9-11.el8ost.1.noarch",
"product_id": "crudini-0:0.9-11.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crudini@0.9-11.el8ost.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"product": {
"name": "ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"product_id": "ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-runner-http@1.0.0-2.el8ar?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-runner-0:1.4.6-2.el8ar.noarch",
"product": {
"name": "ansible-runner-0:1.4.6-2.el8ar.noarch",
"product_id": "ansible-runner-0:1.4.6-2.el8ar.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-runner@1.4.6-2.el8ar?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"product": {
"name": "python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"product_id": "python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ansible-runner@1.4.6-2.el8ar?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "crudini-0:0.9.3-4.el9.noarch",
"product": {
"name": "crudini-0:0.9.3-4.el9.noarch",
"product_id": "crudini-0:0.9.3-4.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crudini@0.9.3-4.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-future-0:0.18.2-9.el9.1.noarch",
"product": {
"name": "python3-future-0:0.18.2-9.el9.1.noarch",
"product_id": "python3-future-0:0.18.2-9.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-future@0.18.2-9.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product": {
"name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product_id": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-python-agent@9.0.1-0.20220818145522.ad1eb41.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product": {
"name": "python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product_id": "python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-python-agent@9.0.1-0.20220818145522.ad1eb41.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product": {
"name": "python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product_id": "python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-python-agent-tests@9.0.1-0.20220818145522.ad1eb41.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-macros-0:2020.1.2-1.el9.noarch",
"product": {
"name": "openstack-macros-0:2020.1.2-1.el9.noarch",
"product_id": "openstack-macros-0:2020.1.2-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-macros@2020.1.2-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"product": {
"name": "pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"product_id": "pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pyOpenSSL-doc@20.0.1-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"product": {
"name": "python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"product_id": "python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyOpenSSL@20.0.1-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"product": {
"name": "python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"product_id": "python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyflakes@2.2.0-3.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pysnmp-0:4.4.12-6.el9.noarch",
"product": {
"name": "python3-pysnmp-0:4.4.12-6.el9.noarch",
"product_id": "python3-pysnmp-0:4.4.12-6.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pysnmp@4.4.12-6.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-SecretStorage-0:2.3.1-9.el9.noarch",
"product": {
"name": "python3-SecretStorage-0:2.3.1-9.el9.noarch",
"product_id": "python3-SecretStorage-0:2.3.1-9.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-SecretStorage@2.3.1-9.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-alembic-0:1.6.0-1.el9.noarch",
"product": {
"name": "python3-alembic-0:1.6.0-1.el9.noarch",
"product_id": "python3-alembic-0:1.6.0-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-alembic@1.6.0-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-amqp-doc-0:5.0.6-1.el9.noarch",
"product": {
"name": "python-amqp-doc-0:5.0.6-1.el9.noarch",
"product_id": "python-amqp-doc-0:5.0.6-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-amqp-doc@5.0.6-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-amqp-0:5.0.6-1.el9.noarch",
"product": {
"name": "python3-amqp-0:5.0.6-1.el9.noarch",
"product_id": "python3-amqp-0:5.0.6-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-amqp@5.0.6-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-apipkg-0:1.5-12.el9.1.noarch",
"product": {
"name": "python3-apipkg-0:1.5-12.el9.1.noarch",
"product_id": "python3-apipkg-0:1.5-12.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-apipkg@1.5-12.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"product": {
"name": "python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"product_id": "python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-atomicwrites@1.4.0-6.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"product": {
"name": "python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"product_id": "python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-automaton@3.0.0-0.20220811170530.ed884e8.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-autopage-0:0.4.0-1.el9.2.noarch",
"product": {
"name": "python3-autopage-0:0.4.0-1.el9.2.noarch",
"product_id": "python3-autopage-0:0.4.0-1.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-autopage@0.4.0-1.el9.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"product": {
"name": "python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"product_id": "python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-beautifulsoup4@4.9.3-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-betamax-0:0.8.1-12.el9.1.noarch",
"product": {
"name": "python3-betamax-0:0.8.1-12.el9.1.noarch",
"product_id": "python3-betamax-0:0.8.1-12.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-betamax@0.8.1-12.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cachetools-0:3.1.0-4.el9.noarch",
"product": {
"name": "python3-cachetools-0:3.1.0-4.el9.noarch",
"product_id": "python3-cachetools-0:3.1.0-4.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cachetools@3.1.0-4.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-case-0:1.5.3-5.el9.noarch",
"product": {
"name": "python3-case-0:1.5.3-5.el9.noarch",
"product_id": "python3-case-0:1.5.3-5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-case@1.5.3-5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"product": {
"name": "python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"product_id": "python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cinderclient@9.0.0-0.20220811172734.2c7d463.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-click-0:7.1.2-5.el9.1.noarch",
"product": {
"name": "python3-click-0:7.1.2-5.el9.1.noarch",
"product_id": "python3-click-0:7.1.2-5.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-click@7.1.2-5.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"product": {
"name": "python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"product_id": "python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cliff@3.10.1-0.20220802152018.a04a48f.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"product": {
"name": "python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"product_id": "python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cliff-tests@3.10.1-0.20220802152018.a04a48f.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cmd2-0:1.4.0-2.el9.1.noarch",
"product": {
"name": "python3-cmd2-0:1.4.0-2.el9.1.noarch",
"product_id": "python3-cmd2-0:1.4.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cmd2@1.4.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-colorama-0:0.4.1-2.el9.noarch",
"product": {
"name": "python3-colorama-0:0.4.1-2.el9.noarch",
"product_id": "python3-colorama-0:0.4.1-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-colorama@0.4.1-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-construct-0:2.10.56-2.el9.noarch",
"product": {
"name": "python3-construct-0:2.10.56-2.el9.noarch",
"product_id": "python3-construct-0:2.10.56-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-construct@2.10.56-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"product": {
"name": "python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"product_id": "python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-contextlib2@0.6.0.post1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-dataclasses-0:0.8-2.el9.noarch",
"product": {
"name": "python3-dataclasses-0:0.8-2.el9.noarch",
"product_id": "python3-dataclasses-0:0.8-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-dataclasses@0.8-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ddt-0:1.4.2-1.el9.noarch",
"product": {
"name": "python3-ddt-0:1.4.2-1.el9.noarch",
"product_id": "python3-ddt-0:1.4.2-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ddt@1.4.2-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"product": {
"name": "python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"product_id": "python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debtcollector@2.5.0-0.20220802170047.a6b46c5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-decorator-0:4.4.0-6.el9.noarch",
"product": {
"name": "python3-decorator-0:4.4.0-6.el9.noarch",
"product_id": "python3-decorator-0:4.4.0-6.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-decorator@4.4.0-6.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-defusedxml-0:0.7.1-1.el9.noarch",
"product": {
"name": "python3-defusedxml-0:0.7.1-1.el9.noarch",
"product_id": "python3-defusedxml-0:0.7.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-defusedxml@0.7.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-distlib-0:0.3.1-4.el9.1.noarch",
"product": {
"name": "python3-distlib-0:0.3.1-4.el9.1.noarch",
"product_id": "python3-distlib-0:0.3.1-4.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-distlib@0.3.1-4.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"product": {
"name": "python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"product_id": "python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-dogpile-cache@1.1.5-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"product": {
"name": "python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"product_id": "python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-dracclient@8.0.0-0.20220802154400.9c7499c.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-editor-0:1.0.4-5.el9.noarch",
"product": {
"name": "python3-editor-0:1.0.4-5.el9.noarch",
"product_id": "python3-editor-0:1.0.4-5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-editor@1.0.4-5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-entrypoints-doc-0:0.3-8.el9.noarch",
"product": {
"name": "python-entrypoints-doc-0:0.3-8.el9.noarch",
"product_id": "python-entrypoints-doc-0:0.3-8.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-entrypoints-doc@0.3-8.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-entrypoints-0:0.3-8.el9.noarch",
"product": {
"name": "python3-entrypoints-0:0.3-8.el9.noarch",
"product_id": "python3-entrypoints-0:0.3-8.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-entrypoints@0.3-8.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-eventlet-0:0.30.2-1.el9.noarch",
"product": {
"name": "python3-eventlet-0:0.30.2-1.el9.noarch",
"product_id": "python3-eventlet-0:0.30.2-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-eventlet@0.30.2-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-execnet-0:1.7.1-5.el9.1.noarch",
"product": {
"name": "python3-execnet-0:1.7.1-5.el9.1.noarch",
"product_id": "python3-execnet-0:1.7.1-5.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-execnet@1.7.1-5.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-extras-0:1.0.0-15.el9.1.noarch",
"product": {
"name": "python3-extras-0:1.0.0-15.el9.1.noarch",
"product_id": "python3-extras-0:1.0.0-15.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-extras@1.0.0-15.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-fasteners-0:0.14.1-21.el9.noarch",
"product": {
"name": "python3-fasteners-0:0.14.1-21.el9.noarch",
"product_id": "python3-fasteners-0:0.14.1-21.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-fasteners@0.14.1-21.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"product": {
"name": "python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"product_id": "python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-filelock-doc@3.0.12-9.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-filelock-0:3.0.12-9.el9.1.noarch",
"product": {
"name": "python3-filelock-0:3.0.12-9.el9.1.noarch",
"product_id": "python3-filelock-0:3.0.12-9.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-filelock@3.0.12-9.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-fixtures-0:3.0.0-22.el9.1.noarch",
"product": {
"name": "python3-fixtures-0:3.0.0-22.el9.1.noarch",
"product_id": "python3-fixtures-0:3.0.0-22.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-fixtures@3.0.0-22.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-flake8-0:3.8.4-1.el9.1.noarch",
"product": {
"name": "python3-flake8-0:3.8.4-1.el9.1.noarch",
"product_id": "python3-flake8-0:3.8.4-1.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-flake8@3.8.4-1.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-flask-doc-1:2.0.1-2.el9.1.noarch",
"product": {
"name": "python-flask-doc-1:2.0.1-2.el9.1.noarch",
"product_id": "python-flask-doc-1:2.0.1-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flask-doc@2.0.1-2.el9.1?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-flask-1:2.0.1-2.el9.1.noarch",
"product": {
"name": "python3-flask-1:2.0.1-2.el9.1.noarch",
"product_id": "python3-flask-1:2.0.1-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-flask@2.0.1-2.el9.1?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-flit-0:3.0.0-1.el9.2.noarch",
"product": {
"name": "python3-flit-0:3.0.0-1.el9.2.noarch",
"product_id": "python3-flit-0:3.0.0-1.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-flit@3.0.0-1.el9.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-flit-core-0:3.0.0-1.el9.2.noarch",
"product": {
"name": "python3-flit-core-0:3.0.0-1.el9.2.noarch",
"product_id": "python3-flit-core-0:3.0.0-1.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-flit-core@3.0.0-1.el9.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-freezegun-0:1.0.0-4.el9.1.noarch",
"product": {
"name": "python3-freezegun-0:1.0.0-4.el9.1.noarch",
"product_id": "python3-freezegun-0:1.0.0-4.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-freezegun@1.0.0-4.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"product": {
"name": "python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"product_id": "python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-funcsigs-doc@1.0.2-17.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-funcsigs-0:1.0.2-17.el9.noarch",
"product": {
"name": "python3-funcsigs-0:1.0.2-17.el9.noarch",
"product_id": "python3-funcsigs-0:1.0.2-17.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-funcsigs@1.0.2-17.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"product": {
"name": "python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"product_id": "python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-futurist@2.4.1-0.20220802175500.159d752.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"product": {
"name": "python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"product_id": "python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-glanceclient@4.0.1-0.20220811181326.1b854e1.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"product": {
"name": "python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"product_id": "python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gunicorn-doc@20.0.4-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-gunicorn-0:20.0.4-2.el9.noarch",
"product": {
"name": "python3-gunicorn-0:20.0.4-2.el9.noarch",
"product_id": "python3-gunicorn-0:20.0.4-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gunicorn@20.0.4-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"product": {
"name": "python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"product_id": "python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hacking@1.0.1-0.20210812104123.865398f.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"product": {
"name": "python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"product_id": "python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hardware@0.29.1-0.20220811165930.fd4bce6.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"product": {
"name": "python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"product_id": "python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hardware-detect@0.29.1-0.20220811165930.fd4bce6.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-html5lib-1:1.1-4.el9.1.noarch",
"product": {
"name": "python3-html5lib-1:1.1-4.el9.1.noarch",
"product_id": "python3-html5lib-1:1.1-4.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-html5lib@1.1-4.el9.1?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bcli@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bdateutil@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bdjango@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bghostwriter@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Blark@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bnumpy@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bpandas@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bpytest@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bpytz@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bredis@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bzoneinfo@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ifaddr-0:0.1.6-6.el9.noarch",
"product": {
"name": "python3-ifaddr-0:0.1.6-6.el9.noarch",
"product_id": "python3-ifaddr-0:0.1.6-6.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ifaddr@0.1.6-6.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"product": {
"name": "python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"product_id": "python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-importlib-metadata@1.7.0-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"product": {
"name": "python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"product_id": "python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-lib@5.2.0-0.20220802170917.e205816.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"product": {
"name": "python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"product_id": "python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironicclient@4.9.0-0.20211209154934.6f1be06.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-iso8601-0:0.1.12-9.el9.noarch",
"product": {
"name": "python3-iso8601-0:0.1.12-9.el9.noarch",
"product_id": "python3-iso8601-0:0.1.12-9.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-iso8601@0.1.12-9.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-itsdangerous-0:2.0.1-2.el9.noarch",
"product": {
"name": "python3-itsdangerous-0:2.0.1-2.el9.noarch",
"product_id": "python3-itsdangerous-0:2.0.1-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-itsdangerous@2.0.1-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-jinja2-0:3.0.1-2.el9.1.noarch",
"product": {
"name": "python3-jinja2-0:3.0.1-2.el9.1.noarch",
"product_id": "python3-jinja2-0:3.0.1-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-jinja2@3.0.1-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"product": {
"name": "python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"product_id": "python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-jsonpath-rw@1.2.3-23.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kafka-0:1.4.3-3.el9.noarch",
"product": {
"name": "python3-kafka-0:1.4.3-3.el9.noarch",
"product_id": "python3-kafka-0:1.4.3-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kafka@1.4.3-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-kazoo-doc-0:2.7.0-2.el9.noarch",
"product": {
"name": "python-kazoo-doc-0:2.7.0-2.el9.noarch",
"product_id": "python-kazoo-doc-0:2.7.0-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kazoo-doc@2.7.0-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kazoo-0:2.7.0-2.el9.noarch",
"product": {
"name": "python3-kazoo-0:2.7.0-2.el9.noarch",
"product_id": "python3-kazoo-0:2.7.0-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kazoo@2.7.0-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-keyring-0:21.0.0-2.el9.noarch",
"product": {
"name": "python3-keyring-0:21.0.0-2.el9.noarch",
"product_id": "python3-keyring-0:21.0.0-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keyring@21.0.0-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"product": {
"name": "python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"product_id": "python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keystoneauth1@5.0.0-0.20220811173415.2445a5d.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"product": {
"name": "python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"product_id": "python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keystoneclient@5.0.0-0.20220811173653.11d5abe.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"product": {
"name": "python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"product_id": "python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keystoneclient-tests@5.0.0-0.20220811173653.11d5abe.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"product": {
"name": "python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"product_id": "python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keystonemiddleware@10.0.0-0.20220811174058.dd31878.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kombu-1:5.0.2-1.el9.2.noarch",
"product": {
"name": "python3-kombu-1:5.0.2-1.el9.2.noarch",
"product_id": "python3-kombu-1:5.0.2-1.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kombu@5.0.2-1.el9.2?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-linecache2-0:1.0.0-25.el9.noarch",
"product": {
"name": "python3-linecache2-0:1.0.0-25.el9.noarch",
"product_id": "python3-linecache2-0:1.0.0-25.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-linecache2@1.0.0-25.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-logutils-0:0.3.5-7.1.el9.noarch",
"product": {
"name": "python3-logutils-0:0.3.5-7.1.el9.noarch",
"product_id": "python3-logutils-0:0.3.5-7.1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-logutils@0.3.5-7.1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-mccabe-0:0.6.1-18.el9.1.noarch",
"product": {
"name": "python3-mccabe-0:0.6.1-18.el9.1.noarch",
"product_id": "python3-mccabe-0:0.6.1-18.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-mccabe@0.6.1-18.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-memcached-0:1.58-12.el9.noarch",
"product": {
"name": "python3-memcached-0:1.58-12.el9.noarch",
"product_id": "python3-memcached-0:1.58-12.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-memcached@1.58-12.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-migrate-0:0.13.0-2.el9.noarch",
"product": {
"name": "python3-migrate-0:0.13.0-2.el9.noarch",
"product_id": "python3-migrate-0:0.13.0-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-migrate@0.13.0-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"product": {
"name": "python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"product_id": "python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-mimeparse@1.6.0-16.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-mock-0:3.0.5-14.el9.2.noarch",
"product": {
"name": "python3-mock-0:3.0.5-14.el9.2.noarch",
"product_id": "python3-mock-0:3.0.5-14.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-mock@3.0.5-14.el9.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-monotonic-0:1.5-9.el9.1.noarch",
"product": {
"name": "python3-monotonic-0:1.5-9.el9.1.noarch",
"product_id": "python3-monotonic-0:1.5-9.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-monotonic@1.5-9.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-more-itertools-0:7.2.0-3.el9.noarch",
"product": {
"name": "python3-more-itertools-0:7.2.0-3.el9.noarch",
"product_id": "python3-more-itertools-0:7.2.0-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-more-itertools@7.2.0-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"product": {
"name": "python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"product_id": "python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-mox3@1.1.0-0.20210812114029.99a302f.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-munch-0:2.3.2-7.el9.noarch",
"product": {
"name": "python3-munch-0:2.3.2-7.el9.noarch",
"product_id": "python3-munch-0:2.3.2-7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-munch@2.3.2-7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"product": {
"name": "python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"product_id": "python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-neutronclient@7.6.0-0.20211012175718.983f0ab.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"product": {
"name": "python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"product_id": "python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-neutronclient-tests@7.6.0-0.20211012175718.983f0ab.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-nose-0:1.3.7-33.el9.1.noarch",
"product": {
"name": "python3-nose-0:1.3.7-33.el9.1.noarch",
"product_id": "python3-nose-0:1.3.7-33.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-nose@1.3.7-33.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-nose-cover3-0:0.1.0-31.el9.noarch",
"product": {
"name": "python3-nose-cover3-0:0.1.0-31.el9.noarch",
"product_id": "python3-nose-cover3-0:0.1.0-31.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-nose-cover3@0.1.0-31.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"product": {
"name": "python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"product_id": "python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openstacksdk@0.99.1-0.20220811190026.a41d04e.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"product": {
"name": "python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"product_id": "python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openstacksdk-tests@0.99.1-0.20220811190026.a41d04e.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"product": {
"name": "python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"product_id": "python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-os-client-config@2.1.0-0.20210722194729.bc96c23.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"product": {
"name": "python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"product_id": "python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-os-service-types@1.7.0-0.20220802143336.0b2f473.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"product": {
"name": "python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"product_id": "python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-os-traits@2.8.0-0.20220811182615.04e8bb3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"product": {
"name": "python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"product_id": "python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-os-traits-tests@2.8.0-0.20220811182615.04e8bb3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"product": {
"name": "python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"product_id": "python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-osc-lib@2.6.1-0.20220811172053.973e169.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"product": {
"name": "python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"product_id": "python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-osc-lib-tests@2.6.1-0.20220811172053.973e169.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product": {
"name": "python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product_id": "python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-cache-lang@3.0.0-0.20220811175617.79945c1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product": {
"name": "python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product_id": "python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-cache@3.0.0-0.20220811175617.79945c1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product": {
"name": "python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product_id": "python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-cache-tests@3.0.0-0.20220811175617.79945c1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product": {
"name": "python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product_id": "python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-concurrency-lang@5.0.0-0.20220811181826.052b2f2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product": {
"name": "python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product_id": "python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-concurrency@5.0.0-0.20220811181826.052b2f2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product": {
"name": "python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product_id": "python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-concurrency-tests@5.0.0-0.20220811181826.052b2f2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"product": {
"name": "python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"product_id": "python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-config@9.0.0-0.20220811165930.9eaae04.el9?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"product": {
"name": "python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"product_id": "python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-context@5.0.0-0.20220811171413.f388eb9.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"product": {
"name": "python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"product_id": "python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-context-tests@5.0.0-0.20220811171413.f388eb9.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product": {
"name": "python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product_id": "python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-db-lang@12.0.0-0.20220811175859.a808381.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product": {
"name": "python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product_id": "python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-db@12.0.0-0.20220811175859.a808381.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product": {
"name": "python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product_id": "python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-db-tests@12.0.0-0.20220811175859.a808381.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"product": {
"name": "python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"product_id": "python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-i18n-lang@5.1.0-0.20220802145025.b031d17.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"product": {
"name": "python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"product_id": "python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-i18n@5.1.0-0.20220802145025.b031d17.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product": {
"name": "python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product_id": "python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-log-lang@5.0.0-0.20220811172332.6401da7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product": {
"name": "python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product_id": "python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-log@5.0.0-0.20220811172332.6401da7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product": {
"name": "python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product_id": "python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-log-tests@5.0.0-0.20220811172332.6401da7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"product": {
"name": "python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"product_id": "python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-messaging@13.0.0-0.20220811175319.4186386.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"product": {
"name": "python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"product_id": "python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-messaging-tests@13.0.0-0.20220811175319.4186386.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"product": {
"name": "python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"product_id": "python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-metrics@0.3.0-0.20220802145828.43eee50.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"product": {
"name": "python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"product_id": "python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-metrics-tests@0.3.0-0.20220802145828.43eee50.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product": {
"name": "python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product_id": "python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-middleware-lang@5.0.0-0.20220811170931.51e1882.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product": {
"name": "python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product_id": "python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-middleware@5.0.0-0.20220811170931.51e1882.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product": {
"name": "python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product_id": "python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-middleware-tests@5.0.0-0.20220811170931.51e1882.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product": {
"name": "python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product_id": "python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-policy-lang@4.0.0-0.20220811173113.5bd767b.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product": {
"name": "python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product_id": "python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-policy@4.0.0-0.20220811173113.5bd767b.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product": {
"name": "python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product_id": "python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-policy-tests@4.0.0-0.20220811173113.5bd767b.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"product": {
"name": "python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"product_id": "python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-reports@2.3.0-0.20211012151507.f2799dc.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"product": {
"name": "python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"product_id": "python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-reports-tests@2.3.0-0.20211012151507.f2799dc.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"product": {
"name": "python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"product_id": "python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-rootwrap@6.3.1-0.20220803131706.1b1b960.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"product": {
"name": "python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"product_id": "python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-rootwrap-tests@6.3.1-0.20220803131706.1b1b960.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"product": {
"name": "python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"product_id": "python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-serialization@5.0.0-0.20220811171112.dd2a819.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"product": {
"name": "python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"product_id": "python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-serialization-tests@5.0.0-0.20220811171112.dd2a819.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"product": {
"name": "python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"product_id": "python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-service@3.0.0-0.20220811180157.a27acfe.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"product": {
"name": "python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"product_id": "python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-service-tests@3.0.0-0.20220811180157.a27acfe.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"product": {
"name": "python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"product_id": "python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-upgradecheck@2.0.0-0.20220811171652.b3a2b19.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product": {
"name": "python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product_id": "python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-utils-lang@6.0.0-0.20220811175035.7df6473.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product": {
"name": "python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product_id": "python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-utils@6.0.0-0.20220811175035.7df6473.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product": {
"name": "python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product_id": "python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-utils-tests@6.0.0-0.20220811175035.7df6473.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product": {
"name": "python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product_id": "python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-versionedobjects-lang@3.0.0-0.20220811180555.cec2b8e.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product": {
"name": "python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product_id": "python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-versionedobjects@3.0.0-0.20220811180555.cec2b8e.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product": {
"name": "python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product_id": "python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-versionedobjects-tests@3.0.0-0.20220811180555.cec2b8e.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"product": {
"name": "python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"product_id": "python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslotest@4.4.1-0.20210812115053.aaf3a72.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"product": {
"name": "python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"product_id": "python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-osprofiler@3.4.3-0.20220802174918.3286301.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-paste-0:3.5.0-3.el9.1.noarch",
"product": {
"name": "python3-paste-0:3.5.0-3.el9.1.noarch",
"product_id": "python3-paste-0:3.5.0-3.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-paste@3.5.0-3.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-paste-deploy-0:2.0.1-5.el9.noarch",
"product": {
"name": "python3-paste-deploy-0:2.0.1-5.el9.noarch",
"product_id": "python3-paste-deploy-0:2.0.1-5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-paste-deploy@2.0.1-5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pbr-0:5.5.1-3.el9.1.noarch",
"product": {
"name": "python3-pbr-0:5.5.1-3.el9.1.noarch",
"product_id": "python3-pbr-0:5.5.1-3.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pbr@5.5.1-3.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pecan-0:1.3.2-10.el9.noarch",
"product": {
"name": "python3-pecan-0:1.3.2-10.el9.noarch",
"product_id": "python3-pecan-0:1.3.2-10.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pecan@1.3.2-10.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pexpect-0:4.6-3.el9.noarch",
"product": {
"name": "python3-pexpect-0:4.6-3.el9.noarch",
"product_id": "python3-pexpect-0:4.6-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pexpect@4.6-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pint-0:0.10.1-3.el9.noarch",
"product": {
"name": "python3-pint-0:0.10.1-3.el9.noarch",
"product_id": "python3-pint-0:0.10.1-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pint@0.10.1-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pretend-0:1.0.8-19.el9.noarch",
"product": {
"name": "python3-pretend-0:1.0.8-19.el9.noarch",
"product_id": "python3-pretend-0:1.0.8-19.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pretend@1.0.8-19.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"product": {
"name": "python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"product_id": "python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-proliantutils@2.13.2-0.20220802173426.8c7b6b1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-prometheus_client-0:0.7.1-3.el9.noarch",
"product": {
"name": "python3-prometheus_client-0:0.7.1-3.el9.noarch",
"product_id": "python3-prometheus_client-0:0.7.1-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-prometheus_client@0.7.1-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"product": {
"name": "python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"product_id": "python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycadf-common@3.1.1-0.20220802144439.4179996.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"product": {
"name": "python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"product_id": "python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pycadf@3.1.1-0.20220802144439.4179996.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"product": {
"name": "python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"product_id": "python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pycodestyle@2.6.0-4.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pymemcache-0:3.5.0-1.el9.noarch",
"product": {
"name": "python3-pymemcache-0:3.5.0-1.el9.noarch",
"product_id": "python3-pymemcache-0:3.5.0-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pymemcache@3.5.0-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"product": {
"name": "python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"product_id": "python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyperclip-doc@1.8.0-3.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"product": {
"name": "python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"product_id": "python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyperclip@1.8.0-3.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"product": {
"name": "python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"product_id": "python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytest-cov@2.11.1-3.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"product": {
"name": "python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"product_id": "python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytest-forked@1.3.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pytest-runner-0:4.0-12.el9.1.noarch",
"product": {
"name": "python3-pytest-runner-0:4.0-12.el9.1.noarch",
"product_id": "python3-pytest-runner-0:4.0-12.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytest-runner@4.0-12.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"product": {
"name": "python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"product_id": "python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytest-xdist@2.2.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"product": {
"name": "python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"product_id": "python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytest-xprocess@0.18.1-4.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-redis-0:3.3.8-2.el9.noarch",
"product": {
"name": "python3-redis-0:3.3.8-2.el9.noarch",
"product_id": "python3-redis-0:3.3.8-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-redis@3.3.8-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-repoze-lru-0:0.7-7.el9.noarch",
"product": {
"name": "python3-repoze-lru-0:0.7-7.el9.noarch",
"product_id": "python3-repoze-lru-0:0.7-7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-repoze-lru@0.7-7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"product": {
"name": "python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"product_id": "python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-requests-kerberos@0.12.0-12.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"product": {
"name": "python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"product_id": "python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-requests-mock@1.8.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"product": {
"name": "python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"product_id": "python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-requests-unixsocket@0.2.0-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"product": {
"name": "python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"product_id": "python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-requestsexceptions@1.4.0-0.20220802143336.d7ac0ff.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-retrying-0:1.3.3-2.el9.1.noarch",
"product": {
"name": "python3-retrying-0:1.3.3-2.el9.1.noarch",
"product_id": "python3-retrying-0:1.3.3-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-retrying@1.3.3-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-rfc3986-0:1.2.0-6.el9.noarch",
"product": {
"name": "python3-rfc3986-0:1.2.0-6.el9.noarch",
"product_id": "python3-rfc3986-0:1.2.0-6.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rfc3986@1.2.0-6.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-routes-0:2.4.1-12.el9.noarch",
"product": {
"name": "python3-routes-0:2.4.1-12.el9.noarch",
"product_id": "python3-routes-0:2.4.1-12.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-routes@2.4.1-12.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"product": {
"name": "python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"product_id": "python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-scciclient@0.12.3-0.20220811182700.0940a71.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-simplegeneric-0:0.8.1-18.el9.noarch",
"product": {
"name": "python3-simplegeneric-0:0.8.1-18.el9.noarch",
"product_id": "python3-simplegeneric-0:0.8.1-18.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplegeneric@0.8.1-18.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"product": {
"name": "python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"product_id": "python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-singledispatch@3.4.0.3-19.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-smi-0:0.3.4-10.el9.noarch",
"product": {
"name": "python3-smi-0:0.3.4-10.el9.noarch",
"product_id": "python3-smi-0:0.3.4-10.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-smi@0.3.4-10.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"product": {
"name": "python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"product_id": "python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sortedcontainers@2.3.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"product": {
"name": "python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"product_id": "python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-soupsieve@2.1.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"product": {
"name": "python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"product_id": "python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy-doc@1.4.39-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sqlparse-0:0.2.4-10.el9.noarch",
"product": {
"name": "python3-sqlparse-0:0.2.4-10.el9.noarch",
"product_id": "python3-sqlparse-0:0.2.4-10.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlparse@0.2.4-10.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-statsd-doc-0:3.2.1-20.el9.noarch",
"product": {
"name": "python-statsd-doc-0:3.2.1-20.el9.noarch",
"product_id": "python-statsd-doc-0:3.2.1-20.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-statsd-doc@3.2.1-20.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-statsd-0:3.2.1-20.el9.noarch",
"product": {
"name": "python3-statsd-0:3.2.1-20.el9.noarch",
"product_id": "python3-statsd-0:3.2.1-20.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-statsd@3.2.1-20.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-stestr-0:2.6.0-8.el9.noarch",
"product": {
"name": "python3-stestr-0:2.6.0-8.el9.noarch",
"product_id": "python3-stestr-0:2.6.0-8.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-stestr@2.6.0-8.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"product": {
"name": "python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"product_id": "python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-stevedore@4.0.0-0.20220811180640.ccd1754.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sure-0:1.4.11-12.el9.2.noarch",
"product": {
"name": "python3-sure-0:1.4.11-12.el9.2.noarch",
"product_id": "python3-sure-0:1.4.11-12.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sure@1.4.11-12.el9.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"product": {
"name": "python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"product_id": "python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy-oem-idrac@4.0.0-0.20220802162610.7b75e6e.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"product": {
"name": "python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"product_id": "python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy-oem-idrac-tests@4.0.0-0.20220802162610.7b75e6e.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"product": {
"name": "python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"product_id": "python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-swiftclient@4.0.1-0.20220811174436.9eee29d.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-tempita-0:0.5.1-25.el9.noarch",
"product": {
"name": "python3-tempita-0:0.5.1-25.el9.noarch",
"product_id": "python3-tempita-0:0.5.1-25.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tempita@0.5.1-25.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-tenacity-0:6.2.0-2.el9.noarch",
"product": {
"name": "python3-tenacity-0:6.2.0-2.el9.noarch",
"product_id": "python3-tenacity-0:6.2.0-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tenacity@6.2.0-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-testrepository-0:0.0.20-20.el9.noarch",
"product": {
"name": "python3-testrepository-0:0.0.20-20.el9.noarch",
"product_id": "python3-testrepository-0:0.0.20-20.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-testrepository@0.0.20-20.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-testresources-0:2.0.1-2.el9.noarch",
"product": {
"name": "python3-testresources-0:2.0.1-2.el9.noarch",
"product_id": "python3-testresources-0:2.0.1-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-testresources@2.0.1-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"product": {
"name": "python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"product_id": "python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-testscenarios@0.5.0-21.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"product": {
"name": "python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"product_id": "python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-testtools-doc@2.4.0-8.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-testtools-0:2.4.0-8.el9.1.noarch",
"product": {
"name": "python3-testtools-0:2.4.0-8.el9.1.noarch",
"product_id": "python3-testtools-0:2.4.0-8.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-testtools@2.4.0-8.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"product": {
"name": "python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"product_id": "python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tooz@3.0.0-0.20220811181909.d145b50.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "tox-0:3.23.0-2.el9.1.noarch",
"product": {
"name": "tox-0:3.23.0-2.el9.1.noarch",
"product_id": "tox-0:3.23.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tox@3.23.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-tox-current-env-0:0.0.6-1.el9.noarch",
"product": {
"name": "python3-tox-current-env-0:0.0.6-1.el9.noarch",
"product_id": "python3-tox-current-env-0:0.0.6-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tox-current-env@0.0.6-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-traceback2-0:1.4.0-25.el9.noarch",
"product": {
"name": "python3-traceback2-0:1.4.0-25.el9.noarch",
"product_id": "python3-traceback2-0:1.4.0-25.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-traceback2@1.4.0-25.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-typeguard-0:2.9.1-1.el9.noarch",
"product": {
"name": "python3-typeguard-0:2.9.1-1.el9.noarch",
"product_id": "python3-typeguard-0:2.9.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-typeguard@2.9.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"product": {
"name": "python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"product_id": "python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-typing-extensions@3.7.4.3-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-unittest2-0:1.1.0-24.el9.noarch",
"product": {
"name": "python3-unittest2-0:1.1.0-24.el9.noarch",
"product_id": "python3-unittest2-0:1.1.0-24.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-unittest2@1.1.0-24.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-vine-0:5.0.0-3.el9.noarch",
"product": {
"name": "python3-vine-0:5.0.0-3.el9.noarch",
"product_id": "python3-vine-0:5.0.0-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-vine@5.0.0-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-virtualenv-0:20.4.4-1.el9.noarch",
"product": {
"name": "python3-virtualenv-0:20.4.4-1.el9.noarch",
"product_id": "python3-virtualenv-0:20.4.4-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-virtualenv@20.4.4-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-voluptuous-0:0.11.7-3.el9.noarch",
"product": {
"name": "python3-voluptuous-0:0.11.7-3.el9.noarch",
"product_id": "python3-voluptuous-0:0.11.7-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-voluptuous@0.11.7-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-waitress-0:2.0.0-2.el9.noarch",
"product": {
"name": "python3-waitress-0:2.0.0-2.el9.noarch",
"product_id": "python3-waitress-0:2.0.0-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-waitress@2.0.0-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-warlock-0:1.3.3-2.el9.noarch",
"product": {
"name": "python3-warlock-0:1.3.3-2.el9.noarch",
"product_id": "python3-warlock-0:1.3.3-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-warlock@1.3.3-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"product": {
"name": "python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"product_id": "python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wcwidth@0.2.5-2.el9.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"product": {
"name": "python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"product_id": "python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-webencodings-doc@0.5.1-15.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-webencodings-0:0.5.1-15.el9.1.noarch",
"product": {
"name": "python3-webencodings-0:0.5.1-15.el9.1.noarch",
"product_id": "python3-webencodings-0:0.5.1-15.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-webencodings@0.5.1-15.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-webob-0:1.8.5-5.el9.noarch",
"product": {
"name": "python3-webob-0:1.8.5-5.el9.noarch",
"product_id": "python3-webob-0:1.8.5-5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-webob@1.8.5-5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-webtest-0:2.0.33-5.el9.noarch",
"product": {
"name": "python3-webtest-0:2.0.33-5.el9.noarch",
"product_id": "python3-webtest-0:2.0.33-5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-webtest@2.0.33-5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-werkzeug-0:2.0.3-3.el9.noarch",
"product": {
"name": "python3-werkzeug-0:2.0.3-3.el9.noarch",
"product_id": "python3-werkzeug-0:2.0.3-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-werkzeug@2.0.3-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"product": {
"name": "python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"product_id": "python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wsme@0.11.0-0.20220802144439.80bda90.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-zake-0:0.2.2-19.el9.noarch",
"product": {
"name": "python3-zake-0:0.2.2-19.el9.noarch",
"product_id": "python3-zake-0:0.2.2-19.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zake@0.2.2-19.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-zeroconf-0:0.24.4-2.el9.noarch",
"product": {
"name": "python3-zeroconf-0:0.24.4-2.el9.noarch",
"product_id": "python3-zeroconf-0:0.24.4-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zeroconf@0.24.4-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-zipp-0:0.5.1-3.el9.noarch",
"product": {
"name": "python3-zipp-0:0.5.1-3.el9.noarch",
"product_id": "python3-zipp-0:0.5.1-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zipp@0.5.1-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-zope-event-0:4.2.0-20.el9.1.noarch",
"product": {
"name": "python3-zope-event-0:4.2.0-20.el9.1.noarch",
"product_id": "python3-zope-event-0:4.2.0-20.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zope-event@4.2.0-20.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-zope-testing-0:4.7-4.el9.1.noarch",
"product": {
"name": "python3-zope-testing-0:4.7-4.el9.1.noarch",
"product_id": "python3-zope-testing-0:4.7-4.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zope-testing@4.7-4.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-subunit-0:1.4.0-6.el9.1.noarch",
"product": {
"name": "python3-subunit-0:1.4.0-6.el9.1.noarch",
"product_id": "python3-subunit-0:1.4.0-6.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-subunit@1.4.0-6.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"product": {
"name": "python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"product_id": "python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-subunit-test@1.4.0-6.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "subunit-filters-0:1.4.0-6.el9.1.noarch",
"product": {
"name": "subunit-filters-0:1.4.0-6.el9.1.noarch",
"product_id": "subunit-filters-0:1.4.0-6.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-filters@1.4.0-6.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "subunit-perl-0:1.4.0-6.el9.1.noarch",
"product": {
"name": "subunit-perl-0:1.4.0-6.el9.1.noarch",
"product_id": "subunit-perl-0:1.4.0-6.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-perl@1.4.0-6.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "subunit-shell-0:1.4.0-6.el9.1.noarch",
"product": {
"name": "subunit-shell-0:1.4.0-6.el9.1.noarch",
"product_id": "subunit-shell-0:1.4.0-6.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-shell@1.4.0-6.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product": {
"name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_id": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product": {
"name": "openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_id": "openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-api@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product": {
"name": "openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_id": "openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-common@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product": {
"name": "openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_id": "openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-conductor@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product": {
"name": "openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_id": "openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-dnsmasq-tftp-server@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product": {
"name": "python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_id": "python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-tests@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product": {
"name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_id": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector@11.0.1-0.20221205155952.cd22607.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product": {
"name": "openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_id": "openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector-api@11.0.1-0.20221205155952.cd22607.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product": {
"name": "openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_id": "openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector-conductor@11.0.1-0.20221205155952.cd22607.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product": {
"name": "openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_id": "openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector-dnsmasq@11.0.1-0.20221205155952.cd22607.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product": {
"name": "python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_id": "python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-inspector-tests@11.0.1-0.20221205155952.cd22607.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"product": {
"name": "python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"product_id": "python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-prometheus-exporter@3.1.1-0.20221003235527.eb27243.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"product": {
"name": "python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"product_id": "python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy@4.3.4-0.20221213135957.69b014c.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"product": {
"name": "python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"product_id": "python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy-tests@4.3.4-0.20221213135957.69b014c.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"product": {
"name": "podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"product_id": "podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.2.0-4.rhaos4.12.el9?arch=noarch\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.36.0-8.el8_6.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src"
},
"product_reference": "NetworkManager-1:1.36.0-8.el8_6.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch"
},
"product_reference": "NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-config-server-1:1.36.0-8.el8_6.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch"
},
"product_reference": "NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch"
},
"product_reference": "NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-0:1.4.6-2.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch"
},
"product_reference": "ansible-runner-0:1.4.6-2.el8ar.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-0:1.4.6-2.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src"
},
"product_reference": "ansible-runner-0:1.4.6-2.el8ar.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-http-0:1.0.0-2.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch"
},
"product_reference": "ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-http-0:1.0.0-2.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src"
},
"product_reference": "ansible-runner-http-0:1.0.0-2.el8ar.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64"
},
"product_reference": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le"
},
"product_reference": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x"
},
"product_reference": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src"
},
"product_reference": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64"
},
"product_reference": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64"
},
"product_reference": "bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64"
},
"product_reference": "bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64"
},
"product_reference": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64"
},
"product_reference": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64"
},
"product_reference": "buildah-1:1.23.4-2.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le"
},
"product_reference": "buildah-1:1.23.4-2.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x"
},
"product_reference": "buildah-1:1.23.4-2.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-2.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src"
},
"product_reference": "buildah-1:1.23.4-2.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64"
},
"product_reference": "buildah-1:1.23.4-2.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.23.4-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.23.4-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.23.4-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x"
},
"product_reference": "buildah-debuginfo-1:1.23.4-2.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.23.4-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.23.4-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64"
},
"product_reference": "buildah-debugsource-1:1.23.4-2.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.23.4-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.23.4-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x"
},
"product_reference": "buildah-debugsource-1:1.23.4-2.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.23.4-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64"
},
"product_reference": "buildah-debugsource-1:1.23.4-2.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.23.4-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64"
},
"product_reference": "buildah-tests-1:1.23.4-2.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.23.4-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le"
},
"product_reference": "buildah-tests-1:1.23.4-2.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.23.4-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x"
},
"product_reference": "buildah-tests-1:1.23.4-2.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.23.4-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64"
},
"product_reference": "buildah-tests-1:1.23.4-2.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64"
},
"product_reference": "butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le"
},
"product_reference": "butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x"
},
"product_reference": "butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src"
},
"product_reference": "butane-0:0.16.0-2.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64"
},
"product_reference": "butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64"
},
"product_reference": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le"
},
"product_reference": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x"
},
"product_reference": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64"
},
"product_reference": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64"
},
"product_reference": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le"
},
"product_reference": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x"
},
"product_reference": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64"
},
"product_reference": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch"
},
"product_reference": "butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64"
},
"product_reference": "conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le"
},
"product_reference": "conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x"
},
"product_reference": "conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src"
},
"product_reference": "conmon-2:2.1.2-2.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64"
},
"product_reference": "conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64"
},
"product_reference": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le"
},
"product_reference": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x"
},
"product_reference": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64"
},
"product_reference": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64"
},
"product_reference": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le"
},
"product_reference": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x"
},
"product_reference": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64"
},
"product_reference": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch"
},
"product_reference": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src"
},
"product_reference": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch"
},
"product_reference": "console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch"
},
"product_reference": "console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch"
},
"product_reference": "container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src"
},
"product_reference": "container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64"
},
"product_reference": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x"
},
"product_reference": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src"
},
"product_reference": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64"
},
"product_reference": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-27.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64"
},
"product_reference": "containers-common-2:1-27.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-27.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le"
},
"product_reference": "containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-27.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x"
},
"product_reference": "containers-common-2:1-27.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-27.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64"
},
"product_reference": "containers-common-2:1-27.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x"
},
"product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64"
},
"product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x"
},
"product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64"
},
"product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64"
},
"product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x"
},
"product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64"
},
"product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x"
},
"product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64"
},
"product_reference": "cri-tools-0:1.25.0-2.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le"
},
"product_reference": "cri-tools-0:1.25.0-2.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x"
},
"product_reference": "cri-tools-0:1.25.0-2.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src"
},
"product_reference": "cri-tools-0:1.25.0-2.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64"
},
"product_reference": "cri-tools-0:1.25.0-2.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.25.0-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.25.0-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.25.0-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.25.0-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64"
},
"product_reference": "crit-0:3.15-4.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le"
},
"product_reference": "crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x"
},
"product_reference": "crit-0:3.15-4.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64"
},
"product_reference": "crit-0:3.15-4.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64"
},
"product_reference": "criu-0:3.15-4.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le"
},
"product_reference": "criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x"
},
"product_reference": "criu-0:3.15-4.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src"
},
"product_reference": "criu-0:3.15-4.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64"
},
"product_reference": "criu-0:3.15-4.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64"
},
"product_reference": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le"
},
"product_reference": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x"
},
"product_reference": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64"
},
"product_reference": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64"
},
"product_reference": "criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le"
},
"product_reference": "criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x"
},
"product_reference": "criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64"
},
"product_reference": "criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64"
},
"product_reference": "criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le"
},
"product_reference": "criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x"
},
"product_reference": "criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64"
},
"product_reference": "criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64"
},
"product_reference": "criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le"
},
"product_reference": "criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x"
},
"product_reference": "criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64"
},
"product_reference": "criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crudini-0:0.9-11.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch"
},
"product_reference": "crudini-0:0.9-11.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crudini-0:0.9-11.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src"
},
"product_reference": "crudini-0:0.9-11.el8ost.1.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64"
},
"product_reference": "crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x"
},
"product_reference": "crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src"
},
"product_reference": "crun-0:1.4.2-1.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64"
},
"product_reference": "crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64"
},
"product_reference": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x"
},
"product_reference": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64"
},
"product_reference": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64"
},
"product_reference": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x"
},
"product_reference": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64"
},
"product_reference": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64"
},
"product_reference": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x"
},
"product_reference": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src"
},
"product_reference": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64"
},
"product_reference": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "grpc-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "grpc-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "grpc-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-0:1.18.0-4.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src"
},
"product_reference": "grpc-0:1.18.0-4.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "grpc-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-cli-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "grpc-cli-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-cli-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-cli-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "grpc-cli-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-cli-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "grpc-cli-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-debugsource-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-debugsource-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-debugsource-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-devel-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "grpc-devel-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-devel-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-devel-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "grpc-devel-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-devel-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "grpc-devel-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-plugins-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-plugins-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-plugins-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "grpc-plugins-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-plugins-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-0:2.2.24-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src"
},
"product_reference": "haproxy-0:2.2.24-1.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.2.24-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64"
},
"product_reference": "haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.2.24-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le"
},
"product_reference": "haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.2.24-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x"
},
"product_reference": "haproxy-debugsource-0:2.2.24-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.2.24-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64"
},
"product_reference": "haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy22-0:2.2.24-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64"
},
"product_reference": "haproxy22-0:2.2.24-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy22-0:2.2.24-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le"
},
"product_reference": "haproxy22-0:2.2.24-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy22-0:2.2.24-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x"
},
"product_reference": "haproxy22-0:2.2.24-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy22-0:2.2.24-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64"
},
"product_reference": "haproxy22-0:2.2.24-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64"
},
"product_reference": "haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le"
},
"product_reference": "haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x"
},
"product_reference": "haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64"
},
"product_reference": "haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64"
},
"product_reference": "kata-containers-0:2.5.2-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le"
},
"product_reference": "kata-containers-0:2.5.2-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src"
},
"product_reference": "kata-containers-0:2.5.2-1.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64"
},
"product_reference": "kata-containers-0:2.5.2-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src"
},
"product_reference": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64"
},
"product_reference": "libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le"
},
"product_reference": "libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x"
},
"product_reference": "libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src"
},
"product_reference": "libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64"
},
"product_reference": "libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64"
},
"product_reference": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le"
},
"product_reference": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x"
},
"product_reference": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64"
},
"product_reference": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64"
},
"product_reference": "nmstate-0:1.3.3-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le"
},
"product_reference": "nmstate-0:1.3.3-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x"
},
"product_reference": "nmstate-0:1.3.3-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-0:1.3.3-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src"
},
"product_reference": "nmstate-0:1.3.3-1.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64"
},
"product_reference": "nmstate-0:1.3.3-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debuginfo-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64"
},
"product_reference": "nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debuginfo-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le"
},
"product_reference": "nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debuginfo-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x"
},
"product_reference": "nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debuginfo-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64"
},
"product_reference": "nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debugsource-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64"
},
"product_reference": "nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debugsource-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le"
},
"product_reference": "nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debugsource-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x"
},
"product_reference": "nmstate-debugsource-0:1.3.3-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debugsource-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64"
},
"product_reference": "nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-devel-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64"
},
"product_reference": "nmstate-devel-0:1.3.3-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-devel-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le"
},
"product_reference": "nmstate-devel-0:1.3.3-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-devel-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x"
},
"product_reference": "nmstate-devel-0:1.3.3-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-devel-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64"
},
"product_reference": "nmstate-devel-0:1.3.3-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64"
},
"product_reference": "nmstate-libs-0:1.3.3-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le"
},
"product_reference": "nmstate-libs-0:1.3.3-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x"
},
"product_reference": "nmstate-libs-0:1.3.3-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64"
},
"product_reference": "nmstate-libs-0:1.3.3-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64"
},
"product_reference": "nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le"
},
"product_reference": "nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x"
},
"product_reference": "nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64"
},
"product_reference": "nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch"
},
"product_reference": "nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src"
},
"product_reference": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src"
},
"product_reference": "openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch"
},
"product_reference": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64"
},
"product_reference": "ostree-0:2022.2-5.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le"
},
"product_reference": "ostree-0:2022.2-5.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x"
},
"product_reference": "ostree-0:2022.2-5.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2022.2-5.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src"
},
"product_reference": "ostree-0:2022.2-5.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64"
},
"product_reference": "ostree-0:2022.2-5.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64"
},
"product_reference": "ostree-debuginfo-0:2022.2-5.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le"
},
"product_reference": "ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x"
},
"product_reference": "ostree-debuginfo-0:2022.2-5.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64"
},
"product_reference": "ostree-debuginfo-0:2022.2-5.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64"
},
"product_reference": "ostree-debugsource-0:2022.2-5.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le"
},
"product_reference": "ostree-debugsource-0:2022.2-5.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x"
},
"product_reference": "ostree-debugsource-0:2022.2-5.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64"
},
"product_reference": "ostree-debugsource-0:2022.2-5.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64"
},
"product_reference": "ostree-devel-0:2022.2-5.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le"
},
"product_reference": "ostree-devel-0:2022.2-5.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x"
},
"product_reference": "ostree-devel-0:2022.2-5.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64"
},
"product_reference": "ostree-devel-0:2022.2-5.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64"
},
"product_reference": "ostree-grub2-0:2022.2-5.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le"
},
"product_reference": "ostree-grub2-0:2022.2-5.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64"
},
"product_reference": "ostree-grub2-0:2022.2-5.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64"
},
"product_reference": "ostree-libs-0:2022.2-5.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le"
},
"product_reference": "ostree-libs-0:2022.2-5.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x"
},
"product_reference": "ostree-libs-0:2022.2-5.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64"
},
"product_reference": "ostree-libs-0:2022.2-5.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64"
},
"product_reference": "ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le"
},
"product_reference": "ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x"
},
"product_reference": "ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64"
},
"product_reference": "ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src"
},
"product_reference": "ovn22.06-0:22.06.0-27.el8fdp.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src"
},
"product_reference": "ovn22.09-0:22.09.0-25.el8fdp.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src"
},
"product_reference": "podman-2:4.2.0-1.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch"
},
"product_reference": "podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pycdlib-tools-0:1.11.0-3.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch"
},
"product_reference": "pycdlib-tools-0:1.11.0-3.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-alembic-0:1.4.2-5.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src"
},
"product_reference": "python-alembic-0:1.4.2-5.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-amqp-0:2.5.2-7.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src"
},
"product_reference": "python-amqp-0:2.5.2-7.el8ost.1.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-amqp-doc-0:2.5.2-7.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch"
},
"product_reference": "python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cmd2-0:1.4.0-1.1.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src"
},
"product_reference": "python-cmd2-0:1.4.0-1.1.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-construct-0:2.10.56-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src"
},
"product_reference": "python-construct-0:2.10.56-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dogpile-cache-0:1.1.2-1.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src"
},
"product_reference": "python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-eventlet-0:0.30.2-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src"
},
"product_reference": "python-eventlet-0:0.30.2-1.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flask-1:1.1.1-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src"
},
"product_reference": "python-flask-1:1.1.1-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flask-doc-1:1.1.1-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch"
},
"product_reference": "python-flask-doc-1:1.1.1-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-funcsigs-0:1.0.2-8.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src"
},
"product_reference": "python-funcsigs-0:1.0.2-8.el8ost.1.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-0:19.9.0-10.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src"
},
"product_reference": "python-gunicorn-0:19.9.0-10.el8ost.1.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ifaddr-0:0.1.6-5.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src"
},
"product_reference": "python-ifaddr-0:0.1.6-5.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-importlib-metadata-0:1.7.0-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src"
},
"product_reference": "python-importlib-metadata-0:1.7.0-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-iso8601-0:0.1.12-8.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src"
},
"product_reference": "python-iso8601-0:0.1.12-8.el8ost.1.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jsonschema-0:3.2.0-5.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src"
},
"product_reference": "python-jsonschema-0:3.2.0-5.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kombu-1:4.6.6-7.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src"
},
"product_reference": "python-kombu-1:4.6.6-7.el8ost.1.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kubernetes-0:25.3.0-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src"
},
"product_reference": "python-kubernetes-0:25.3.0-1.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lockfile-1:0.11.0-8.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src"
},
"product_reference": "python-lockfile-1:0.11.0-8.el8ar.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-msgpack-0:0.6.2-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src"
},
"product_reference": "python-msgpack-0:0.6.2-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64"
},
"product_reference": "python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64"
},
"product_reference": "python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src"
},
"product_reference": "python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src"
},
"product_reference": "python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src"
},
"product_reference": "python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch"
},
"product_reference": "python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src"
},
"product_reference": "python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch"
},
"product_reference": "python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src"
},
"product_reference": "python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch"
},
"product_reference": "python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src"
},
"product_reference": "python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src"
},
"product_reference": "python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src"
},
"product_reference": "python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch"
},
"product_reference": "python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src"
},
"product_reference": "python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-packaging-0:20.4-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src"
},
"product_reference": "python-packaging-0:20.4-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-packaging-doc-0:20.4-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch"
},
"product_reference": "python-packaging-doc-0:20.4-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-paste-0:3.2.4-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src"
},
"product_reference": "python-paste-0:3.2.4-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-paste-deploy-0:2.0.1-4.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src"
},
"product_reference": "python-paste-deploy-0:2.0.1-4.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pexpect-0:4.6-2.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src"
},
"product_reference": "python-pexpect-0:4.6-2.el8ar.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pint-0:0.10.1-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src"
},
"product_reference": "python-pint-0:0.10.1-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycdlib-0:1.11.0-3.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src"
},
"product_reference": "python-pycdlib-0:1.11.0-3.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyghmi-0:1.5.14-2.1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src"
},
"product_reference": "python-pyghmi-0:1.5.14-2.1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyperclip-0:1.6.4-6.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src"
},
"product_reference": "python-pyperclip-0:1.6.4-6.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyperclip-doc-0:1.6.4-6.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch"
},
"product_reference": "python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyroute2-0:0.5.13-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src"
},
"product_reference": "python-pyroute2-0:0.5.13-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-0:0.16.0-3.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src"
},
"product_reference": "python-pyrsistent-0:0.16.0-3.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64"
},
"product_reference": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le"
},
"product_reference": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x"
},
"product_reference": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64"
},
"product_reference": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-unixsocket-0:0.1.5-5.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src"
},
"product_reference": "python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rsa-0:4.7-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src"
},
"product_reference": "python-rsa-0:4.7-1.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tenacity-0:6.2.0-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src"
},
"product_reference": "python-tenacity-0:6.2.0-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wcwidth-0:0.1.7-14.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src"
},
"product_reference": "python-wcwidth-0:0.1.7-14.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-werkzeug-0:1.0.1-3.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src"
},
"product_reference": "python-werkzeug-0:1.0.1-3.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zeroconf-0:0.24.4-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src"
},
"product_reference": "python-zeroconf-0:0.24.4-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zipp-0:0.5.1-2.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src"
},
"product_reference": "python-zipp-0:0.5.1-2.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-funcsigs-0:1.0.2-8.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch"
},
"product_reference": "python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-alembic-0:1.4.2-5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch"
},
"product_reference": "python3-alembic-0:1.4.2-5.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-amqp-0:2.5.2-7.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch"
},
"product_reference": "python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ansible-runner-0:1.4.6-2.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch"
},
"product_reference": "python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cmd2-0:1.4.0-1.1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch"
},
"product_reference": "python3-cmd2-0:1.4.0-1.1.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-construct-0:2.10.56-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch"
},
"product_reference": "python3-construct-0:2.10.56-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64"
},
"product_reference": "python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le"
},
"product_reference": "python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x"
},
"product_reference": "python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64"
},
"product_reference": "python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch"
},
"product_reference": "python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-eventlet-0:0.30.2-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch"
},
"product_reference": "python3-eventlet-0:0.30.2-1.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-flask-1:1.1.1-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch"
},
"product_reference": "python3-flask-1:1.1.1-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-funcsigs-0:1.0.2-8.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch"
},
"product_reference": "python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-grpcio-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-grpcio-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-grpcio-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "python3-grpcio-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-grpcio-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gunicorn-0:19.9.0-10.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch"
},
"product_reference": "python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ifaddr-0:0.1.6-5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch"
},
"product_reference": "python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-importlib-metadata-0:1.7.0-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch"
},
"product_reference": "python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-iso8601-0:0.1.12-8.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch"
},
"product_reference": "python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jsonschema-0:3.2.0-5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch"
},
"product_reference": "python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kombu-1:4.6.6-7.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch"
},
"product_reference": "python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kubernetes-0:25.3.0-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch"
},
"product_reference": "python3-kubernetes-0:25.3.0-1.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kubernetes-tests-0:25.3.0-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch"
},
"product_reference": "python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch"
},
"product_reference": "python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libnmstate-0:1.3.3-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch"
},
"product_reference": "python3-libnmstate-0:1.3.3-1.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-lockfile-1:0.11.0-8.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch"
},
"product_reference": "python3-lockfile-1:0.11.0-8.el8ar.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-0:0.6.2-1.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64"
},
"product_reference": "python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-0:0.6.2-1.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64"
},
"product_reference": "python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64"
},
"product_reference": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64"
},
"product_reference": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch"
},
"product_reference": "python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch"
},
"product_reference": "python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch"
},
"product_reference": "python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch"
},
"product_reference": "python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch"
},
"product_reference": "python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch"
},
"product_reference": "python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch"
},
"product_reference": "python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch"
},
"product_reference": "python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch"
},
"product_reference": "python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch"
},
"product_reference": "python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch"
},
"product_reference": "python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch"
},
"product_reference": "python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch"
},
"product_reference": "python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch"
},
"product_reference": "python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch"
},
"product_reference": "python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch"
},
"product_reference": "python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-packaging-0:20.4-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch"
},
"product_reference": "python3-packaging-0:20.4-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-paste-0:3.2.4-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch"
},
"product_reference": "python3-paste-0:3.2.4-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-paste-deploy-0:2.0.1-4.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch"
},
"product_reference": "python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pexpect-0:4.6-2.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch"
},
"product_reference": "python3-pexpect-0:4.6-2.el8ar.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pint-0:0.10.1-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch"
},
"product_reference": "python3-pint-0:0.10.1-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pycdlib-0:1.11.0-3.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch"
},
"product_reference": "python3-pycdlib-0:1.11.0-3.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyghmi-0:1.5.14-2.1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch"
},
"product_reference": "python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyperclip-0:1.6.4-6.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch"
},
"product_reference": "python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyroute2-0:0.5.13-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch"
},
"product_reference": "python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64"
},
"product_reference": "python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le"
},
"product_reference": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x"
},
"product_reference": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64"
},
"product_reference": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64"
},
"product_reference": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le"
},
"product_reference": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x"
},
"product_reference": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64"
},
"product_reference": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch"
},
"product_reference": "python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rsa-0:4.7-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch"
},
"product_reference": "python3-rsa-0:4.7-1.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tenacity-0:6.2.0-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch"
},
"product_reference": "python3-tenacity-0:6.2.0-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wcwidth-0:0.1.7-14.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch"
},
"product_reference": "python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-werkzeug-0:1.0.1-3.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch"
},
"product_reference": "python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zeroconf-0:0.24.4-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch"
},
"product_reference": "python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zipp-0:0.5.1-2.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch"
},
"product_reference": "python3-zipp-0:0.5.1-2.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64"
},
"product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le"
},
"product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x"
},
"product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64"
},
"product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64"
},
"product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le"
},
"product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x"
},
"product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64"
},
"product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64"
},
"product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le"
},
"product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x"
},
"product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64"
},
"product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64"
},
"product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le"
},
"product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x"
},
"product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64"
},
"product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64"
},
"product_reference": "runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le"
},
"product_reference": "runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x"
},
"product_reference": "runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src"
},
"product_reference": "runc-3:1.1.2-2.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64"
},
"product_reference": "runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64"
},
"product_reference": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le"
},
"product_reference": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x"
},
"product_reference": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64"
},
"product_reference": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64"
},
"product_reference": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le"
},
"product_reference": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x"
},
"product_reference": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64"
},
"product_reference": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src"
},
"product_reference": "rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src"
},
"product_reference": "rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64"
},
"product_reference": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64"
},
"product_reference": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src"
},
"product_reference": "skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64"
},
"product_reference": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x"
},
"product_reference": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src"
},
"product_reference": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64"
},
"product_reference": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tini-0:0.16.1-1.el8ar.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64"
},
"product_reference": "tini-0:0.16.1-1.el8ar.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tini-0:0.16.1-1.el8ar.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le"
},
"product_reference": "tini-0:0.16.1-1.el8ar.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tini-0:0.16.1-1.el8ar.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x"
},
"product_reference": "tini-0:0.16.1-1.el8ar.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tini-0:0.16.1-1.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src"
},
"product_reference": "tini-0:0.16.1-1.el8ar.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tini-0:0.16.1-1.el8ar.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64"
},
"product_reference": "tini-0:0.16.1-1.el8ar.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.1.0-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch"
},
"product_reference": "toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.1.0-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src"
},
"product_reference": "toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64"
},
"product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x"
},
"product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64"
},
"product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64"
},
"product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x"
},
"product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64"
},
"product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64"
},
"product_reference": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x"
},
"product_reference": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64"
},
"product_reference": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64"
},
"product_reference": "buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x"
},
"product_reference": "buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src"
},
"product_reference": "buildah-1:1.23.4-3.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64"
},
"product_reference": "buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x"
},
"product_reference": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64"
},
"product_reference": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x"
},
"product_reference": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64"
},
"product_reference": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64"
},
"product_reference": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x"
},
"product_reference": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64"
},
"product_reference": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64"
},
"product_reference": "conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x"
},
"product_reference": "conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src"
},
"product_reference": "conmon-2:2.1.2-3.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64"
},
"product_reference": "conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64"
},
"product_reference": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x"
},
"product_reference": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64"
},
"product_reference": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64"
},
"product_reference": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x"
},
"product_reference": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64"
},
"product_reference": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64"
},
"product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x"
},
"product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64"
},
"product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64"
},
"product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x"
},
"product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64"
},
"product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64"
},
"product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x"
},
"product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64"
},
"product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64"
},
"product_reference": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x"
},
"product_reference": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64"
},
"product_reference": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x"
},
"product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64"
},
"product_reference": "cri-tools-0:1.25.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le"
},
"product_reference": "cri-tools-0:1.25.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x"
},
"product_reference": "cri-tools-0:1.25.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src"
},
"product_reference": "cri-tools-0:1.25.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64"
},
"product_reference": "cri-tools-0:1.25.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.25.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.25.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.25.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.25.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64"
},
"product_reference": "crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le"
},
"product_reference": "crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x"
},
"product_reference": "crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src"
},
"product_reference": "crun-0:1.4.2-2.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64"
},
"product_reference": "crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64"
},
"product_reference": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x"
},
"product_reference": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64"
},
"product_reference": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64"
},
"product_reference": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le"
},
"product_reference": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x"
},
"product_reference": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64"
},
"product_reference": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64"
},
"product_reference": "kata-containers-0:2.5.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le"
},
"product_reference": "kata-containers-0:2.5.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x"
},
"product_reference": "kata-containers-0:2.5.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src"
},
"product_reference": "kata-containers-0:2.5.2-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64"
},
"product_reference": "kata-containers-0:2.5.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src"
},
"product_reference": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x"
},
"product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src"
},
"product_reference": "podman-3:4.2.0-4.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch"
},
"product_reference": "podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64"
},
"product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x"
},
"product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64"
},
"product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64"
},
"product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x"
},
"product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64"
},
"product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64"
},
"product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x"
},
"product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64"
},
"product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64"
},
"product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x"
},
"product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64"
},
"product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src"
},
"product_reference": "rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64"
},
"product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x"
},
"product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64"
},
"product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src"
},
"product_reference": "skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crudini-0:0.9.3-4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch"
},
"product_reference": "crudini-0:0.9.3-4.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crudini-0:0.9.3-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src"
},
"product_reference": "crudini-0:0.9.3-4.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "future-0:0.18.2-9.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src"
},
"product_reference": "future-0:0.18.2-9.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch"
},
"product_reference": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src"
},
"product_reference": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch"
},
"product_reference": "openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch"
},
"product_reference": "openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch"
},
"product_reference": "openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch"
},
"product_reference": "openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch"
},
"product_reference": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src"
},
"product_reference": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch"
},
"product_reference": "openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch"
},
"product_reference": "openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch"
},
"product_reference": "openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch"
},
"product_reference": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src"
},
"product_reference": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-macros-0:2020.1.2-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch"
},
"product_reference": "openstack-macros-0:2020.1.2-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-macros-0:2020.1.2-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src"
},
"product_reference": "openstack-macros-0:2020.1.2-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pyOpenSSL-0:20.0.1-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src"
},
"product_reference": "pyOpenSSL-0:20.0.1-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch"
},
"product_reference": "pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pyflakes-0:2.2.0-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src"
},
"product_reference": "pyflakes-0:2.2.0-3.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pysnmp-0:4.4.12-6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src"
},
"product_reference": "pysnmp-0:4.4.12-6.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-SecretStorage-0:2.3.1-9.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src"
},
"product_reference": "python-SecretStorage-0:2.3.1-9.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-alembic-0:1.6.0-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src"
},
"product_reference": "python-alembic-0:1.6.0-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-amqp-0:5.0.6-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src"
},
"product_reference": "python-amqp-0:5.0.6-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-amqp-doc-0:5.0.6-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch"
},
"product_reference": "python-amqp-doc-0:5.0.6-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-apipkg-0:1.5-12.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src"
},
"product_reference": "python-apipkg-0:1.5-12.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-atomicwrites-0:1.4.0-6.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src"
},
"product_reference": "python-atomicwrites-0:1.4.0-6.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src"
},
"product_reference": "python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-autopage-0:0.4.0-1.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src"
},
"product_reference": "python-autopage-0:0.4.0-1.el9.2.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bcrypt-0:3.1.6-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src"
},
"product_reference": "python-bcrypt-0:3.1.6-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64"
},
"product_reference": "python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le"
},
"product_reference": "python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x"
},
"product_reference": "python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64"
},
"product_reference": "python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-beautifulsoup4-0:4.9.3-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src"
},
"product_reference": "python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-betamax-0:0.8.1-12.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src"
},
"product_reference": "python-betamax-0:0.8.1-12.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cachetools-0:3.1.0-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src"
},
"product_reference": "python-cachetools-0:3.1.0-4.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-case-0:1.5.3-5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src"
},
"product_reference": "python-case-0:1.5.3-5.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src"
},
"product_reference": "python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-click-0:7.1.2-5.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src"
},
"product_reference": "python-click-0:7.1.2-5.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src"
},
"product_reference": "python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cmd2-0:1.4.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src"
},
"product_reference": "python-cmd2-0:1.4.0-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-colorama-0:0.4.1-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src"
},
"product_reference": "python-colorama-0:0.4.1-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-construct-0:2.10.56-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src"
},
"product_reference": "python-construct-0:2.10.56-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-contextlib2-0:0.6.0.post1-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src"
},
"product_reference": "python-contextlib2-0:0.6.0.post1-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-0:5.6-0.1b1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src"
},
"product_reference": "python-coverage-0:5.6-0.1b1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64"
},
"product_reference": "python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le"
},
"product_reference": "python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x"
},
"product_reference": "python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64"
},
"product_reference": "python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dataclasses-0:0.8-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src"
},
"product_reference": "python-dataclasses-0:0.8-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ddt-0:1.4.2-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src"
},
"product_reference": "python-ddt-0:1.4.2-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src"
},
"product_reference": "python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-decorator-0:4.4.0-6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src"
},
"product_reference": "python-decorator-0:4.4.0-6.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-defusedxml-0:0.7.1-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src"
},
"product_reference": "python-defusedxml-0:0.7.1-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-distlib-0:0.3.1-4.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src"
},
"product_reference": "python-distlib-0:0.3.1-4.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dogpile-cache-0:1.1.5-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src"
},
"product_reference": "python-dogpile-cache-0:1.1.5-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src"
},
"product_reference": "python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-editor-0:1.0.4-5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src"
},
"product_reference": "python-editor-0:1.0.4-5.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-entrypoints-0:0.3-8.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src"
},
"product_reference": "python-entrypoints-0:0.3-8.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-entrypoints-doc-0:0.3-8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch"
},
"product_reference": "python-entrypoints-doc-0:0.3-8.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-eventlet-0:0.30.2-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src"
},
"product_reference": "python-eventlet-0:0.30.2-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-execnet-0:1.7.1-5.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src"
},
"product_reference": "python-execnet-0:1.7.1-5.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-extras-0:1.0.0-15.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src"
},
"product_reference": "python-extras-0:1.0.0-15.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-fasteners-0:0.14.1-21.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src"
},
"product_reference": "python-fasteners-0:0.14.1-21.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-filelock-0:3.0.12-9.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src"
},
"product_reference": "python-filelock-0:3.0.12-9.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-filelock-doc-0:3.0.12-9.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch"
},
"product_reference": "python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-fixtures-0:3.0.0-22.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src"
},
"product_reference": "python-fixtures-0:3.0.0-22.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flake8-0:3.8.4-1.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src"
},
"product_reference": "python-flake8-0:3.8.4-1.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flask-1:2.0.1-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src"
},
"product_reference": "python-flask-1:2.0.1-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flask-doc-1:2.0.1-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch"
},
"product_reference": "python-flask-doc-1:2.0.1-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flit-0:3.0.0-1.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src"
},
"product_reference": "python-flit-0:3.0.0-1.el9.2.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-freezegun-0:1.0.0-4.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src"
},
"product_reference": "python-freezegun-0:1.0.0-4.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-funcsigs-0:1.0.2-17.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src"
},
"product_reference": "python-funcsigs-0:1.0.2-17.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-funcsigs-doc-0:1.0.2-17.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch"
},
"product_reference": "python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src"
},
"product_reference": "python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gevent-0:21.1.2-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src"
},
"product_reference": "python-gevent-0:21.1.2-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gevent-debugsource-0:21.1.2-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64"
},
"product_reference": "python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gevent-debugsource-0:21.1.2-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le"
},
"product_reference": "python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gevent-debugsource-0:21.1.2-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x"
},
"product_reference": "python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gevent-debugsource-0:21.1.2-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64"
},
"product_reference": "python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src"
},
"product_reference": "python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-greenlet-0:1.0.0-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src"
},
"product_reference": "python-greenlet-0:1.0.0-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64"
},
"product_reference": "python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le"
},
"product_reference": "python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x"
},
"product_reference": "python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64"
},
"product_reference": "python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-0:20.0.4-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src"
},
"product_reference": "python-gunicorn-0:20.0.4-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-doc-0:20.0.4-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch"
},
"product_reference": "python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src"
},
"product_reference": "python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src"
},
"product_reference": "python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-html5lib-1:1.1-4.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src"
},
"product_reference": "python-html5lib-1:1.1-4.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-hypothesis-0:6.6.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src"
},
"product_reference": "python-hypothesis-0:6.6.0-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ifaddr-0:0.1.6-6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src"
},
"product_reference": "python-ifaddr-0:0.1.6-6.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-importlib-metadata-0:1.7.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src"
},
"product_reference": "python-importlib-metadata-0:1.7.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src"
},
"product_reference": "python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src"
},
"product_reference": "python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src"
},
"product_reference": "python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-iso8601-0:0.1.12-9.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src"
},
"product_reference": "python-iso8601-0:0.1.12-9.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-itsdangerous-0:2.0.1-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src"
},
"product_reference": "python-itsdangerous-0:2.0.1-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.0.1-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src"
},
"product_reference": "python-jinja2-0:3.0.1-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jsonpath-rw-0:1.2.3-23.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src"
},
"product_reference": "python-jsonpath-rw-0:1.2.3-23.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kafka-0:1.4.3-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src"
},
"product_reference": "python-kafka-0:1.4.3-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kazoo-0:2.7.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src"
},
"product_reference": "python-kazoo-0:2.7.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kazoo-doc-0:2.7.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch"
},
"product_reference": "python-kazoo-doc-0:2.7.0-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kerberos-0:1.3.0-11.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src"
},
"product_reference": "python-kerberos-0:1.3.0-11.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64"
},
"product_reference": "python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le"
},
"product_reference": "python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x"
},
"product_reference": "python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64"
},
"product_reference": "python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-keyring-0:21.0.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src"
},
"product_reference": "python-keyring-0:21.0.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src"
},
"product_reference": "python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src"
},
"product_reference": "python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src"
},
"product_reference": "python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kiwisolver-0:1.1.0-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src"
},
"product_reference": "python-kiwisolver-0:1.1.0-4.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64"
},
"product_reference": "python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le"
},
"product_reference": "python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x"
},
"product_reference": "python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64"
},
"product_reference": "python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kombu-1:5.0.2-1.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src"
},
"product_reference": "python-kombu-1:5.0.2-1.el9.2.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-linecache2-0:1.0.0-25.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src"
},
"product_reference": "python-linecache2-0:1.0.0-25.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-logutils-0:0.3.5-7.1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src"
},
"product_reference": "python-logutils-0:0.3.5-7.1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-0:2.0.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src"
},
"product_reference": "python-markupsafe-0:2.0.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64"
},
"product_reference": "python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le"
},
"product_reference": "python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x"
},
"product_reference": "python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64"
},
"product_reference": "python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-mccabe-0:0.6.1-18.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src"
},
"product_reference": "python-mccabe-0:0.6.1-18.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-memcached-0:1.58-12.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src"
},
"product_reference": "python-memcached-0:1.58-12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-migrate-0:0.13.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src"
},
"product_reference": "python-migrate-0:0.13.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-mimeparse-0:1.6.0-16.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src"
},
"product_reference": "python-mimeparse-0:1.6.0-16.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-mock-0:3.0.5-14.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src"
},
"product_reference": "python-mock-0:3.0.5-14.el9.2.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-monotonic-0:1.5-9.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src"
},
"product_reference": "python-monotonic-0:1.5-9.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-more-itertools-0:7.2.0-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src"
},
"product_reference": "python-more-itertools-0:7.2.0-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src"
},
"product_reference": "python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-msgpack-0:0.6.2-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src"
},
"product_reference": "python-msgpack-0:0.6.2-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64"
},
"product_reference": "python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le"
},
"product_reference": "python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x"
},
"product_reference": "python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64"
},
"product_reference": "python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-munch-0:2.3.2-7.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src"
},
"product_reference": "python-munch-0:2.3.2-7.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src"
},
"product_reference": "python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-nose-0:1.3.7-33.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src"
},
"product_reference": "python-nose-0:1.3.7-33.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-nose-cover3-0:0.1.0-31.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src"
},
"product_reference": "python-nose-cover3-0:0.1.0-31.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src"
},
"product_reference": "python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src"
},
"product_reference": "python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src"
},
"product_reference": "python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src"
},
"product_reference": "python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src"
},
"product_reference": "python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src"
},
"product_reference": "python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch"
},
"product_reference": "python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src"
},
"product_reference": "python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch"
},
"product_reference": "python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src"
},
"product_reference": "python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src"
},
"product_reference": "python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src"
},
"product_reference": "python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch"
},
"product_reference": "python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src"
},
"product_reference": "python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch"
},
"product_reference": "python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src"
},
"product_reference": "python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch"
},
"product_reference": "python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src"
},
"product_reference": "python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src"
},
"product_reference": "python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src"
},
"product_reference": "python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch"
},
"product_reference": "python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src"
},
"product_reference": "python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch"
},
"product_reference": "python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src"
},
"product_reference": "python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src"
},
"product_reference": "python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src"
},
"product_reference": "python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src"
},
"product_reference": "python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src"
},
"product_reference": "python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src"
},
"product_reference": "python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch"
},
"product_reference": "python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src"
},
"product_reference": "python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch"
},
"product_reference": "python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src"
},
"product_reference": "python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src"
},
"product_reference": "python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-paste-0:3.5.0-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src"
},
"product_reference": "python-paste-0:3.5.0-3.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-paste-deploy-0:2.0.1-5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src"
},
"product_reference": "python-paste-deploy-0:2.0.1-5.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pbr-0:5.5.1-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src"
},
"product_reference": "python-pbr-0:5.5.1-3.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pecan-0:1.3.2-10.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src"
},
"product_reference": "python-pecan-0:1.3.2-10.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pexpect-0:4.6-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src"
},
"product_reference": "python-pexpect-0:4.6-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pint-0:0.10.1-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src"
},
"product_reference": "python-pint-0:0.10.1-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pretend-0:1.0.8-19.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src"
},
"product_reference": "python-pretend-0:1.0.8-19.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src"
},
"product_reference": "python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-prometheus_client-0:0.7.1-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src"
},
"product_reference": "python-prometheus_client-0:0.7.1-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src"
},
"product_reference": "python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch"
},
"product_reference": "python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycodestyle-0:2.6.0-4.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src"
},
"product_reference": "python-pycodestyle-0:2.6.0-4.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymemcache-0:3.5.0-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src"
},
"product_reference": "python-pymemcache-0:3.5.0-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyperclip-0:1.8.0-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src"
},
"product_reference": "python-pyperclip-0:1.8.0-3.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyperclip-doc-0:1.8.0-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch"
},
"product_reference": "python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytest-cov-0:2.11.1-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src"
},
"product_reference": "python-pytest-cov-0:2.11.1-3.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytest-forked-0:1.3.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src"
},
"product_reference": "python-pytest-forked-0:1.3.0-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytest-runner-0:4.0-12.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src"
},
"product_reference": "python-pytest-runner-0:4.0-12.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytest-xdist-0:2.2.1-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src"
},
"product_reference": "python-pytest-xdist-0:2.2.1-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytest-xprocess-0:0.18.1-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src"
},
"product_reference": "python-pytest-xprocess-0:0.18.1-4.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-redis-0:3.3.8-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src"
},
"product_reference": "python-redis-0:3.3.8-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-repoze-lru-0:0.7-7.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src"
},
"product_reference": "python-repoze-lru-0:0.7-7.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-kerberos-0:0.12.0-12.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src"
},
"product_reference": "python-requests-kerberos-0:0.12.0-12.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-mock-0:1.8.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src"
},
"product_reference": "python-requests-mock-0:1.8.0-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-unixsocket-0:0.2.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src"
},
"product_reference": "python-requests-unixsocket-0:0.2.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src"
},
"product_reference": "python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-retrying-0:1.3.3-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src"
},
"product_reference": "python-retrying-0:1.3.3-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rfc3986-0:1.2.0-6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src"
},
"product_reference": "python-rfc3986-0:1.2.0-6.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-routes-0:2.4.1-12.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src"
},
"product_reference": "python-routes-0:2.4.1-12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src"
},
"product_reference": "python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplegeneric-0:0.8.1-18.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src"
},
"product_reference": "python-simplegeneric-0:0.8.1-18.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplejson-0:3.17.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src"
},
"product_reference": "python-simplejson-0:3.17.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64"
},
"product_reference": "python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le"
},
"product_reference": "python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x"
},
"product_reference": "python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64"
},
"product_reference": "python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-singledispatch-0:3.4.0.3-19.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src"
},
"product_reference": "python-singledispatch-0:3.4.0.3-19.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-smi-0:0.3.4-10.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src"
},
"product_reference": "python-smi-0:0.3.4-10.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sortedcontainers-0:2.3.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src"
},
"product_reference": "python-sortedcontainers-0:2.3.0-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-soupsieve-0:2.1.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src"
},
"product_reference": "python-soupsieve-0:2.1.0-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-0:1.4.39-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src"
},
"product_reference": "python-sqlalchemy-0:1.4.39-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x"
},
"product_reference": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-doc-0:1.4.39-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch"
},
"product_reference": "python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlparse-0:0.2.4-10.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src"
},
"product_reference": "python-sqlparse-0:0.2.4-10.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-statsd-0:3.2.1-20.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src"
},
"product_reference": "python-statsd-0:3.2.1-20.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-statsd-doc-0:3.2.1-20.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch"
},
"product_reference": "python-statsd-doc-0:3.2.1-20.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-stestr-0:2.6.0-8.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src"
},
"product_reference": "python-stestr-0:2.6.0-8.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src"
},
"product_reference": "python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sure-0:1.4.11-12.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src"
},
"product_reference": "python-sure-0:1.4.11-12.el9.2.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src"
},
"product_reference": "python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src"
},
"product_reference": "python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src"
},
"product_reference": "python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tempita-0:0.5.1-25.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src"
},
"product_reference": "python-tempita-0:0.5.1-25.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tenacity-0:6.2.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src"
},
"product_reference": "python-tenacity-0:6.2.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-testrepository-0:0.0.20-20.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src"
},
"product_reference": "python-testrepository-0:0.0.20-20.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-testresources-0:2.0.1-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src"
},
"product_reference": "python-testresources-0:2.0.1-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-testscenarios-0:0.5.0-21.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src"
},
"product_reference": "python-testscenarios-0:0.5.0-21.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-testtools-0:2.4.0-8.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src"
},
"product_reference": "python-testtools-0:2.4.0-8.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-testtools-doc-0:2.4.0-8.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch"
},
"product_reference": "python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src"
},
"product_reference": "python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-0:6.1.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src"
},
"product_reference": "python-tornado-0:6.1.0-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64"
},
"product_reference": "python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le"
},
"product_reference": "python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x"
},
"product_reference": "python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64"
},
"product_reference": "python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-doc-0:6.1.0-2.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64"
},
"product_reference": "python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-doc-0:6.1.0-2.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le"
},
"product_reference": "python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-doc-0:6.1.0-2.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x"
},
"product_reference": "python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-doc-0:6.1.0-2.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64"
},
"product_reference": "python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tox-0:3.23.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src"
},
"product_reference": "python-tox-0:3.23.0-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tox-current-env-0:0.0.6-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src"
},
"product_reference": "python-tox-current-env-0:0.0.6-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-traceback2-0:1.4.0-25.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src"
},
"product_reference": "python-traceback2-0:1.4.0-25.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-typeguard-0:2.9.1-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src"
},
"product_reference": "python-typeguard-0:2.9.1-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-typing-extensions-0:3.7.4.3-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src"
},
"product_reference": "python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unittest2-0:1.1.0-24.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src"
},
"product_reference": "python-unittest2-0:1.1.0-24.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-vine-0:5.0.0-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src"
},
"product_reference": "python-vine-0:5.0.0-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-virtualenv-0:20.4.4-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src"
},
"product_reference": "python-virtualenv-0:20.4.4-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-voluptuous-0:0.11.7-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src"
},
"product_reference": "python-voluptuous-0:0.11.7-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-waitress-0:2.0.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src"
},
"product_reference": "python-waitress-0:2.0.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-warlock-0:1.3.3-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src"
},
"product_reference": "python-warlock-0:1.3.3-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wcwidth-0:0.2.5-2.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src"
},
"product_reference": "python-wcwidth-0:0.2.5-2.el9.2.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webencodings-0:0.5.1-15.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src"
},
"product_reference": "python-webencodings-0:0.5.1-15.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webencodings-doc-0:0.5.1-15.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch"
},
"product_reference": "python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webob-0:1.8.5-5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src"
},
"product_reference": "python-webob-0:1.8.5-5.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webtest-0:2.0.33-5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src"
},
"product_reference": "python-webtest-0:2.0.33-5.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-werkzeug-0:2.0.3-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src"
},
"product_reference": "python-werkzeug-0:2.0.3-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-0:1.11.2-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src"
},
"product_reference": "python-wrapt-0:1.11.2-4.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64"
},
"product_reference": "python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le"
},
"product_reference": "python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x"
},
"product_reference": "python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64"
},
"product_reference": "python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-doc-0:1.11.2-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64"
},
"product_reference": "python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-doc-0:1.11.2-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le"
},
"product_reference": "python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-doc-0:1.11.2-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x"
},
"product_reference": "python-wrapt-doc-0:1.11.2-4.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-doc-0:1.11.2-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64"
},
"product_reference": "python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src"
},
"product_reference": "python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yappi-0:1.3.1-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src"
},
"product_reference": "python-yappi-0:1.3.1-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yappi-debugsource-0:1.3.1-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64"
},
"product_reference": "python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yappi-debugsource-0:1.3.1-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le"
},
"product_reference": "python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yappi-debugsource-0:1.3.1-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x"
},
"product_reference": "python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yappi-debugsource-0:1.3.1-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64"
},
"product_reference": "python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zake-0:0.2.2-19.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src"
},
"product_reference": "python-zake-0:0.2.2-19.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zeroconf-0:0.24.4-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src"
},
"product_reference": "python-zeroconf-0:0.24.4-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zipp-0:0.5.1-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src"
},
"product_reference": "python-zipp-0:0.5.1-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zope-event-0:4.2.0-20.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src"
},
"product_reference": "python-zope-event-0:4.2.0-20.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zope-interface-0:5.4.0-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src"
},
"product_reference": "python-zope-interface-0:5.4.0-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zope-testing-0:4.7-4.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src"
},
"product_reference": "python-zope-testing-0:4.7-4.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-SecretStorage-0:2.3.1-9.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch"
},
"product_reference": "python3-SecretStorage-0:2.3.1-9.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-alembic-0:1.6.0-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch"
},
"product_reference": "python3-alembic-0:1.6.0-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-amqp-0:5.0.6-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch"
},
"product_reference": "python3-amqp-0:5.0.6-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-apipkg-0:1.5-12.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch"
},
"product_reference": "python3-apipkg-0:1.5-12.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-atomicwrites-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch"
},
"product_reference": "python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch"
},
"product_reference": "python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-autopage-0:0.4.0-1.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch"
},
"product_reference": "python3-autopage-0:0.4.0-1.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-bcrypt-0:3.1.6-3.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64"
},
"product_reference": "python3-bcrypt-0:3.1.6-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-bcrypt-0:3.1.6-3.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le"
},
"product_reference": "python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-bcrypt-0:3.1.6-3.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x"
},
"product_reference": "python3-bcrypt-0:3.1.6-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-bcrypt-0:3.1.6-3.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64"
},
"product_reference": "python3-bcrypt-0:3.1.6-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64"
},
"product_reference": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le"
},
"product_reference": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x"
},
"product_reference": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64"
},
"product_reference": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch"
},
"product_reference": "python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-betamax-0:0.8.1-12.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch"
},
"product_reference": "python3-betamax-0:0.8.1-12.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cachetools-0:3.1.0-4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch"
},
"product_reference": "python3-cachetools-0:3.1.0-4.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-case-0:1.5.3-5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch"
},
"product_reference": "python3-case-0:1.5.3-5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch"
},
"product_reference": "python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-click-0:7.1.2-5.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch"
},
"product_reference": "python3-click-0:7.1.2-5.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch"
},
"product_reference": "python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch"
},
"product_reference": "python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cmd2-0:1.4.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch"
},
"product_reference": "python3-cmd2-0:1.4.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-colorama-0:0.4.1-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch"
},
"product_reference": "python3-colorama-0:0.4.1-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-construct-0:2.10.56-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch"
},
"product_reference": "python3-construct-0:2.10.56-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-contextlib2-0:0.6.0.post1-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch"
},
"product_reference": "python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-coverage-0:5.6-0.1b1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64"
},
"product_reference": "python3-coverage-0:5.6-0.1b1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-coverage-0:5.6-0.1b1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le"
},
"product_reference": "python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-coverage-0:5.6-0.1b1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x"
},
"product_reference": "python3-coverage-0:5.6-0.1b1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-coverage-0:5.6-0.1b1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64"
},
"product_reference": "python3-coverage-0:5.6-0.1b1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64"
},
"product_reference": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le"
},
"product_reference": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x"
},
"product_reference": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64"
},
"product_reference": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dataclasses-0:0.8-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch"
},
"product_reference": "python3-dataclasses-0:0.8-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ddt-0:1.4.2-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch"
},
"product_reference": "python3-ddt-0:1.4.2-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch"
},
"product_reference": "python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-decorator-0:4.4.0-6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch"
},
"product_reference": "python3-decorator-0:4.4.0-6.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-defusedxml-0:0.7.1-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch"
},
"product_reference": "python3-defusedxml-0:0.7.1-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-distlib-0:0.3.1-4.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch"
},
"product_reference": "python3-distlib-0:0.3.1-4.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dogpile-cache-0:1.1.5-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch"
},
"product_reference": "python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch"
},
"product_reference": "python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-editor-0:1.0.4-5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch"
},
"product_reference": "python3-editor-0:1.0.4-5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-entrypoints-0:0.3-8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch"
},
"product_reference": "python3-entrypoints-0:0.3-8.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-eventlet-0:0.30.2-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch"
},
"product_reference": "python3-eventlet-0:0.30.2-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-execnet-0:1.7.1-5.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch"
},
"product_reference": "python3-execnet-0:1.7.1-5.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-extras-0:1.0.0-15.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch"
},
"product_reference": "python3-extras-0:1.0.0-15.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-fasteners-0:0.14.1-21.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch"
},
"product_reference": "python3-fasteners-0:0.14.1-21.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-filelock-0:3.0.12-9.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch"
},
"product_reference": "python3-filelock-0:3.0.12-9.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-fixtures-0:3.0.0-22.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch"
},
"product_reference": "python3-fixtures-0:3.0.0-22.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-flake8-0:3.8.4-1.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch"
},
"product_reference": "python3-flake8-0:3.8.4-1.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-flask-1:2.0.1-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch"
},
"product_reference": "python3-flask-1:2.0.1-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-flit-0:3.0.0-1.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch"
},
"product_reference": "python3-flit-0:3.0.0-1.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-flit-core-0:3.0.0-1.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch"
},
"product_reference": "python3-flit-core-0:3.0.0-1.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-freezegun-0:1.0.0-4.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch"
},
"product_reference": "python3-freezegun-0:1.0.0-4.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-funcsigs-0:1.0.2-17.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch"
},
"product_reference": "python3-funcsigs-0:1.0.2-17.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-future-0:0.18.2-9.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch"
},
"product_reference": "python3-future-0:0.18.2-9.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch"
},
"product_reference": "python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gevent-0:21.1.2-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64"
},
"product_reference": "python3-gevent-0:21.1.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gevent-0:21.1.2-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le"
},
"product_reference": "python3-gevent-0:21.1.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gevent-0:21.1.2-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x"
},
"product_reference": "python3-gevent-0:21.1.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gevent-0:21.1.2-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64"
},
"product_reference": "python3-gevent-0:21.1.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64"
},
"product_reference": "python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le"
},
"product_reference": "python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x"
},
"product_reference": "python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64"
},
"product_reference": "python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch"
},
"product_reference": "python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-0:1.0.0-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64"
},
"product_reference": "python3-greenlet-0:1.0.0-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-0:1.0.0-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le"
},
"product_reference": "python3-greenlet-0:1.0.0-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-0:1.0.0-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x"
},
"product_reference": "python3-greenlet-0:1.0.0-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-0:1.0.0-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64"
},
"product_reference": "python3-greenlet-0:1.0.0-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64"
},
"product_reference": "python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le"
},
"product_reference": "python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x"
},
"product_reference": "python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64"
},
"product_reference": "python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-devel-0:1.0.0-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64"
},
"product_reference": "python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-devel-0:1.0.0-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le"
},
"product_reference": "python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-devel-0:1.0.0-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x"
},
"product_reference": "python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-devel-0:1.0.0-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64"
},
"product_reference": "python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gunicorn-0:20.0.4-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch"
},
"product_reference": "python3-gunicorn-0:20.0.4-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch"
},
"product_reference": "python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch"
},
"product_reference": "python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch"
},
"product_reference": "python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-html5lib-1:1.1-4.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch"
},
"product_reference": "python3-html5lib-1:1.1-4.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+django-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ifaddr-0:0.1.6-6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch"
},
"product_reference": "python3-ifaddr-0:0.1.6-6.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-importlib-metadata-0:1.7.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch"
},
"product_reference": "python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch"
},
"product_reference": "python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch"
},
"product_reference": "python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch"
},
"product_reference": "python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch"
},
"product_reference": "python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch"
},
"product_reference": "python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch"
},
"product_reference": "python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch"
},
"product_reference": "python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-iso8601-0:0.1.12-9.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch"
},
"product_reference": "python3-iso8601-0:0.1.12-9.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-itsdangerous-0:2.0.1-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch"
},
"product_reference": "python3-itsdangerous-0:2.0.1-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jinja2-0:3.0.1-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch"
},
"product_reference": "python3-jinja2-0:3.0.1-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jsonpath-rw-0:1.2.3-23.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch"
},
"product_reference": "python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kafka-0:1.4.3-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch"
},
"product_reference": "python3-kafka-0:1.4.3-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kazoo-0:2.7.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch"
},
"product_reference": "python3-kazoo-0:2.7.0-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kerberos-0:1.3.0-11.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64"
},
"product_reference": "python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kerberos-0:1.3.0-11.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le"
},
"product_reference": "python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kerberos-0:1.3.0-11.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x"
},
"product_reference": "python3-kerberos-0:1.3.0-11.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kerberos-0:1.3.0-11.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64"
},
"product_reference": "python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64"
},
"product_reference": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le"
},
"product_reference": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x"
},
"product_reference": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64"
},
"product_reference": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keyring-0:21.0.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch"
},
"product_reference": "python3-keyring-0:21.0.0-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch"
},
"product_reference": "python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch"
},
"product_reference": "python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch"
},
"product_reference": "python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch"
},
"product_reference": "python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kiwisolver-0:1.1.0-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64"
},
"product_reference": "python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kiwisolver-0:1.1.0-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le"
},
"product_reference": "python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kiwisolver-0:1.1.0-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x"
},
"product_reference": "python3-kiwisolver-0:1.1.0-4.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kiwisolver-0:1.1.0-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64"
},
"product_reference": "python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64"
},
"product_reference": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le"
},
"product_reference": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x"
},
"product_reference": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64"
},
"product_reference": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kombu-1:5.0.2-1.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch"
},
"product_reference": "python3-kombu-1:5.0.2-1.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-linecache2-0:1.0.0-25.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch"
},
"product_reference": "python3-linecache2-0:1.0.0-25.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-logutils-0:0.3.5-7.1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch"
},
"product_reference": "python3-logutils-0:0.3.5-7.1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-markupsafe-0:2.0.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64"
},
"product_reference": "python3-markupsafe-0:2.0.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-markupsafe-0:2.0.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le"
},
"product_reference": "python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-markupsafe-0:2.0.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x"
},
"product_reference": "python3-markupsafe-0:2.0.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-markupsafe-0:2.0.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64"
},
"product_reference": "python3-markupsafe-0:2.0.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64"
},
"product_reference": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le"
},
"product_reference": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x"
},
"product_reference": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64"
},
"product_reference": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-mccabe-0:0.6.1-18.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch"
},
"product_reference": "python3-mccabe-0:0.6.1-18.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-memcached-0:1.58-12.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch"
},
"product_reference": "python3-memcached-0:1.58-12.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-migrate-0:0.13.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch"
},
"product_reference": "python3-migrate-0:0.13.0-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-mimeparse-0:1.6.0-16.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch"
},
"product_reference": "python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-mock-0:3.0.5-14.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch"
},
"product_reference": "python3-mock-0:3.0.5-14.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-monotonic-0:1.5-9.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch"
},
"product_reference": "python3-monotonic-0:1.5-9.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-more-itertools-0:7.2.0-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch"
},
"product_reference": "python3-more-itertools-0:7.2.0-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch"
},
"product_reference": "python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-0:0.6.2-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64"
},
"product_reference": "python3-msgpack-0:0.6.2-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-0:0.6.2-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le"
},
"product_reference": "python3-msgpack-0:0.6.2-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-0:0.6.2-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x"
},
"product_reference": "python3-msgpack-0:0.6.2-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-0:0.6.2-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64"
},
"product_reference": "python3-msgpack-0:0.6.2-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64"
},
"product_reference": "python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le"
},
"product_reference": "python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x"
},
"product_reference": "python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64"
},
"product_reference": "python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-munch-0:2.3.2-7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch"
},
"product_reference": "python3-munch-0:2.3.2-7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch"
},
"product_reference": "python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch"
},
"product_reference": "python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-nose-0:1.3.7-33.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch"
},
"product_reference": "python3-nose-0:1.3.7-33.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-nose-cover3-0:0.1.0-31.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch"
},
"product_reference": "python3-nose-cover3-0:0.1.0-31.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch"
},
"product_reference": "python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch"
},
"product_reference": "python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch"
},
"product_reference": "python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch"
},
"product_reference": "python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch"
},
"product_reference": "python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch"
},
"product_reference": "python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch"
},
"product_reference": "python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch"
},
"product_reference": "python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch"
},
"product_reference": "python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch"
},
"product_reference": "python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch"
},
"product_reference": "python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch"
},
"product_reference": "python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch"
},
"product_reference": "python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch"
},
"product_reference": "python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch"
},
"product_reference": "python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch"
},
"product_reference": "python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch"
},
"product_reference": "python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch"
},
"product_reference": "python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch"
},
"product_reference": "python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch"
},
"product_reference": "python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch"
},
"product_reference": "python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch"
},
"product_reference": "python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch"
},
"product_reference": "python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch"
},
"product_reference": "python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch"
},
"product_reference": "python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch"
},
"product_reference": "python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch"
},
"product_reference": "python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch"
},
"product_reference": "python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch"
},
"product_reference": "python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch"
},
"product_reference": "python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch"
},
"product_reference": "python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch"
},
"product_reference": "python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch"
},
"product_reference": "python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch"
},
"product_reference": "python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch"
},
"product_reference": "python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch"
},
"product_reference": "python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch"
},
"product_reference": "python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch"
},
"product_reference": "python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch"
},
"product_reference": "python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch"
},
"product_reference": "python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch"
},
"product_reference": "python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch"
},
"product_reference": "python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch"
},
"product_reference": "python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-paste-0:3.5.0-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch"
},
"product_reference": "python3-paste-0:3.5.0-3.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-paste-deploy-0:2.0.1-5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch"
},
"product_reference": "python3-paste-deploy-0:2.0.1-5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pbr-0:5.5.1-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch"
},
"product_reference": "python3-pbr-0:5.5.1-3.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pecan-0:1.3.2-10.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch"
},
"product_reference": "python3-pecan-0:1.3.2-10.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pexpect-0:4.6-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch"
},
"product_reference": "python3-pexpect-0:4.6-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pint-0:0.10.1-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch"
},
"product_reference": "python3-pint-0:0.10.1-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pretend-0:1.0.8-19.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch"
},
"product_reference": "python3-pretend-0:1.0.8-19.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch"
},
"product_reference": "python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-prometheus_client-0:0.7.1-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch"
},
"product_reference": "python3-prometheus_client-0:0.7.1-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch"
},
"product_reference": "python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch"
},
"product_reference": "python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pycodestyle-0:2.6.0-4.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch"
},
"product_reference": "python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyflakes-0:2.2.0-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch"
},
"product_reference": "python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pymemcache-0:3.5.0-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch"
},
"product_reference": "python3-pymemcache-0:3.5.0-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyperclip-0:1.8.0-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch"
},
"product_reference": "python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pysnmp-0:4.4.12-6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch"
},
"product_reference": "python3-pysnmp-0:4.4.12-6.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytest-cov-0:2.11.1-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch"
},
"product_reference": "python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytest-forked-0:1.3.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch"
},
"product_reference": "python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytest-runner-0:4.0-12.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch"
},
"product_reference": "python3-pytest-runner-0:4.0-12.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytest-xdist-0:2.2.1-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch"
},
"product_reference": "python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytest-xprocess-0:0.18.1-4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch"
},
"product_reference": "python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-redis-0:3.3.8-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch"
},
"product_reference": "python3-redis-0:3.3.8-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-repoze-lru-0:0.7-7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch"
},
"product_reference": "python3-repoze-lru-0:0.7-7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-kerberos-0:0.12.0-12.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch"
},
"product_reference": "python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-mock-0:1.8.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch"
},
"product_reference": "python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-unixsocket-0:0.2.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch"
},
"product_reference": "python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch"
},
"product_reference": "python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-retrying-0:1.3.3-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch"
},
"product_reference": "python3-retrying-0:1.3.3-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rfc3986-0:1.2.0-6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch"
},
"product_reference": "python3-rfc3986-0:1.2.0-6.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-routes-0:2.4.1-12.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch"
},
"product_reference": "python3-routes-0:2.4.1-12.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch"
},
"product_reference": "python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplegeneric-0:0.8.1-18.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch"
},
"product_reference": "python3-simplegeneric-0:0.8.1-18.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplejson-0:3.17.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64"
},
"product_reference": "python3-simplejson-0:3.17.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplejson-0:3.17.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le"
},
"product_reference": "python3-simplejson-0:3.17.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplejson-0:3.17.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x"
},
"product_reference": "python3-simplejson-0:3.17.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplejson-0:3.17.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64"
},
"product_reference": "python3-simplejson-0:3.17.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64"
},
"product_reference": "python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le"
},
"product_reference": "python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x"
},
"product_reference": "python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64"
},
"product_reference": "python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-singledispatch-0:3.4.0.3-19.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch"
},
"product_reference": "python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-smi-0:0.3.4-10.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch"
},
"product_reference": "python3-smi-0:0.3.4-10.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sortedcontainers-0:2.3.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch"
},
"product_reference": "python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-soupsieve-0:2.1.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch"
},
"product_reference": "python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlparse-0:0.2.4-10.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch"
},
"product_reference": "python3-sqlparse-0:0.2.4-10.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-statsd-0:3.2.1-20.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch"
},
"product_reference": "python3-statsd-0:3.2.1-20.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-stestr-0:2.6.0-8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch"
},
"product_reference": "python3-stestr-0:2.6.0-8.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch"
},
"product_reference": "python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-subunit-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch"
},
"product_reference": "python3-subunit-0:1.4.0-6.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-subunit-test-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch"
},
"product_reference": "python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sure-0:1.4.11-12.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch"
},
"product_reference": "python3-sure-0:1.4.11-12.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch"
},
"product_reference": "python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch"
},
"product_reference": "python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch"
},
"product_reference": "python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch"
},
"product_reference": "python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch"
},
"product_reference": "python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tempita-0:0.5.1-25.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch"
},
"product_reference": "python3-tempita-0:0.5.1-25.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tenacity-0:6.2.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch"
},
"product_reference": "python3-tenacity-0:6.2.0-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-testrepository-0:0.0.20-20.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch"
},
"product_reference": "python3-testrepository-0:0.0.20-20.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-testresources-0:2.0.1-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch"
},
"product_reference": "python3-testresources-0:2.0.1-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-testscenarios-0:0.5.0-21.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch"
},
"product_reference": "python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-testtools-0:2.4.0-8.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch"
},
"product_reference": "python3-testtools-0:2.4.0-8.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch"
},
"product_reference": "python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tornado-0:6.1.0-2.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64"
},
"product_reference": "python3-tornado-0:6.1.0-2.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tornado-0:6.1.0-2.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le"
},
"product_reference": "python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tornado-0:6.1.0-2.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x"
},
"product_reference": "python3-tornado-0:6.1.0-2.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tornado-0:6.1.0-2.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64"
},
"product_reference": "python3-tornado-0:6.1.0-2.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64"
},
"product_reference": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le"
},
"product_reference": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x"
},
"product_reference": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64"
},
"product_reference": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tox-current-env-0:0.0.6-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch"
},
"product_reference": "python3-tox-current-env-0:0.0.6-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-traceback2-0:1.4.0-25.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch"
},
"product_reference": "python3-traceback2-0:1.4.0-25.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-typeguard-0:2.9.1-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch"
},
"product_reference": "python3-typeguard-0:2.9.1-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch"
},
"product_reference": "python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-unittest2-0:1.1.0-24.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch"
},
"product_reference": "python3-unittest2-0:1.1.0-24.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-vine-0:5.0.0-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch"
},
"product_reference": "python3-vine-0:5.0.0-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-virtualenv-0:20.4.4-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch"
},
"product_reference": "python3-virtualenv-0:20.4.4-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-voluptuous-0:0.11.7-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch"
},
"product_reference": "python3-voluptuous-0:0.11.7-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-waitress-0:2.0.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch"
},
"product_reference": "python3-waitress-0:2.0.0-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-warlock-0:1.3.3-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch"
},
"product_reference": "python3-warlock-0:1.3.3-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wcwidth-0:0.2.5-2.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch"
},
"product_reference": "python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-webencodings-0:0.5.1-15.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch"
},
"product_reference": "python3-webencodings-0:0.5.1-15.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-webob-0:1.8.5-5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch"
},
"product_reference": "python3-webob-0:1.8.5-5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-webtest-0:2.0.33-5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch"
},
"product_reference": "python3-webtest-0:2.0.33-5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-werkzeug-0:2.0.3-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch"
},
"product_reference": "python3-werkzeug-0:2.0.3-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wrapt-0:1.11.2-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64"
},
"product_reference": "python3-wrapt-0:1.11.2-4.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wrapt-0:1.11.2-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le"
},
"product_reference": "python3-wrapt-0:1.11.2-4.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wrapt-0:1.11.2-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x"
},
"product_reference": "python3-wrapt-0:1.11.2-4.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wrapt-0:1.11.2-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64"
},
"product_reference": "python3-wrapt-0:1.11.2-4.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64"
},
"product_reference": "python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le"
},
"product_reference": "python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x"
},
"product_reference": "python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64"
},
"product_reference": "python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch"
},
"product_reference": "python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-yappi-0:1.3.1-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64"
},
"product_reference": "python3-yappi-0:1.3.1-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-yappi-0:1.3.1-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le"
},
"product_reference": "python3-yappi-0:1.3.1-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-yappi-0:1.3.1-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x"
},
"product_reference": "python3-yappi-0:1.3.1-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-yappi-0:1.3.1-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64"
},
"product_reference": "python3-yappi-0:1.3.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64"
},
"product_reference": "python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le"
},
"product_reference": "python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x"
},
"product_reference": "python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64"
},
"product_reference": "python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zake-0:0.2.2-19.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch"
},
"product_reference": "python3-zake-0:0.2.2-19.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zeroconf-0:0.24.4-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch"
},
"product_reference": "python3-zeroconf-0:0.24.4-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zipp-0:0.5.1-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch"
},
"product_reference": "python3-zipp-0:0.5.1-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zope-event-0:4.2.0-20.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch"
},
"product_reference": "python3-zope-event-0:4.2.0-20.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zope-interface-0:5.4.0-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64"
},
"product_reference": "python3-zope-interface-0:5.4.0-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zope-interface-0:5.4.0-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le"
},
"product_reference": "python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zope-interface-0:5.4.0-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x"
},
"product_reference": "python3-zope-interface-0:5.4.0-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zope-interface-0:5.4.0-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64"
},
"product_reference": "python3-zope-interface-0:5.4.0-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zope-testing-0:4.7-4.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch"
},
"product_reference": "python3-zope-testing-0:4.7-4.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64"
},
"product_reference": "subunit-0:1.4.0-6.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le"
},
"product_reference": "subunit-0:1.4.0-6.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x"
},
"product_reference": "subunit-0:1.4.0-6.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-0:1.4.0-6.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src"
},
"product_reference": "subunit-0:1.4.0-6.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64"
},
"product_reference": "subunit-0:1.4.0-6.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64"
},
"product_reference": "subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le"
},
"product_reference": "subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x"
},
"product_reference": "subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64"
},
"product_reference": "subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64"
},
"product_reference": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le"
},
"product_reference": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x"
},
"product_reference": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64"
},
"product_reference": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64"
},
"product_reference": "subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le"
},
"product_reference": "subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x"
},
"product_reference": "subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64"
},
"product_reference": "subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64"
},
"product_reference": "subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le"
},
"product_reference": "subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x"
},
"product_reference": "subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64"
},
"product_reference": "subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-debugsource-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64"
},
"product_reference": "subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-debugsource-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le"
},
"product_reference": "subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-debugsource-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x"
},
"product_reference": "subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-debugsource-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64"
},
"product_reference": "subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-devel-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64"
},
"product_reference": "subunit-devel-0:1.4.0-6.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-devel-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le"
},
"product_reference": "subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-devel-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x"
},
"product_reference": "subunit-devel-0:1.4.0-6.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-devel-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64"
},
"product_reference": "subunit-devel-0:1.4.0-6.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-filters-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch"
},
"product_reference": "subunit-filters-0:1.4.0-6.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-perl-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch"
},
"product_reference": "subunit-perl-0:1.4.0-6.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-shell-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch"
},
"product_reference": "subunit-shell-0:1.4.0-6.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-static-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64"
},
"product_reference": "subunit-static-0:1.4.0-6.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-static-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le"
},
"product_reference": "subunit-static-0:1.4.0-6.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-static-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x"
},
"product_reference": "subunit-static-0:1.4.0-6.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-static-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64"
},
"product_reference": "subunit-static-0:1.4.0-6.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tox-0:3.23.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
},
"product_reference": "tox-0:3.23.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-4235",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-12-28T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156727"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in go-yaml. This issue occurs due to unbounded alias chasing, where a maliciously crafted YAML file can cause the system to consume significant system resources. If parsing user input, this may be used as a denial of service vector.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-yaml: Denial of Service in go-yaml",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-4235"
},
{
"category": "external",
"summary": "RHBZ#2156727",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156727"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4235"
},
{
"category": "external",
"summary": "https://github.com/go-yaml/yaml/commit/bb4e33bf68bf89cad44d386192cbed201f35b241",
"url": "https://github.com/go-yaml/yaml/commit/bb4e33bf68bf89cad44d386192cbed201f35b241"
},
{
"category": "external",
"summary": "https://github.com/go-yaml/yaml/pull/375",
"url": "https://github.com/go-yaml/yaml/pull/375"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2021-0061",
"url": "https://pkg.go.dev/vuln/GO-2021-0061"
}
],
"release_date": "2022-12-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-yaml: Denial of Service in go-yaml"
},
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding 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-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"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-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"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-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.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-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.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-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"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-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.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-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.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-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.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-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"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-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"acknowledgments": [
{
"names": [
"Steven Murdoch"
]
}
],
"cve": "CVE-2022-2995",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"discovery_date": "2022-08-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2121632"
}
],
"notes": [
{
"category": "description",
"text": "Incorrect handling of the supplementary groups in the CRI-O container engine might lead to sensitive information disclosure or possible data modification if an attacker has direct access to the affected container where supplementary groups are used to set access permissions and is able to execute a binary code in that container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cri-o: incorrect handling of the supplementary groups",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2995"
},
{
"category": "external",
"summary": "RHBZ#2121632",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121632"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2995",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2995"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2995",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2995"
},
{
"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": "2022-08-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "cri-o: incorrect handling of the supplementary groups"
},
{
"acknowledgments": [
{
"names": [
"Fujitsu"
]
}
],
"cve": "CVE-2022-2996",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2022-08-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2115122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the python-scciclient when making an HTTPS connection to a server where the server\u0027s certificate would not be verified. This issue opens up the connection to possible Man-in-the-middle (MITM) attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-scciclient: missing server certificate verification",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2996"
},
{
"category": "external",
"summary": "RHBZ#2115122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2996"
},
{
"category": "external",
"summary": "https://opendev.org/x/python-scciclient/commit/274dca0344b65b4ac113d3271d21c17e970a636c",
"url": "https://opendev.org/x/python-scciclient/commit/274dca0344b65b4ac113d3271d21c17e970a636c"
}
],
"release_date": "2022-06-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-scciclient: missing server certificate verification"
},
{
"acknowledgments": [
{
"names": [
"Kubernetes Security Response Committee"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-3162",
"discovery_date": "2022-10-20T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2136673"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in kubernetes. Users authorized to list or watch one type of namespaced custom resource cluster-wide can read custom resources of a different kind in the same API group they are not authorized to read.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubernetes: Unauthorized read of Custom Resources",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3162"
},
{
"category": "external",
"summary": "RHBZ#2136673",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2136673"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3162",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3162"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3162",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3162"
},
{
"category": "external",
"summary": "https://github.com/kubernetes/kubernetes/issues/113756",
"url": "https://github.com/kubernetes/kubernetes/issues/113756"
}
],
"release_date": "2022-11-10T16:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kubernetes: Unauthorized read of Custom Resources"
},
{
"cve": "CVE-2022-3172",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2022-09-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2127804"
}
],
"notes": [
{
"category": "description",
"text": "A security issue was discovered in kube-apiserver that allows an aggregated API server to redirect client traffic to any URL. This issue leads to the client performing unexpected actions and forwarding the client\u0027s API server credentials to third parties.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kube-apiserver: Aggregated API server can cause clients to be redirected (SSRF)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3172"
},
{
"category": "external",
"summary": "RHBZ#2127804",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2127804"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3172",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3172"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3172",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3172"
},
{
"category": "external",
"summary": "https://github.com/kubernetes/kubernetes/issues/112513",
"url": "https://github.com/kubernetes/kubernetes/issues/112513"
}
],
"release_date": "2022-09-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kube-apiserver: Aggregated API server can cause clients to be redirected (SSRF)"
},
{
"cve": "CVE-2022-3259",
"cwe": {
"id": "CWE-665",
"name": "Improper Initialization"
},
"discovery_date": "2022-07-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2103220"
}
],
"notes": [
{
"category": "description",
"text": "Openshift 4.9 does not use HTTP Strict Transport Security (HSTS) which may allow man-in-the-middle (MITM) attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "OpenShift: Missing HTTP Strict Transport Security",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3259"
},
{
"category": "external",
"summary": "RHBZ#2103220",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103220"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3259",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3259"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3259",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3259"
}
],
"release_date": "2022-06-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "OpenShift: Missing HTTP Strict Transport Security"
},
{
"cve": "CVE-2022-3466",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2134063"
}
],
"notes": [
{
"category": "description",
"text": "The version of cri-o as released for Red Hat OpenShift Container Platform 4.9.48, 4.10.31, and 4.11.6 via RHBA-2022:6316, RHBA-2022:6257, and RHBA-2022:6658, respectively, included an incorrect version of cri-o missing the fix for CVE-2022-27652, which was previously fixed in OCP 4.9.41 and 4.10.12 via RHBA-2022:5433 and RHSA-2022:1600. This issue could allow an attacker with access to programs with inheritable file capabilities to elevate those capabilities to the permitted set when execve(2) runs. For more details, see https://access.redhat.com/security/cve/CVE-2022-27652.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cri-o: Security regression of CVE-2022-27652",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "After further investigation we came to the conclusion that this CVE has a very minimal impact on Red Hat OpenShift Container Platform.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3466"
},
{
"category": "external",
"summary": "RHBZ#2134063",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134063"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3466",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3466"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3466",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3466"
}
],
"release_date": "2022-10-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "cri-o: Security regression of CVE-2022-27652"
},
{
"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-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"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-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"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": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"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-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-30631",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: compress/gzip: stack exhaustion in Reader.Read",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "RHBZ#2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631"
},
{
"category": "external",
"summary": "https://go.dev/issue/53168",
"url": "https://go.dev/issue/53168"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "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.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: compress/gzip: stack exhaustion in Reader.Read"
},
{
"cve": "CVE-2022-32148",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "RHBZ#2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148"
},
{
"category": "external",
"summary": "https://go.dev/issue/53423",
"url": "https://go.dev/issue/53423"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"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-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"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-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"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": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"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-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"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-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-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"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": [
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"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-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"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.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/url: JoinPath does not strip relative path components in all circumstances"
},
{
"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-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"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-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"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-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"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-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
}
]
}
RHSA-2023:3642
Vulnerability from csaf_redhat - Published: 2023-06-15 15:59 - Updated: 2025-12-04 05:09Notes
{
"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": "A new container image for Red Hat Ceph Storage 6.1 is now available in the Red Hat Ecosystem Catalog.\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 Ceph Storage is a scalable, open, software-defined storage platform that combines the most stable version of the Ceph storage system with a Ceph management platform, deployment utilities, and support services.\n\nThis new container image is based on Red Hat Ceph Storage 6.1 and Red Hat Enterprise Linux 9.\n\nSecurity Fix(es):\n\n* crewjam/saml: Authentication bypass when processing SAML responses containing multiple Assertion elements (CVE-2022-41912)\n\n* eventsource: Exposure of Sensitive Information (CVE-2022-1650)\n\n* grafana: stored XSS vulnerability (CVE-2022-31097)\n\n* grafana: OAuth account takeover (CVE-2022-31107)\n\n* ramda: prototype poisoning (CVE-2021-42581)\n\n* golang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* marked: regular expression block.def may lead Denial of Service (CVE-2022-21680)\n\n* marked: regular expression inline.reflinkSearch may lead Denial of Service (CVE-2022-21681)\n\n* golang: encoding/pem: fix stack overflow in Decode (CVE-2022-24675)\n\n* Moment.js: Path traversal in moment.locale (CVE-2022-24785)\n\n* grafana: An information leak issue was discovered in Grafana through 7.3.4, when integrated with Zabbix (CVE-2022-26148)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: encoding/xml: stack exhaustion in Decoder.Skip (CVE-2022-28131)\n\n* golang: crypto/elliptic: panic caused by oversized scalar (CVE-2022-28327)\n\n* golang: syscall: faccessat checks wrong group (CVE-2022-29526)\n\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\n\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n\n* golang: encoding/xml: stack exhaustion in Unmarshal (CVE-2022-30633)\n\n* golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)\n\n* grafana: plugin signature bypass (CVE-2022-31123)\n\n* grafana: data source and plugin proxy endpoints leaking authentication tokens to some destination plugins (CVE-2022-31130)\n\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)\n\n* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)\n\n* grafana: Escalation from admin to server admin when auth proxy is used (CVE-2022-35957)\n\n* grafana: Data source and plugin proxy endpoints could leak the authentication cookie to some destination plugins (CVE-2022-39201)\n\n* grafana: using email as a username can block other users from signing in (CVE-2022-39229)\n\n* grafana: email addresses and usernames cannot be trusted (CVE-2022-39306)\n\n* grafana: User enumeration via forget password (CVE-2022-39307)\n\n* grafana: Spoofing of the originalUrl parameter of snapshots (CVE-2022-39324)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: crypto/tls: session tickets lack random ticket_age_add (CVE-2022-30629)\n\n* 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-2022-32189)\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\nSpace precludes documenting all of these changes in this advisory. Users are directed to the Red Hat Ceph Storage Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_ceph_storage/6.1/html/release_notes/index\n\nAll users of Red Hat Ceph Storage are advised to pull these new images from the Red Hat Ecosystem catalog, which provides numerous enhancements and bug fixes.",
"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:3642",
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
},
{
"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_ceph_storage/6.1/html/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/6.1/html/release_notes/index"
},
{
"category": "external",
"summary": "2066563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066563"
},
{
"category": "external",
"summary": "2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "2077688",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077688"
},
{
"category": "external",
"summary": "2077689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077689"
},
{
"category": "external",
"summary": "2082705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2082705"
},
{
"category": "external",
"summary": "2082706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2082706"
},
{
"category": "external",
"summary": "2083778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2083778"
},
{
"category": "external",
"summary": "2084085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084085"
},
{
"category": "external",
"summary": "2085307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2085307"
},
{
"category": "external",
"summary": "2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "2104365",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104365"
},
{
"category": "external",
"summary": "2104367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104367"
},
{
"category": "external",
"summary": "2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "2107390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107390"
},
{
"category": "external",
"summary": "2107392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107392"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2124668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2125514",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2125514"
},
{
"category": "external",
"summary": "2131146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131146"
},
{
"category": "external",
"summary": "2131147",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131147"
},
{
"category": "external",
"summary": "2131148",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131148"
},
{
"category": "external",
"summary": "2131149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131149"
},
{
"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": "2138014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138014"
},
{
"category": "external",
"summary": "2138015",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138015"
},
{
"category": "external",
"summary": "2148252",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148252"
},
{
"category": "external",
"summary": "2149181",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149181"
},
{
"category": "external",
"summary": "2168965",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168965"
},
{
"category": "external",
"summary": "2174461",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174461"
},
{
"category": "external",
"summary": "2174462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174462"
},
{
"category": "external",
"summary": "2186142",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186142"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3642.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ceph Storage 6.1 Container security and bug fix update",
"tracking": {
"current_release_date": "2025-12-04T05:09:04+00:00",
"generator": {
"date": "2025-12-04T05:09:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:3642",
"initial_release_date": "2023-06-15T15:59:41+00:00",
"revision_history": [
{
"date": "2023-06-15T15:59:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-15T15:59:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-04T05:09:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ceph Storage 6.1 Tools",
"product": {
"name": "Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ceph_storage:6.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ceph Storage"
},
{
"branches": [
{
"category": "product_version",
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"product": {
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"product_id": "rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/rhceph-6-dashboard-rhel9\u0026tag=6-75"
}
}
},
{
"category": "product_version",
"name": "rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"product": {
"name": "rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"product_id": "rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/keepalived-rhel9\u0026tag=2.2.4-3"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"product": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"product_id": "rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/rhceph-promtail-rhel9\u0026tag=v2.4.0-5"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"product": {
"name": "rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"product_id": "rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/rhceph-6-rhel9\u0026tag=6-177"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"product": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"product_id": "rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/rhceph-haproxy-rhel9\u0026tag=2.4.17-4"
}
}
},
{
"category": "product_version",
"name": "rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"product": {
"name": "rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"product_id": "rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"product_identification_helper": {
"purl": "pkg:oci/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/snmp-notifier-rhel9\u0026tag=1.2.1-36"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"product": {
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"product_id": "rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/rhceph-6-dashboard-rhel9\u0026tag=6-75"
}
}
},
{
"category": "product_version",
"name": "rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"product": {
"name": "rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"product_id": "rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/keepalived-rhel9\u0026tag=2.2.4-3"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"product": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"product_id": "rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/rhceph-promtail-rhel9\u0026tag=v2.4.0-5"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"product": {
"name": "rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"product_id": "rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/rhceph-6-rhel9\u0026tag=6-177"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"product": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"product_id": "rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/rhceph-haproxy-rhel9\u0026tag=2.4.17-4"
}
}
},
{
"category": "product_version",
"name": "rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"product": {
"name": "rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"product_id": "rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/snmp-notifier-rhel9\u0026tag=1.2.1-36"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"product": {
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"product_id": "rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/rhceph-6-dashboard-rhel9\u0026tag=6-75"
}
}
},
{
"category": "product_version",
"name": "rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"product": {
"name": "rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"product_id": "rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"product_identification_helper": {
"purl": "pkg:oci/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/keepalived-rhel9\u0026tag=2.2.4-3"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"product": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"product_id": "rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/rhceph-promtail-rhel9\u0026tag=v2.4.0-5"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"product": {
"name": "rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"product_id": "rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/rhceph-6-rhel9\u0026tag=6-177"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"product": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"product_id": "rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/rhceph-haproxy-rhel9\u0026tag=2.4.17-4"
}
}
},
{
"category": "product_version",
"name": "rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x",
"product": {
"name": "rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x",
"product_id": "rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/snmp-notifier-rhel9\u0026tag=1.2.1-36"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x"
},
"product_reference": "rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le"
},
"product_reference": "rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64 as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64"
},
"product_reference": "rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64 as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64"
},
"product_reference": "rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x"
},
"product_reference": "rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
},
"product_reference": "rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x"
},
"product_reference": "rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64 as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64"
},
"product_reference": "rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le"
},
"product_reference": "rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64 as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64"
},
"product_reference": "rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le"
},
"product_reference": "rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x"
},
"product_reference": "rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x"
},
"product_reference": "rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64 as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64"
},
"product_reference": "rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le"
},
"product_reference": "rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le"
},
"product_reference": "rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64 as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64"
},
"product_reference": "rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
},
"product_reference": "rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-42581",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-05-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2083778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Ramda NPM package that involves prototype poisoning. This flaw allows attackers to supply a crafted object, affecting the integrity or availability of the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ramda: prototype poisoning",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected components are the application-ui container up to and including RHACM 2.4.4, 2.3.10 and 2.2.13 and grc-ui container up to and including RHACM 2.2.13 versions. However not any RHACM is affected in the kui-web-terminal container as is using already patched and not affected version, therefore we are not impacted in this particular component. In RHACM these components are behind OpenShift OAuth. This restricts access to the vulnerable ramda library to authenticated users only, therefore the impact is reduced to 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-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-42581"
},
{
"category": "external",
"summary": "RHBZ#2083778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2083778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-42581",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42581"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42581",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42581"
},
{
"category": "external",
"summary": "https://github.com/ramda/ramda/pull/3192",
"url": "https://github.com/ramda/ramda/pull/3192"
}
],
"release_date": "2022-05-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"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:H",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ramda: prototype poisoning"
},
{
"cve": "CVE-2022-1650",
"cwe": {
"id": "CWE-359",
"name": "Exposure of Private Personal Information to an Unauthorized Actor"
},
"discovery_date": "2022-05-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2085307"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the EventSource NPM Package. The description from the source states the following message: \"Exposure of Sensitive Information to an Unauthorized Actor.\" This flaw allows an attacker to steal the user\u0027s credentials and then use the credentials to access the legitimate website.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "eventsource: Exposure of Sensitive Information",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1650"
},
{
"category": "external",
"summary": "RHBZ#2085307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2085307"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1650",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1650"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/dc9e467f-be5d-4945-867d-1044d27e9b8e",
"url": "https://huntr.dev/bounties/dc9e467f-be5d-4945-867d-1044d27e9b8e"
}
],
"release_date": "2022-05-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "eventsource: Exposure of Sensitive Information"
},
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding header",
"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-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"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-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"cve": "CVE-2022-21680",
"cwe": {
"id": "CWE-186",
"name": "Overly Restrictive Regular Expression"
},
"discovery_date": "2022-05-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2082705"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the markedjs package. Affected versions of this package are vulnerable to Regular expression Denial of Service (ReDoS) attacks, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "marked: regular expression block.def may lead Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21680"
},
{
"category": "external",
"summary": "RHBZ#2082705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2082705"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21680",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21680"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21680",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21680"
}
],
"release_date": "2022-01-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "marked: regular expression block.def may lead Denial of Service"
},
{
"cve": "CVE-2022-21681",
"cwe": {
"id": "CWE-186",
"name": "Overly Restrictive Regular Expression"
},
"discovery_date": "2022-05-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2082706"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the markedjs package. Affected versions of this package are vulnerable to Regular expression Denial of Service (ReDoS) attacks, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "marked: regular expression inline.reflinkSearch may lead Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21681"
},
{
"category": "external",
"summary": "RHBZ#2082706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2082706"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21681",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21681"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21681",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21681"
}
],
"release_date": "2022-01-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "marked: regular expression inline.reflinkSearch may lead Denial of Service"
},
{
"cve": "CVE-2022-23498",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2023-02-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2167266"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Grafana package. When data-source query caching is enabled, Grafana caches all headers, including `grafana_session.` As a result, any user that queries a data source where the caching is enabled can acquire another user\u2019s session.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: Use of Cache Containing Sensitive Information",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23498"
},
{
"category": "external",
"summary": "RHBZ#2167266",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167266"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23498",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23498"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23498",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23498"
},
{
"category": "external",
"summary": "https://github.com/grafana/grafana/security/advisories/GHSA-2j8f-6whh-frc8",
"url": "https://github.com/grafana/grafana/security/advisories/GHSA-2j8f-6whh-frc8"
}
],
"release_date": "2023-02-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
},
{
"category": "workaround",
"details": "To mitigate the vulnerability, disable the data source query caching for all data sources.",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "grafana: Use of Cache Containing Sensitive Information"
},
{
"cve": "CVE-2022-24675",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2022-04-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2077688"
}
],
"notes": [
{
"category": "description",
"text": "A buffer overflow flaw was found in Golang\u0027s library encoding/pem. This flaw allows an attacker to use a large PEM input (more than 5 MB), causing a stack overflow in Decode, which leads to a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/pem: fix stack overflow in Decode",
"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/.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-120: Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat follows best practice and federal requirements for least privilege, allowing only specific processes to be run with isolated accounts specific to the team and federal platforms that have limited privileges that are only used for a single task. The environment leverages file integrity checks and malicious code protections, such as IPS/IDS and antimalware solutions, to help detect and prevent malicious code that attempts to exploit buffer overflow vulnerabilities. Robust input validation and error-handling mechanisms ensure all user inputs are thoroughly validated, preventing improperly validated inputs from causing system instability, exposing sensitive data, or escalating risks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24675"
},
{
"category": "external",
"summary": "RHBZ#2077688",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077688"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24675",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24675"
},
{
"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-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/pem: fix stack overflow in Decode"
},
{
"cve": "CVE-2022-24785",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2022-04-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2072009"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Moment.js: Path traversal in moment.locale",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Quay 3.10 and above, no version of affected momentjs is present.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24785"
},
{
"category": "external",
"summary": "RHBZ#2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4",
"url": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4"
}
],
"release_date": "2022-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
},
{
"category": "workaround",
"details": "Sanitize the user-provided locale name before passing it to Moment.js.",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Moment.js: Path traversal in moment.locale"
},
{
"cve": "CVE-2022-26148",
"cwe": {
"id": "CWE-312",
"name": "Cleartext Storage of Sensitive Information"
},
"discovery_date": "2022-03-22T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2066563"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Grafana when integrated with Zabbix. The Zabbix password can be found in the api_jsonrpc.php HTML source code. When the user logs in and allows the user to register, one can right-click to view the source code and use Ctrl-F to search for the password in api_jsonrpc.php to discover the Zabbix account password and URL address.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: An information leak issue was discovered in Grafana through 7.3.4, when integrated with Zabbix",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-26148"
},
{
"category": "external",
"summary": "RHBZ#2066563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066563"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-26148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-26148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-26148"
}
],
"release_date": "2022-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: An information leak issue was discovered in Grafana through 7.3.4, when integrated with Zabbix"
},
{
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"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": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-28131",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107390"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang encoding/xml. When calling Decoder, Skip while parsing a deeply nested XML document, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/xml: stack exhaustion in Decoder.Skip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability exists in the calling of the function decoder.skip to a deeply nested XML document. Although the vulnerability exists, it may require that the application accept deeply nested XML from untrusted sources and specifically calls Decoder.Skip on it. In many deployments, that code path might not even be reachable or exposed to external input. On top of that, a successful exploitation will only result in denial of service due to stack exhaustion, which is why this has been marked as moderate by Red Hat.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-28131"
},
{
"category": "external",
"summary": "RHBZ#2107390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107390"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28131",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28131"
},
{
"category": "external",
"summary": "https://go.dev/issue/53614",
"url": "https://go.dev/issue/53614"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/xml: stack exhaustion in Decoder.Skip"
},
{
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"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-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/elliptic: panic caused by oversized scalar"
},
{
"acknowledgments": [
{
"names": [
"Jo\u00ebl G\u00e4hwiler"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-29526",
"cwe": {
"id": "CWE-280",
"name": "Improper Handling of Insufficient Permissions or Privileges "
},
"discovery_date": "2022-05-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2084085"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the syscall.Faccessat function when calling a process by checking the group. This flaw allows an attacker to check the process group permissions rather than a member of the file\u0027s group, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: syscall: faccessat checks wrong group",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-29526"
},
{
"category": "external",
"summary": "RHBZ#2084085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084085"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Y5qrqw_lWdU",
"url": "https://groups.google.com/g/golang-announce/c/Y5qrqw_lWdU"
}
],
"release_date": "2022-05-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: syscall: faccessat checks wrong group"
},
{
"cve": "CVE-2022-30629",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"discovery_date": "2022-06-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2092793"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls golang package. When session tickets are generated by crypto/tls, it is missing the ticket expiration. This issue may allow an attacker to observe the TLS handshakes to correlate successive connections during session resumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: session tickets lack random ticket_age_add",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30629"
},
{
"category": "external",
"summary": "RHBZ#2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg",
"url": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg"
}
],
"release_date": "2022-06-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: crypto/tls: session tickets lack random ticket_age_add"
},
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "RH ProdSec has set the Impact of this vulnerability to Moderate as there is no known method to execute arbitary code. Successful exploitation of this bug can cause the application under attack to panic, merely causing a Denial of Service at the application level. As the kernel is unaffected by this bug, the user can merely relaunch the application to fix the problem. Also, if somehow the application keeps relaunching, the timer watchdogs in the default RHEL kernel will stop the attack in its tracks.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30631",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: compress/gzip: stack exhaustion in Reader.Read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit CVE-2022-30631, an attacker supplies a specially crafted gzip archive to a Go application that uses a vulnerable version of the compress/gzip package without adequate input validation. This can lead to uncontrolled recursion, resulting in stack exhaustion and causing the application to panic, thereby affecting its availability.\n\nAs this is merely a DoS and there is no known way to control the instruction pointer, RH ProdSec has set the impact of this vulnerabilty to \"Moderate\".\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "RHBZ#2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631"
},
{
"category": "external",
"summary": "https://go.dev/issue/53168",
"url": "https://go.dev/issue/53168"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: compress/gzip: stack exhaustion in Reader.Read"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The exploitation of this flaw will only result in a denial of service of the application via the application crashing which is why this has been rated as moderate.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30633",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107392"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Unmarshal on an XML document into a Go struct, which has a nested field that uses the \"any\" field tag, can cause a panic due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/xml: stack exhaustion in Unmarshal",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has marked this as moderate impact for two primary reasons\n1. Though the vulnerability exists, it is hard to exploit in real scenarios (e.g., the attacker must be able to feed crafted XML documents into specific code paths).\n2. The vulnerability is a denial of service (DoS) due to stack exhaustion rather than code execution or data breach. Since it doesn\u2019t compromise confidentiality or integrity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30633"
},
{
"category": "external",
"summary": "RHBZ#2107392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107392"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30633",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30633"
},
{
"category": "external",
"summary": "https://go.dev/issue/53611",
"url": "https://go.dev/issue/53611"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/xml: stack exhaustion in Unmarshal"
},
{
"cve": "CVE-2022-30635",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/gob: stack exhaustion in Decoder.Decode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform (OCP) starting from 4.10 stream is already compiled in the patched version of Go, hence is not affected by this vulnerability.The vulnerability has been rated as moderate instead of high because the vulnerability can only result in a minor denial of service.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "RHBZ#2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635"
},
{
"category": "external",
"summary": "https://go.dev/issue/53615",
"url": "https://go.dev/issue/53615"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/gob: stack exhaustion in Decoder.Decode"
},
{
"cve": "CVE-2022-31097",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2022-07-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2104365"
}
],
"notes": [
{
"category": "description",
"text": "A Cross-site scripting (XSS) vulnerability was found in the Unified Alerting feature of Grafana. This stored XSS can elevate privileges from Editor to Admin.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: stored XSS vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31097"
},
{
"category": "external",
"summary": "RHBZ#2104365",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104365"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31097"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31097",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31097"
},
{
"category": "external",
"summary": "https://github.com/grafana/grafana/security/advisories/GHSA-vw7q-p2qg-4m5f",
"url": "https://github.com/grafana/grafana/security/advisories/GHSA-vw7q-p2qg-4m5f"
}
],
"release_date": "2022-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
},
{
"category": "workaround",
"details": "Disable Unified alerting.\nhttps://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#unified_alerting",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "grafana: stored XSS vulnerability"
},
{
"acknowledgments": [
{
"names": [
"HTTPVoid team"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-31107",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"discovery_date": "2022-07-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2104367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Grafana. This flaw allows a malicious user with the authorization to log into a Grafana instance via a configured OAuth IdP to take over an existing Grafana account under certain conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: OAuth account takeover",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31107"
},
{
"category": "external",
"summary": "RHBZ#2104367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31107",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31107"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31107",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31107"
},
{
"category": "external",
"summary": "https://github.com/grafana/grafana/security/advisories/GHSA-mx47-6497-3fv2",
"url": "https://github.com/grafana/grafana/security/advisories/GHSA-mx47-6497-3fv2"
}
],
"release_date": "2022-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
},
{
"category": "workaround",
"details": "As a workaround, it is possible to disable any OAuth login or ensure that all users authorized to log in via OAuth have a corresponding user account in Grafana linked to their email address.",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"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:L",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "grafana: OAuth account takeover"
},
{
"cve": "CVE-2022-31123",
"discovery_date": "2022-09-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2131147"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Grafana web application, where it is possible to install plugins which are not digitally signed. An admin could install unsigned plugins, which may contain malicious code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: plugin signature bypass",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31123"
},
{
"category": "external",
"summary": "RHBZ#2131147",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131147"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31123",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31123"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31123",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31123"
},
{
"category": "external",
"summary": "https://github.com/grafana/grafana/security/advisories/GHSA-rhxj-gh46-jvw8",
"url": "https://github.com/grafana/grafana/security/advisories/GHSA-rhxj-gh46-jvw8"
}
],
"release_date": "2022-10-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: plugin signature bypass"
},
{
"cve": "CVE-2022-31130",
"discovery_date": "2022-09-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2131146"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Grafana\u0027s use of the GitLab data source plugin, leaking the API key to gitlab. This can result in the destination plugin receiving a Grafana user\u0027s authentication token, which could be used by an attacker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: data source and plugin proxy endpoints leaking authentication tokens to some destination plugins",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31130"
},
{
"category": "external",
"summary": "RHBZ#2131146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131146"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31130",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31130"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31130",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31130"
}
],
"release_date": "2022-10-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: data source and plugin proxy endpoints leaking authentication tokens to some destination plugins"
},
{
"cve": "CVE-2022-32148",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working",
"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-200: Exposure of Sensitive Information to an Unauthorized Actor vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token, multi-factor authentication (MFA), which is coupled with account management controls, including integration with single sign-on (SSO), to ensure that user permissions are restricted to only the functions necessary for their roles. Access to sensitive information is explicitly authorized and enforced based on predefined access policies. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, which helps identify patterns of unauthorized access or data exposure. The platform enforces the use of validated cryptographic modules across compute resources to protect the confidentiality of information, even in the event of interception.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "RHBZ#2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148"
},
{
"category": "external",
"summary": "https://go.dev/issue/53423",
"url": "https://go.dev/issue/53423"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"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": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
},
{
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"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-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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"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-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"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-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/url: JoinPath does not strip relative path components in all circumstances"
},
{
"cve": "CVE-2022-35957",
"cwe": {
"id": "CWE-288",
"name": "Authentication Bypass Using an Alternate Path or Channel"
},
"discovery_date": "2022-09-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2125514"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the grafana package. Auth proxy allows authentication of a user by only providing the username (or email) in an X-WEBAUTH-USER HTTP header. The trust assumption is that a front proxy will take care of authentication and that the Grafana server is only publicly reachable with this front proxy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: Escalation from admin to server admin when auth proxy is used",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-35957"
},
{
"category": "external",
"summary": "RHBZ#2125514",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2125514"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-35957",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35957"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-35957",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-35957"
},
{
"category": "external",
"summary": "https://github.com/grafana/grafana/security/advisories/GHSA-ff5c-938w-8c9q",
"url": "https://github.com/grafana/grafana/security/advisories/GHSA-ff5c-938w-8c9q"
}
],
"release_date": "2022-09-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: Escalation from admin to server admin when auth proxy is used"
},
{
"cve": "CVE-2022-39201",
"discovery_date": "2022-09-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2131148"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Grafana. The vulnerability impacts data source and plugin proxy endpoints under certain conditions. Grafana could leak the authentication cookie of users to plugins, which could result in an impact to confidentiality, integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: Data source and plugin proxy endpoints could leak the authentication cookie to some destination plugins",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39201"
},
{
"category": "external",
"summary": "RHBZ#2131148",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131148"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39201",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39201"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39201",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39201"
}
],
"release_date": "2022-10-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: Data source and plugin proxy endpoints could leak the authentication cookie to some destination plugins"
},
{
"cve": "CVE-2022-39229",
"discovery_date": "2022-09-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2131149"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Grafana web application. When a user logs into the system, either the username or email address can be used. However, the login system allows both a username and connected email to be registered, which could allow an attacker to prevent a user which has an associated email address access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: using email as a username can block other users from signing in",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39229"
},
{
"category": "external",
"summary": "RHBZ#2131149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39229",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39229"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39229",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39229"
}
],
"release_date": "2022-10-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: using email as a username can block other users from signing in"
},
{
"acknowledgments": [
{
"names": [
"Grafana Team"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-39306",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2022-10-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2138014"
}
],
"notes": [
{
"category": "description",
"text": "An authentication bypass flaw was discovered in Grafana. This issue could allow a remote unauthenticated attacker to create an account and provide access to a certain organization, which can be exploited by gaining access to the signup link. The highest impacts to the system are confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: email addresses and usernames cannot be trusted",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39306"
},
{
"category": "external",
"summary": "RHBZ#2138014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39306",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39306"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39306",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39306"
},
{
"category": "external",
"summary": "https://grafana.com/blog/2022/11/08/security-release-new-versions-of-grafana-with-critical-and-moderate-fixes-for-cve-2022-39328-cve-2022-39307-and-cve-2022-39306/",
"url": "https://grafana.com/blog/2022/11/08/security-release-new-versions-of-grafana-with-critical-and-moderate-fixes-for-cve-2022-39328-cve-2022-39307-and-cve-2022-39306/"
}
],
"release_date": "2022-11-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: email addresses and usernames cannot be trusted"
},
{
"acknowledgments": [
{
"names": [
"Grafana Team"
]
}
],
"cve": "CVE-2022-39307",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-10-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2138015"
}
],
"notes": [
{
"category": "description",
"text": "An information leak was discovered in Grafana. Remote unauthenticated users could exploit the forget password feature to discover which user accounts exist.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: User enumeration via forget password",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39307"
},
{
"category": "external",
"summary": "RHBZ#2138015",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138015"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39307",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39307"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39307",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39307"
},
{
"category": "external",
"summary": "https://grafana.com/blog/2022/11/08/security-release-new-versions-of-grafana-with-critical-and-moderate-fixes-for-cve-2022-39328-cve-2022-39307-and-cve-2022-39306/",
"url": "https://grafana.com/blog/2022/11/08/security-release-new-versions-of-grafana-with-critical-and-moderate-fixes-for-cve-2022-39328-cve-2022-39307-and-cve-2022-39306/"
}
],
"release_date": "2022-11-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: User enumeration via forget password"
},
{
"acknowledgments": [
{
"names": [
"Grafana Security Team"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-39324",
"cwe": {
"id": "CWE-472",
"name": "External Control of Assumed-Immutable Web Parameter"
},
"discovery_date": "2022-11-24T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2148252"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the grafana package. While creating a snapshot, an attacker may manipulate a hidden HTTP parameter to inject a malicious URL in the \"Open original dashboard\" button.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: Spoofing of the originalUrl parameter of snapshots",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Service Mesh containers include the Grafana RPM from RHEL and consume CVE fixes for Grafana from RHEL channels. The servicemesh-grafana RPM shipped in early versions of OpenShift Service Mesh 2.1 is no longer maintained.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39324"
},
{
"category": "external",
"summary": "RHBZ#2148252",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148252"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39324",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39324"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39324",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39324"
},
{
"category": "external",
"summary": "https://grafana.com/blog/2023/01/25/grafana-security-releases-new-versions-with-fixes-for-cve-2022-23552-cve-2022-41912-and-cve-2022-39324/",
"url": "https://grafana.com/blog/2023/01/25/grafana-security-releases-new-versions-with-fixes-for-cve-2022-23552-cve-2022-41912-and-cve-2022-39324/"
}
],
"release_date": "2023-01-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: Spoofing of the originalUrl parameter of snapshots"
},
{
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"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-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2022-41912",
"cwe": {
"id": "CWE-165",
"name": "Improper Neutralization of Multiple Internal Special Elements"
},
"discovery_date": "2022-11-29T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2149181"
}
],
"notes": [
{
"category": "description",
"text": "An authentication bypass flaw was discovered in the crewjam/saml go package. A remote unauthenticated attacker could trigger it by sending a SAML request. This would allow an escalation of privileges and then enable compromising system integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crewjam/saml: Authentication bypass when processing SAML responses containing multiple Assertion elements",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Whilst the Red Hat Advanced Cluster Management for Kubernetes (RHACM) acm-grafana container include the vulnerable underscore library, the access to it is protected by OpenShift OAuth. Therefore the impact by this flaw is reduced from Critical to Important.\n\nThe OCP grafana-container includes the vulnerable underscore library, the access to it is protected by OpenShift OAuth. Therefore the impact by this flaw is reduced from Critical to Important.\n\nWhile Red Hat Ceph Storage 4\u0027s grafana-container includes the affected code, this is used for logging and limits access to the rest of the Ceph cluster. Thus the impact has been reduced from critical to important. Red Hat Ceph Storage 3 and 4 do not use crewjam/saml in their version of grafana.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41912"
},
{
"category": "external",
"summary": "RHBZ#2149181",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149181"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41912",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41912"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41912",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41912"
},
{
"category": "external",
"summary": "https://github.com/crewjam/saml/security/advisories/GHSA-j2jp-wvqg-wc2g",
"url": "https://github.com/crewjam/saml/security/advisories/GHSA-j2jp-wvqg-wc2g"
}
],
"release_date": "2022-11-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"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:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crewjam/saml: Authentication bypass when processing SAML responses containing multiple Assertion elements"
}
]
}
RHSA-2022_7129
Vulnerability from csaf_redhat - Published: 2022-10-25 09:07 - Updated: 2024-12-17 22:04Notes
{
"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 git-lfs is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of 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": "Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server.\n\nSecurity Fix(es):\n\n* golang.org/x/text: Panic in language.ParseAcceptLanguage while parsing -u- extension (CVE-2020-28851)\n\n* golang.org/x/text: Panic in language.ParseAcceptLanguage while processing bcp47 tag (CVE-2020-28852)\n\n* golang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n\n* golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)\n\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)\n\n* 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-2022-32189)\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* git-lfs needs to be rebuild with golang 1.17.7-1 or above",
"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-2022:7129",
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "1913333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1913333"
},
{
"category": "external",
"summary": "1913338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1913338"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7129.json"
}
],
"title": "Red Hat Security Advisory: git-lfs security and bug fix update",
"tracking": {
"current_release_date": "2024-12-17T22:04:06+00:00",
"generator": {
"date": "2024-12-17T22:04:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2022:7129",
"initial_release_date": "2022-10-25T09:07:21+00:00",
"revision_history": [
{
"date": "2022-10-25T09:07:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-10-25T09:07:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:04:06+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.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:2.13.3-3.el8_6.src",
"product": {
"name": "git-lfs-0:2.13.3-3.el8_6.src",
"product_id": "git-lfs-0:2.13.3-3.el8_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@2.13.3-3.el8_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:2.13.3-3.el8_6.aarch64",
"product": {
"name": "git-lfs-0:2.13.3-3.el8_6.aarch64",
"product_id": "git-lfs-0:2.13.3-3.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@2.13.3-3.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"product": {
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"product_id": "git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@2.13.3-3.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"product": {
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"product_id": "git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@2.13.3-3.el8_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:2.13.3-3.el8_6.ppc64le",
"product": {
"name": "git-lfs-0:2.13.3-3.el8_6.ppc64le",
"product_id": "git-lfs-0:2.13.3-3.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@2.13.3-3.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"product": {
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"product_id": "git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@2.13.3-3.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"product": {
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"product_id": "git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@2.13.3-3.el8_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:2.13.3-3.el8_6.x86_64",
"product": {
"name": "git-lfs-0:2.13.3-3.el8_6.x86_64",
"product_id": "git-lfs-0:2.13.3-3.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@2.13.3-3.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64",
"product": {
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64",
"product_id": "git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@2.13.3-3.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"product": {
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"product_id": "git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@2.13.3-3.el8_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:2.13.3-3.el8_6.s390x",
"product": {
"name": "git-lfs-0:2.13.3-3.el8_6.s390x",
"product_id": "git-lfs-0:2.13.3-3.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@2.13.3-3.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"product": {
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"product_id": "git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@2.13.3-3.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"product": {
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"product_id": "git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@2.13.3-3.el8_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:2.13.3-3.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64"
},
"product_reference": "git-lfs-0:2.13.3-3.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:2.13.3-3.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le"
},
"product_reference": "git-lfs-0:2.13.3-3.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:2.13.3-3.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x"
},
"product_reference": "git-lfs-0:2.13.3-3.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:2.13.3-3.el8_6.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src"
},
"product_reference": "git-lfs-0:2.13.3-3.el8_6.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:2.13.3-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64"
},
"product_reference": "git-lfs-0:2.13.3-3.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64"
},
"product_reference": "git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le"
},
"product_reference": "git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x"
},
"product_reference": "git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64"
},
"product_reference": "git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64"
},
"product_reference": "git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le"
},
"product_reference": "git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x"
},
"product_reference": "git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
},
"product_reference": "git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-28851",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"discovery_date": "2021-01-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1913333"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org. In x/text, an \"index out of range\" panic occurs in language.ParseAcceptLanguage while parsing the -u- extension.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/text: Panic in language.ParseAcceptLanguage while parsing -u- extension",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Below Red Hat products include the affected version of \u0027golang.org/x/text\u0027, however the language package is not being used and hence they are rated as having a security impact of Low. A future update may address this issue.\n\n* Red Hat OpenShift Container Storage 4\n* OpenShift ServiceMesh (OSSM)\n* Red Hat Gluster Storage 3\n* Windows Container Support for Red Hat OpenShift\n\nOnly three components in OpenShift Container Platform include the affected package, \u0027golang.org/x/text/language\u0027 , the installer, baremetal installer and thanos container images. All other components that include a version of \u0027golang.org/x/text\u0027 do not include the \u0027language\u0027 package and are therefore 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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28851"
},
{
"category": "external",
"summary": "RHBZ#1913333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1913333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28851",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28851"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28851",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28851"
}
],
"release_date": "2021-01-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/text: Panic in language.ParseAcceptLanguage while parsing -u- extension"
},
{
"cve": "CVE-2020-28852",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"discovery_date": "2021-01-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1913338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org. In x/text, a \"slice bounds out of range\" panic occurs in language.ParseAcceptLanguage while processing a BCP 47 tag.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/text: Panic in language.ParseAcceptLanguage while processing bcp47 tag",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Below Red Hat products include the affected version of \u0027golang.org/x/text\u0027, however the language package is not being used and hence they are rated as having a security impact of Low. A future update may address this issue.\n\n* Red Hat OpenShift Container Storage 4\n* OpenShift ServiceMesh (OSSM)\n* Red Hat Gluster Storage 3\n* Windows Container Support for Red Hat OpenShift\n\nOnly three components in OpenShift Container Platform include the affected package, \u0027golang.org/x/text/language\u0027 , the installer, baremetal installer and thanos container images. All other components that include a version of \u0027golang.org/x/text\u0027 do not include the \u0027language\u0027 package and are therefore 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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28852"
},
{
"category": "external",
"summary": "RHBZ#1913338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1913338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28852",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28852"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28852",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28852"
}
],
"release_date": "2021-01-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/text: Panic in language.ParseAcceptLanguage while processing bcp47 tag"
},
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding 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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
}
],
"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": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"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": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
}
],
"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": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30635",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/gob: stack exhaustion in Decoder.Decode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform (OCP) starting from 4.10 stream is already compiled in the patched version of Go, hence is not affected by this vulnerability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "RHBZ#2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635"
},
{
"category": "external",
"summary": "https://go.dev/issue/53615",
"url": "https://go.dev/issue/53615"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/gob: stack exhaustion in Decoder.Decode"
},
{
"cve": "CVE-2022-32148",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "RHBZ#2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148"
},
{
"category": "external",
"summary": "https://go.dev/issue/53423",
"url": "https://go.dev/issue/53423"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
}
],
"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": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
},
{
"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": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
},
"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": "2022-10-25T09:07:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
}
],
"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": [
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.src",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debuginfo-0:2.13.3-3.el8_6.x86_64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.aarch64",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.s390x",
"AppStream-8.6.0.Z.MAIN.EUS:git-lfs-debugsource-0:2.13.3-3.el8_6.x86_64"
]
}
],
"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"
}
]
}
RHSA-2023_3642
Vulnerability from csaf_redhat - Published: 2023-06-15 15:59 - 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": "A new container image for Red Hat Ceph Storage 6.1 is now available in the Red Hat Ecosystem Catalog.\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 Ceph Storage is a scalable, open, software-defined storage platform that combines the most stable version of the Ceph storage system with a Ceph management platform, deployment utilities, and support services.\n\nThis new container image is based on Red Hat Ceph Storage 6.1 and Red Hat Enterprise Linux 9.\n\nSecurity Fix(es):\n\n* crewjam/saml: Authentication bypass when processing SAML responses containing multiple Assertion elements (CVE-2022-41912)\n\n* eventsource: Exposure of Sensitive Information (CVE-2022-1650)\n\n* grafana: stored XSS vulnerability (CVE-2022-31097)\n\n* grafana: OAuth account takeover (CVE-2022-31107)\n\n* ramda: prototype poisoning (CVE-2021-42581)\n\n* golang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* marked: regular expression block.def may lead Denial of Service (CVE-2022-21680)\n\n* marked: regular expression inline.reflinkSearch may lead Denial of Service (CVE-2022-21681)\n\n* golang: encoding/pem: fix stack overflow in Decode (CVE-2022-24675)\n\n* Moment.js: Path traversal in moment.locale (CVE-2022-24785)\n\n* grafana: An information leak issue was discovered in Grafana through 7.3.4, when integrated with Zabbix (CVE-2022-26148)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: encoding/xml: stack exhaustion in Decoder.Skip (CVE-2022-28131)\n\n* golang: crypto/elliptic: panic caused by oversized scalar (CVE-2022-28327)\n\n* golang: syscall: faccessat checks wrong group (CVE-2022-29526)\n\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\n\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n\n* golang: encoding/xml: stack exhaustion in Unmarshal (CVE-2022-30633)\n\n* golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)\n\n* grafana: plugin signature bypass (CVE-2022-31123)\n\n* grafana: data source and plugin proxy endpoints leaking authentication tokens to some destination plugins (CVE-2022-31130)\n\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)\n\n* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)\n\n* grafana: Escalation from admin to server admin when auth proxy is used (CVE-2022-35957)\n\n* grafana: Data source and plugin proxy endpoints could leak the authentication cookie to some destination plugins (CVE-2022-39201)\n\n* grafana: using email as a username can block other users from signing in (CVE-2022-39229)\n\n* grafana: email addresses and usernames cannot be trusted (CVE-2022-39306)\n\n* grafana: User enumeration via forget password (CVE-2022-39307)\n\n* grafana: Spoofing of the originalUrl parameter of snapshots (CVE-2022-39324)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: crypto/tls: session tickets lack random ticket_age_add (CVE-2022-30629)\n\n* 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-2022-32189)\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\nSpace precludes documenting all of these changes in this advisory. Users are directed to the Red Hat Ceph Storage Release Notes for information on the most significant of these changes:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_ceph_storage/6.1/html/release_notes/index\n\nAll users of Red Hat Ceph Storage are advised to pull these new images from the Red Hat Ecosystem catalog, which provides numerous enhancements and bug fixes.",
"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:3642",
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
},
{
"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_ceph_storage/6.1/html/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/6.1/html/release_notes/index"
},
{
"category": "external",
"summary": "2066563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066563"
},
{
"category": "external",
"summary": "2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "2077688",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077688"
},
{
"category": "external",
"summary": "2077689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077689"
},
{
"category": "external",
"summary": "2082705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2082705"
},
{
"category": "external",
"summary": "2082706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2082706"
},
{
"category": "external",
"summary": "2083778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2083778"
},
{
"category": "external",
"summary": "2084085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084085"
},
{
"category": "external",
"summary": "2085307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2085307"
},
{
"category": "external",
"summary": "2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "2104365",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104365"
},
{
"category": "external",
"summary": "2104367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104367"
},
{
"category": "external",
"summary": "2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "2107390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107390"
},
{
"category": "external",
"summary": "2107392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107392"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2124668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2125514",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2125514"
},
{
"category": "external",
"summary": "2131146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131146"
},
{
"category": "external",
"summary": "2131147",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131147"
},
{
"category": "external",
"summary": "2131148",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131148"
},
{
"category": "external",
"summary": "2131149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131149"
},
{
"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": "2138014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138014"
},
{
"category": "external",
"summary": "2138015",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138015"
},
{
"category": "external",
"summary": "2148252",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148252"
},
{
"category": "external",
"summary": "2149181",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149181"
},
{
"category": "external",
"summary": "2168965",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168965"
},
{
"category": "external",
"summary": "2174461",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174461"
},
{
"category": "external",
"summary": "2174462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174462"
},
{
"category": "external",
"summary": "2186142",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186142"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3642.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ceph Storage 6.1 Container security and bug fix update",
"tracking": {
"current_release_date": "2024-12-17T22:21:21+00:00",
"generator": {
"date": "2024-12-17T22:21:21+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3642",
"initial_release_date": "2023-06-15T15:59:41+00:00",
"revision_history": [
{
"date": "2023-06-15T15:59:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-15T15:59:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:21:21+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ceph Storage 6.1 Tools",
"product": {
"name": "Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ceph_storage:6.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ceph Storage"
},
{
"branches": [
{
"category": "product_version",
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"product": {
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"product_id": "rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/rhceph-6-dashboard-rhel9\u0026tag=6-75"
}
}
},
{
"category": "product_version",
"name": "rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"product": {
"name": "rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"product_id": "rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/keepalived-rhel9\u0026tag=2.2.4-3"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"product": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"product_id": "rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/rhceph-promtail-rhel9\u0026tag=v2.4.0-5"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"product": {
"name": "rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"product_id": "rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/rhceph-6-rhel9\u0026tag=6-177"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"product": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"product_id": "rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/rhceph-haproxy-rhel9\u0026tag=2.4.17-4"
}
}
},
{
"category": "product_version",
"name": "rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"product": {
"name": "rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"product_id": "rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"product_identification_helper": {
"purl": "pkg:oci/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661?arch=amd64\u0026repository_url=registry.redhat.io/rhceph/snmp-notifier-rhel9\u0026tag=1.2.1-36"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"product": {
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"product_id": "rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/rhceph-6-dashboard-rhel9\u0026tag=6-75"
}
}
},
{
"category": "product_version",
"name": "rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"product": {
"name": "rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"product_id": "rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/keepalived-rhel9\u0026tag=2.2.4-3"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"product": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"product_id": "rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/rhceph-promtail-rhel9\u0026tag=v2.4.0-5"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"product": {
"name": "rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"product_id": "rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/rhceph-6-rhel9\u0026tag=6-177"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"product": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"product_id": "rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/rhceph-haproxy-rhel9\u0026tag=2.4.17-4"
}
}
},
{
"category": "product_version",
"name": "rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"product": {
"name": "rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"product_id": "rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676?arch=ppc64le\u0026repository_url=registry.redhat.io/rhceph/snmp-notifier-rhel9\u0026tag=1.2.1-36"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"product": {
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"product_id": "rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/rhceph-6-dashboard-rhel9\u0026tag=6-75"
}
}
},
{
"category": "product_version",
"name": "rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"product": {
"name": "rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"product_id": "rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"product_identification_helper": {
"purl": "pkg:oci/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/keepalived-rhel9\u0026tag=2.2.4-3"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"product": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"product_id": "rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/rhceph-promtail-rhel9\u0026tag=v2.4.0-5"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"product": {
"name": "rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"product_id": "rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/rhceph-6-rhel9\u0026tag=6-177"
}
}
},
{
"category": "product_version",
"name": "rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"product": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"product_id": "rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/rhceph-haproxy-rhel9\u0026tag=2.4.17-4"
}
}
},
{
"category": "product_version",
"name": "rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x",
"product": {
"name": "rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x",
"product_id": "rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf?arch=s390x\u0026repository_url=registry.redhat.io/rhceph/snmp-notifier-rhel9\u0026tag=1.2.1-36"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x"
},
"product_reference": "rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le"
},
"product_reference": "rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64 as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64"
},
"product_reference": "rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64 as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64"
},
"product_reference": "rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x"
},
"product_reference": "rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
},
"product_reference": "rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x"
},
"product_reference": "rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64 as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64"
},
"product_reference": "rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le"
},
"product_reference": "rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64 as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64"
},
"product_reference": "rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le"
},
"product_reference": "rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x"
},
"product_reference": "rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x"
},
"product_reference": "rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64 as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64"
},
"product_reference": "rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le"
},
"product_reference": "rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le"
},
"product_reference": "rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64 as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64"
},
"product_reference": "rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x as a component of Red Hat Ceph Storage 6.1 Tools",
"product_id": "9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
},
"product_reference": "rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x",
"relates_to_product_reference": "9Base-RHCEPH-6.1-Tools"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-42581",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-05-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2083778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Ramda NPM package that involves prototype poisoning. This flaw allows attackers to supply a crafted object, affecting the integrity or availability of the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ramda: prototype poisoning",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected components are the application-ui container up to and including RHACM 2.4.4, 2.3.10 and 2.2.13 and grc-ui container up to and including RHACM 2.2.13 versions. However not any RHACM is affected in the kui-web-terminal container as is using already patched and not affected version, therefore we are not impacted in this particular component. In RHACM these components are behind OpenShift OAuth. This restricts access to the vulnerable ramda library to authenticated users only, therefore the impact is reduced to 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-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-42581"
},
{
"category": "external",
"summary": "RHBZ#2083778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2083778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-42581",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42581"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42581",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42581"
},
{
"category": "external",
"summary": "https://github.com/ramda/ramda/pull/3192",
"url": "https://github.com/ramda/ramda/pull/3192"
}
],
"release_date": "2022-05-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"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:H",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ramda: prototype poisoning"
},
{
"cve": "CVE-2022-1650",
"cwe": {
"id": "CWE-359",
"name": "Exposure of Private Personal Information to an Unauthorized Actor"
},
"discovery_date": "2022-05-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2085307"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the EventSource NPM Package. The description from the source states the following message: \"Exposure of Sensitive Information to an Unauthorized Actor.\" This flaw allows an attacker to steal the user\u0027s credentials and then use the credentials to access the legitimate website.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "eventsource: Exposure of Sensitive Information",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1650"
},
{
"category": "external",
"summary": "RHBZ#2085307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2085307"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1650",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1650"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/dc9e467f-be5d-4945-867d-1044d27e9b8e",
"url": "https://huntr.dev/bounties/dc9e467f-be5d-4945-867d-1044d27e9b8e"
}
],
"release_date": "2022-05-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "eventsource: Exposure of Sensitive Information"
},
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding header",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"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-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"cve": "CVE-2022-21680",
"cwe": {
"id": "CWE-186",
"name": "Overly Restrictive Regular Expression"
},
"discovery_date": "2022-05-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2082705"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the markedjs package. Affected versions of this package are vulnerable to Regular expression Denial of Service (ReDoS) attacks, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "marked: regular expression block.def may lead Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21680"
},
{
"category": "external",
"summary": "RHBZ#2082705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2082705"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21680",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21680"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21680",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21680"
}
],
"release_date": "2022-01-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "marked: regular expression block.def may lead Denial of Service"
},
{
"cve": "CVE-2022-21681",
"cwe": {
"id": "CWE-186",
"name": "Overly Restrictive Regular Expression"
},
"discovery_date": "2022-05-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2082706"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the markedjs package. Affected versions of this package are vulnerable to Regular expression Denial of Service (ReDoS) attacks, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "marked: regular expression inline.reflinkSearch may lead Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21681"
},
{
"category": "external",
"summary": "RHBZ#2082706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2082706"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21681",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21681"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21681",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21681"
}
],
"release_date": "2022-01-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "marked: regular expression inline.reflinkSearch may lead Denial of Service"
},
{
"cve": "CVE-2022-23498",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2023-02-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2167266"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Grafana package. When data-source query caching is enabled, Grafana caches all headers, including `grafana_session.` As a result, any user that queries a data source where the caching is enabled can acquire another user\u2019s session.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: Use of Cache Containing Sensitive Information",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23498"
},
{
"category": "external",
"summary": "RHBZ#2167266",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167266"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23498",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23498"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23498",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23498"
},
{
"category": "external",
"summary": "https://github.com/grafana/grafana/security/advisories/GHSA-2j8f-6whh-frc8",
"url": "https://github.com/grafana/grafana/security/advisories/GHSA-2j8f-6whh-frc8"
}
],
"release_date": "2023-02-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
},
{
"category": "workaround",
"details": "To mitigate the vulnerability, disable the data source query caching for all data sources.",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "grafana: Use of Cache Containing Sensitive Information"
},
{
"cve": "CVE-2022-24675",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2022-04-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2077688"
}
],
"notes": [
{
"category": "description",
"text": "A buffer overflow flaw was found in Golang\u0027s library encoding/pem. This flaw allows an attacker to use a large PEM input (more than 5 MB), causing a stack overflow in Decode, which leads to a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/pem: fix stack overflow in Decode",
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24675"
},
{
"category": "external",
"summary": "RHBZ#2077688",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077688"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24675",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24675"
},
{
"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-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/pem: fix stack overflow in Decode"
},
{
"cve": "CVE-2022-24785",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2022-04-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2072009"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Moment.js: Path traversal in moment.locale",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24785"
},
{
"category": "external",
"summary": "RHBZ#2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4",
"url": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4"
}
],
"release_date": "2022-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
},
{
"category": "workaround",
"details": "Sanitize the user-provided locale name before passing it to Moment.js.",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Moment.js: Path traversal in moment.locale"
},
{
"cve": "CVE-2022-26148",
"cwe": {
"id": "CWE-312",
"name": "Cleartext Storage of Sensitive Information"
},
"discovery_date": "2022-03-22T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2066563"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Grafana when integrated with Zabbix. The Zabbix password can be found in the api_jsonrpc.php HTML source code. When the user logs in and allows the user to register, one can right-click to view the source code and use Ctrl-F to search for the password in api_jsonrpc.php to discover the Zabbix account password and URL address.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: An information leak issue was discovered in Grafana through 7.3.4, when integrated with Zabbix",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-26148"
},
{
"category": "external",
"summary": "RHBZ#2066563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066563"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-26148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-26148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-26148"
}
],
"release_date": "2022-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: An information leak issue was discovered in Grafana through 7.3.4, when integrated with Zabbix"
},
{
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"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": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-28131",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107390"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang encoding/xml. When calling Decoder, Skip while parsing a deeply nested XML document, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/xml: stack exhaustion in Decoder.Skip",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-28131"
},
{
"category": "external",
"summary": "RHBZ#2107390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107390"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28131",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28131"
},
{
"category": "external",
"summary": "https://go.dev/issue/53614",
"url": "https://go.dev/issue/53614"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/xml: stack exhaustion in Decoder.Skip"
},
{
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"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-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/elliptic: panic caused by oversized scalar"
},
{
"acknowledgments": [
{
"names": [
"Jo\u00ebl G\u00e4hwiler"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-29526",
"cwe": {
"id": "CWE-280",
"name": "Improper Handling of Insufficient Permissions or Privileges "
},
"discovery_date": "2022-05-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2084085"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the syscall.Faccessat function when calling a process by checking the group. This flaw allows an attacker to check the process group permissions rather than a member of the file\u0027s group, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: syscall: faccessat checks wrong group",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-29526"
},
{
"category": "external",
"summary": "RHBZ#2084085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084085"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Y5qrqw_lWdU",
"url": "https://groups.google.com/g/golang-announce/c/Y5qrqw_lWdU"
}
],
"release_date": "2022-05-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: syscall: faccessat checks wrong group"
},
{
"cve": "CVE-2022-30629",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"discovery_date": "2022-06-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2092793"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls golang package. When session tickets are generated by crypto/tls, it is missing the ticket expiration. This issue may allow an attacker to observe the TLS handshakes to correlate successive connections during session resumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: session tickets lack random ticket_age_add",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30629"
},
{
"category": "external",
"summary": "RHBZ#2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg",
"url": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg"
}
],
"release_date": "2022-06-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: crypto/tls: session tickets lack random ticket_age_add"
},
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30631",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: compress/gzip: stack exhaustion in Reader.Read",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "RHBZ#2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631"
},
{
"category": "external",
"summary": "https://go.dev/issue/53168",
"url": "https://go.dev/issue/53168"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: compress/gzip: stack exhaustion in Reader.Read"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30633",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107392"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Unmarshal on an XML document into a Go struct, which has a nested field that uses the \"any\" field tag, can cause a panic due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/xml: stack exhaustion in Unmarshal",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30633"
},
{
"category": "external",
"summary": "RHBZ#2107392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107392"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30633",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30633"
},
{
"category": "external",
"summary": "https://go.dev/issue/53611",
"url": "https://go.dev/issue/53611"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/xml: stack exhaustion in Unmarshal"
},
{
"cve": "CVE-2022-30635",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/gob: stack exhaustion in Decoder.Decode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform (OCP) starting from 4.10 stream is already compiled in the patched version of Go, hence is not affected by this vulnerability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "RHBZ#2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635"
},
{
"category": "external",
"summary": "https://go.dev/issue/53615",
"url": "https://go.dev/issue/53615"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/gob: stack exhaustion in Decoder.Decode"
},
{
"cve": "CVE-2022-31097",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2022-07-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2104365"
}
],
"notes": [
{
"category": "description",
"text": "A Cross-site scripting (XSS) vulnerability was found in the Unified Alerting feature of Grafana. This stored XSS can elevate privileges from Editor to Admin.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: stored XSS vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31097"
},
{
"category": "external",
"summary": "RHBZ#2104365",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104365"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31097"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31097",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31097"
},
{
"category": "external",
"summary": "https://github.com/grafana/grafana/security/advisories/GHSA-vw7q-p2qg-4m5f",
"url": "https://github.com/grafana/grafana/security/advisories/GHSA-vw7q-p2qg-4m5f"
}
],
"release_date": "2022-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
},
{
"category": "workaround",
"details": "Disable Unified alerting.\nhttps://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#unified_alerting",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "grafana: stored XSS vulnerability"
},
{
"acknowledgments": [
{
"names": [
"HTTPVoid team"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-31107",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"discovery_date": "2022-07-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2104367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Grafana. This flaw allows a malicious user with the authorization to log into a Grafana instance via a configured OAuth IdP to take over an existing Grafana account under certain conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: OAuth account takeover",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31107"
},
{
"category": "external",
"summary": "RHBZ#2104367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31107",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31107"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31107",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31107"
},
{
"category": "external",
"summary": "https://github.com/grafana/grafana/security/advisories/GHSA-mx47-6497-3fv2",
"url": "https://github.com/grafana/grafana/security/advisories/GHSA-mx47-6497-3fv2"
}
],
"release_date": "2022-07-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
},
{
"category": "workaround",
"details": "As a workaround, it is possible to disable any OAuth login or ensure that all users authorized to log in via OAuth have a corresponding user account in Grafana linked to their email address.",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"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:L",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "grafana: OAuth account takeover"
},
{
"cve": "CVE-2022-31123",
"discovery_date": "2022-09-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2131147"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Grafana web application, where it is possible to install plugins which are not digitally signed. An admin could install unsigned plugins, which may contain malicious code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: plugin signature bypass",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31123"
},
{
"category": "external",
"summary": "RHBZ#2131147",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131147"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31123",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31123"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31123",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31123"
},
{
"category": "external",
"summary": "https://github.com/grafana/grafana/security/advisories/GHSA-rhxj-gh46-jvw8",
"url": "https://github.com/grafana/grafana/security/advisories/GHSA-rhxj-gh46-jvw8"
}
],
"release_date": "2022-10-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: plugin signature bypass"
},
{
"cve": "CVE-2022-31130",
"discovery_date": "2022-09-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2131146"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Grafana\u0027s use of the GitLab data source plugin, leaking the API key to gitlab. This can result in the destination plugin receiving a Grafana user\u0027s authentication token, which could be used by an attacker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: data source and plugin proxy endpoints leaking authentication tokens to some destination plugins",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31130"
},
{
"category": "external",
"summary": "RHBZ#2131146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131146"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31130",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31130"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31130",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31130"
}
],
"release_date": "2022-10-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: data source and plugin proxy endpoints leaking authentication tokens to some destination plugins"
},
{
"cve": "CVE-2022-32148",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "RHBZ#2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148"
},
{
"category": "external",
"summary": "https://go.dev/issue/53423",
"url": "https://go.dev/issue/53423"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"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": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"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-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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"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-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"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-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/url: JoinPath does not strip relative path components in all circumstances"
},
{
"cve": "CVE-2022-35957",
"cwe": {
"id": "CWE-288",
"name": "Authentication Bypass Using an Alternate Path or Channel"
},
"discovery_date": "2022-09-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2125514"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the grafana package. Auth proxy allows authentication of a user by only providing the username (or email) in an X-WEBAUTH-USER HTTP header. The trust assumption is that a front proxy will take care of authentication and that the Grafana server is only publicly reachable with this front proxy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: Escalation from admin to server admin when auth proxy is used",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-35957"
},
{
"category": "external",
"summary": "RHBZ#2125514",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2125514"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-35957",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35957"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-35957",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-35957"
},
{
"category": "external",
"summary": "https://github.com/grafana/grafana/security/advisories/GHSA-ff5c-938w-8c9q",
"url": "https://github.com/grafana/grafana/security/advisories/GHSA-ff5c-938w-8c9q"
}
],
"release_date": "2022-09-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: Escalation from admin to server admin when auth proxy is used"
},
{
"cve": "CVE-2022-39201",
"discovery_date": "2022-09-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2131148"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Grafana. The vulnerability impacts data source and plugin proxy endpoints under certain conditions. Grafana could leak the authentication cookie of users to plugins, which could result in an impact to confidentiality, integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: Data source and plugin proxy endpoints could leak the authentication cookie to some destination plugins",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39201"
},
{
"category": "external",
"summary": "RHBZ#2131148",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131148"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39201",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39201"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39201",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39201"
}
],
"release_date": "2022-10-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: Data source and plugin proxy endpoints could leak the authentication cookie to some destination plugins"
},
{
"cve": "CVE-2022-39229",
"discovery_date": "2022-09-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2131149"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Grafana web application. When a user logs into the system, either the username or email address can be used. However, the login system allows both a username and connected email to be registered, which could allow an attacker to prevent a user which has an associated email address access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: using email as a username can block other users from signing in",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39229"
},
{
"category": "external",
"summary": "RHBZ#2131149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39229",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39229"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39229",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39229"
}
],
"release_date": "2022-10-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: using email as a username can block other users from signing in"
},
{
"acknowledgments": [
{
"names": [
"Grafana Team"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-39306",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2022-10-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2138014"
}
],
"notes": [
{
"category": "description",
"text": "An authentication bypass flaw was discovered in Grafana. This issue could allow a remote unauthenticated attacker to create an account and provide access to a certain organization, which can be exploited by gaining access to the signup link. The highest impacts to the system are confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: email addresses and usernames cannot be trusted",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39306"
},
{
"category": "external",
"summary": "RHBZ#2138014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39306",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39306"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39306",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39306"
},
{
"category": "external",
"summary": "https://grafana.com/blog/2022/11/08/security-release-new-versions-of-grafana-with-critical-and-moderate-fixes-for-cve-2022-39328-cve-2022-39307-and-cve-2022-39306/",
"url": "https://grafana.com/blog/2022/11/08/security-release-new-versions-of-grafana-with-critical-and-moderate-fixes-for-cve-2022-39328-cve-2022-39307-and-cve-2022-39306/"
}
],
"release_date": "2022-11-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: email addresses and usernames cannot be trusted"
},
{
"acknowledgments": [
{
"names": [
"Grafana Team"
]
}
],
"cve": "CVE-2022-39307",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-10-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2138015"
}
],
"notes": [
{
"category": "description",
"text": "An information leak was discovered in Grafana. Remote unauthenticated users could exploit the forget password feature to discover which user accounts exist.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: User enumeration via forget password",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39307"
},
{
"category": "external",
"summary": "RHBZ#2138015",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138015"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39307",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39307"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39307",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39307"
},
{
"category": "external",
"summary": "https://grafana.com/blog/2022/11/08/security-release-new-versions-of-grafana-with-critical-and-moderate-fixes-for-cve-2022-39328-cve-2022-39307-and-cve-2022-39306/",
"url": "https://grafana.com/blog/2022/11/08/security-release-new-versions-of-grafana-with-critical-and-moderate-fixes-for-cve-2022-39328-cve-2022-39307-and-cve-2022-39306/"
}
],
"release_date": "2022-11-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"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-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: User enumeration via forget password"
},
{
"acknowledgments": [
{
"names": [
"Grafana Security Team"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-39324",
"cwe": {
"id": "CWE-472",
"name": "External Control of Assumed-Immutable Web Parameter"
},
"discovery_date": "2022-11-24T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2148252"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the grafana package. While creating a snapshot, an attacker may manipulate a hidden HTTP parameter to inject a malicious URL in the \"Open original dashboard\" button.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana: Spoofing of the originalUrl parameter of snapshots",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Service Mesh containers include the Grafana RPM from RHEL and consume CVE fixes for Grafana from RHEL channels. The servicemesh-grafana RPM shipped in early versions of OpenShift Service Mesh 2.1 is no longer maintained.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39324"
},
{
"category": "external",
"summary": "RHBZ#2148252",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148252"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39324",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39324"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39324",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39324"
},
{
"category": "external",
"summary": "https://grafana.com/blog/2023/01/25/grafana-security-releases-new-versions-with-fixes-for-cve-2022-23552-cve-2022-41912-and-cve-2022-39324/",
"url": "https://grafana.com/blog/2023/01/25/grafana-security-releases-new-versions-with-fixes-for-cve-2022-23552-cve-2022-41912-and-cve-2022-39324/"
}
],
"release_date": "2023-01-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grafana: Spoofing of the originalUrl parameter of snapshots"
},
{
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"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-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"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": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2022-41912",
"cwe": {
"id": "CWE-165",
"name": "Improper Neutralization of Multiple Internal Special Elements"
},
"discovery_date": "2022-11-29T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2149181"
}
],
"notes": [
{
"category": "description",
"text": "An authentication bypass flaw was discovered in the crewjam/saml go package. A remote unauthenticated attacker could trigger it by sending a SAML request. This would allow an escalation of privileges and then enable compromising system integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crewjam/saml: Authentication bypass when processing SAML responses containing multiple Assertion elements",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Whilst the Red Hat Advanced Cluster Management for Kubernetes (RHACM) acm-grafana container include the vulnerable underscore library, the access to it is protected by OpenShift OAuth. Therefore the impact by this flaw is reduced from Critical to Important.\n\nThe OCP grafana-container includes the vulnerable underscore library, the access to it is protected by OpenShift OAuth. Therefore the impact by this flaw is reduced from Critical to Important.\n\nWhile Red Hat Ceph Storage 4\u0027s grafana-container includes the affected code, this is used for logging and limits access to the rest of the Ceph cluster. Thus the impact has been reduced from critical to important. Red Hat Ceph Storage 3 and 4 do not use crewjam/saml in their version of grafana.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"known_not_affected": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41912"
},
{
"category": "external",
"summary": "RHBZ#2149181",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149181"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41912",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41912"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41912",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41912"
},
{
"category": "external",
"summary": "https://github.com/crewjam/saml/security/advisories/GHSA-j2jp-wvqg-wc2g",
"url": "https://github.com/crewjam/saml/security/advisories/GHSA-j2jp-wvqg-wc2g"
}
],
"release_date": "2022-11-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-15T15:59:41+00:00",
"details": "For details on how to apply this update, see Upgrade a Red Hat Ceph Storage\ncluster using cephadm in the Red Hat Storage Ceph Upgrade\nGuide.(https://access.redhat.com/documentation/en-us/red_hat_ceph_storage)",
"product_ids": [
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"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:N",
"version": "3.1"
},
"products": [
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:2ae4274163155d880cbd41d1a197d6856f326501a50e028ff3de9ff8a85b3e97_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:36abd2b22ebabea813c5afde35b0b80a200056f811267e89f0270da9155b1a22_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/keepalived-rhel9@sha256:b21d882fd2d08d6f162dbb63e0626d9d6aa892a677c5a28edc97b84feef1655a_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:1d7ca201b778e6a6cb559129e240233b6b6461399c67f979c07d5fe288c400f6_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:3fb7480f9d68333e168eae0c9fbeceb0df7962a40c25ecced81ea4c4959b2c25_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-dashboard-rhel9@sha256:50329da263e8ef00c47632156761621bac30fead5e574ef23cd1d30b7af0019a_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:72bd6eb932a368af10d5c607d8b60e0fe8b87862f4adaa17fd022a3427a46ca8_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:953630d9f9924f17ab7ce168772c3facbaf6866b79a1cf0fb9aee1dcf6eb8c7d_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-6-rhel9@sha256:9b477366f861df49b533d95941b9770b032827bb4a259c5f86abce8705960c05_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:720b3207087d4feb8ab59ffd0b70d6bc22fa21d53b62393779dfaf8972a32e60_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:8cc4a146d7be5046b416fe9c04d77b4f0a25a2ab7180fdbf8c46cff8e2483080_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-haproxy-rhel9@sha256:e4da2c9d53159d43c6795151eb3c9dea373da19b34d76094b60e7a2466415d62_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:44697ad0d15d1f37b98243f5f013cb9271d70e2b10ab52093a1d7e3409a674b2_s390x",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:b46c0196fab3bd3a60b64a1d7ff8af6fbc7c3e526618da1cc78032bffa3be171_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/rhceph-promtail-rhel9@sha256:f52fd8d5fbfdcc202c5e31096119377a8b87f9efd31602398d45cec86ec35940_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:8887234fbbaddf620eaa7b0f4b1ed6ab8aa5bc52e019e67179554ccd03fba676_ppc64le",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:9078b49846d8ec681bec5b96f0d4087b4c66bdc6baf4701cfc9c8e8aeae89661_amd64",
"9Base-RHCEPH-6.1-Tools:rhceph/snmp-notifier-rhel9@sha256:df7c89608fe8352d445efcc1017521b35878cfe61a8b9fd91fab24c00786b2bf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crewjam/saml: Authentication bypass when processing SAML responses containing multiple Assertion elements"
}
]
}
RHSA-2022:7950
Vulnerability from csaf_redhat - Published: 2022-11-15 12:38 - Updated: 2025-11-21 18:34Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Low"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for cockpit-composer, osbuild, osbuild-composer, and weldr-client is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Image Builder is a service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood.\n\nSecurity Fix(es):\n\n* 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-2022-32189)\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.1 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-2022:7950",
"url": "https://access.redhat.com/errata/RHSA-2022:7950"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index"
},
{
"category": "external",
"summary": "2059869",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2059869"
},
{
"category": "external",
"summary": "2059870",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2059870"
},
{
"category": "external",
"summary": "2060061",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2060061"
},
{
"category": "external",
"summary": "2062597",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2062597"
},
{
"category": "external",
"summary": "2064087",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064087"
},
{
"category": "external",
"summary": "2088459",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088459"
},
{
"category": "external",
"summary": "2105961",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105961"
},
{
"category": "external",
"summary": "2110864",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110864"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2118831",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2118831"
},
{
"category": "external",
"summary": "2123055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123055"
},
{
"category": "external",
"summary": "2123210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123210"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7950.json"
}
],
"title": "Red Hat Security Advisory: Image Builder security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2025-11-21T18:34:48+00:00",
"generator": {
"date": "2025-11-21T18:34:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2022:7950",
"initial_release_date": "2022-11-15T12:38:51+00:00",
"revision_history": [
{
"date": "2022-11-15T12:38:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-15T12:38:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:34:48+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.1.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": "weldr-client-0:35.5-4.el9.src",
"product": {
"name": "weldr-client-0:35.5-4.el9.src",
"product_id": "weldr-client-0:35.5-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "osbuild-0:65-1.el9.src",
"product": {
"name": "osbuild-0:65-1.el9.src",
"product_id": "osbuild-0:65-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild@65-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "cockpit-composer-0:41-1.el9.src",
"product": {
"name": "cockpit-composer-0:41-1.el9.src",
"product_id": "cockpit-composer-0:41-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-composer@41-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-0:62.1-1.el9.src",
"product": {
"name": "osbuild-composer-0:62.1-1.el9.src",
"product_id": "osbuild-composer-0:62.1-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62.1-1.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el9.aarch64",
"product": {
"name": "weldr-client-0:35.5-4.el9.aarch64",
"product_id": "weldr-client-0:35.5-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debugsource-0:35.5-4.el9.aarch64",
"product": {
"name": "weldr-client-debugsource-0:35.5-4.el9.aarch64",
"product_id": "weldr-client-debugsource-0:35.5-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debugsource@35.5-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debuginfo-0:35.5-4.el9.aarch64",
"product": {
"name": "weldr-client-debuginfo-0:35.5-4.el9.aarch64",
"product_id": "weldr-client-debuginfo-0:35.5-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.5-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64",
"product": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64",
"product_id": "weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.5-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-0:62.1-1.el9.aarch64",
"product": {
"name": "osbuild-composer-0:62.1-1.el9.aarch64",
"product_id": "osbuild-composer-0:62.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:62.1-1.el9.aarch64",
"product": {
"name": "osbuild-composer-core-0:62.1-1.el9.aarch64",
"product_id": "osbuild-composer-core-0:62.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@62.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.aarch64",
"product": {
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.aarch64",
"product_id": "osbuild-composer-dnf-json-0:62.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@62.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:62.1-1.el9.aarch64",
"product": {
"name": "osbuild-composer-worker-0:62.1-1.el9.aarch64",
"product_id": "osbuild-composer-worker-0:62.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@62.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:62.1-1.el9.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:62.1-1.el9.aarch64",
"product_id": "osbuild-composer-debugsource-0:62.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@62.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@62.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@62.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@62.1-1.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el9.ppc64le",
"product": {
"name": "weldr-client-0:35.5-4.el9.ppc64le",
"product_id": "weldr-client-0:35.5-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debugsource-0:35.5-4.el9.ppc64le",
"product": {
"name": "weldr-client-debugsource-0:35.5-4.el9.ppc64le",
"product_id": "weldr-client-debugsource-0:35.5-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debugsource@35.5-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debuginfo-0:35.5-4.el9.ppc64le",
"product": {
"name": "weldr-client-debuginfo-0:35.5-4.el9.ppc64le",
"product_id": "weldr-client-debuginfo-0:35.5-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.5-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le",
"product": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le",
"product_id": "weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.5-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-0:62.1-1.el9.ppc64le",
"product": {
"name": "osbuild-composer-0:62.1-1.el9.ppc64le",
"product_id": "osbuild-composer-0:62.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:62.1-1.el9.ppc64le",
"product": {
"name": "osbuild-composer-core-0:62.1-1.el9.ppc64le",
"product_id": "osbuild-composer-core-0:62.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@62.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le",
"product": {
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le",
"product_id": "osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@62.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:62.1-1.el9.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:62.1-1.el9.ppc64le",
"product_id": "osbuild-composer-worker-0:62.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@62.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:62.1-1.el9.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:62.1-1.el9.ppc64le",
"product_id": "osbuild-composer-debugsource-0:62.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@62.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@62.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@62.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@62.1-1.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el9.x86_64",
"product": {
"name": "weldr-client-0:35.5-4.el9.x86_64",
"product_id": "weldr-client-0:35.5-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debugsource-0:35.5-4.el9.x86_64",
"product": {
"name": "weldr-client-debugsource-0:35.5-4.el9.x86_64",
"product_id": "weldr-client-debugsource-0:35.5-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debugsource@35.5-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debuginfo-0:35.5-4.el9.x86_64",
"product": {
"name": "weldr-client-debuginfo-0:35.5-4.el9.x86_64",
"product_id": "weldr-client-debuginfo-0:35.5-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.5-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64",
"product": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64",
"product_id": "weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.5-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-0:62.1-1.el9.x86_64",
"product": {
"name": "osbuild-composer-0:62.1-1.el9.x86_64",
"product_id": "osbuild-composer-0:62.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:62.1-1.el9.x86_64",
"product": {
"name": "osbuild-composer-core-0:62.1-1.el9.x86_64",
"product_id": "osbuild-composer-core-0:62.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@62.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.x86_64",
"product": {
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.x86_64",
"product_id": "osbuild-composer-dnf-json-0:62.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@62.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:62.1-1.el9.x86_64",
"product": {
"name": "osbuild-composer-worker-0:62.1-1.el9.x86_64",
"product_id": "osbuild-composer-worker-0:62.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@62.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:62.1-1.el9.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:62.1-1.el9.x86_64",
"product_id": "osbuild-composer-debugsource-0:62.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@62.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@62.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@62.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@62.1-1.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el9.s390x",
"product": {
"name": "weldr-client-0:35.5-4.el9.s390x",
"product_id": "weldr-client-0:35.5-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debugsource-0:35.5-4.el9.s390x",
"product": {
"name": "weldr-client-debugsource-0:35.5-4.el9.s390x",
"product_id": "weldr-client-debugsource-0:35.5-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debugsource@35.5-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debuginfo-0:35.5-4.el9.s390x",
"product": {
"name": "weldr-client-debuginfo-0:35.5-4.el9.s390x",
"product_id": "weldr-client-debuginfo-0:35.5-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.5-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.s390x",
"product": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.s390x",
"product_id": "weldr-client-tests-debuginfo-0:35.5-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.5-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-0:62.1-1.el9.s390x",
"product": {
"name": "osbuild-composer-0:62.1-1.el9.s390x",
"product_id": "osbuild-composer-0:62.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:62.1-1.el9.s390x",
"product": {
"name": "osbuild-composer-core-0:62.1-1.el9.s390x",
"product_id": "osbuild-composer-core-0:62.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@62.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.s390x",
"product": {
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.s390x",
"product_id": "osbuild-composer-dnf-json-0:62.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@62.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:62.1-1.el9.s390x",
"product": {
"name": "osbuild-composer-worker-0:62.1-1.el9.s390x",
"product_id": "osbuild-composer-worker-0:62.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@62.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:62.1-1.el9.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:62.1-1.el9.s390x",
"product_id": "osbuild-composer-debugsource-0:62.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@62.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@62.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@62.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@62.1-1.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-0:65-1.el9.noarch",
"product": {
"name": "osbuild-0:65-1.el9.noarch",
"product_id": "osbuild-0:65-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild@65-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "osbuild-luks2-0:65-1.el9.noarch",
"product": {
"name": "osbuild-luks2-0:65-1.el9.noarch",
"product_id": "osbuild-luks2-0:65-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-luks2@65-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "osbuild-lvm2-0:65-1.el9.noarch",
"product": {
"name": "osbuild-lvm2-0:65-1.el9.noarch",
"product_id": "osbuild-lvm2-0:65-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-lvm2@65-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "osbuild-ostree-0:65-1.el9.noarch",
"product": {
"name": "osbuild-ostree-0:65-1.el9.noarch",
"product_id": "osbuild-ostree-0:65-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-ostree@65-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "osbuild-selinux-0:65-1.el9.noarch",
"product": {
"name": "osbuild-selinux-0:65-1.el9.noarch",
"product_id": "osbuild-selinux-0:65-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-selinux@65-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-osbuild-0:65-1.el9.noarch",
"product": {
"name": "python3-osbuild-0:65-1.el9.noarch",
"product_id": "python3-osbuild-0:65-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-osbuild@65-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "cockpit-composer-0:41-1.el9.noarch",
"product": {
"name": "cockpit-composer-0:41-1.el9.noarch",
"product_id": "cockpit-composer-0:41-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-composer@41-1.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-composer-0:41-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:cockpit-composer-0:41-1.el9.noarch"
},
"product_reference": "cockpit-composer-0:41-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-composer-0:41-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:cockpit-composer-0:41-1.el9.src"
},
"product_reference": "cockpit-composer-0:41-1.el9.src",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-0:65-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-0:65-1.el9.noarch"
},
"product_reference": "osbuild-0:65-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-0:65-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-0:65-1.el9.src"
},
"product_reference": "osbuild-0:65-1.el9.src",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.aarch64"
},
"product_reference": "osbuild-composer-0:62.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.ppc64le"
},
"product_reference": "osbuild-composer-0:62.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.s390x"
},
"product_reference": "osbuild-composer-0:62.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62.1-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.src"
},
"product_reference": "osbuild-composer-0:62.1-1.el9.src",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.x86_64"
},
"product_reference": "osbuild-composer-0:62.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:62.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.aarch64"
},
"product_reference": "osbuild-composer-core-0:62.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:62.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.ppc64le"
},
"product_reference": "osbuild-composer-core-0:62.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:62.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.s390x"
},
"product_reference": "osbuild-composer-core-0:62.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:62.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.x86_64"
},
"product_reference": "osbuild-composer-core-0:62.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:62.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:62.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:62.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:62.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:62.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:62.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:62.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:62.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.aarch64"
},
"product_reference": "osbuild-composer-dnf-json-0:62.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le"
},
"product_reference": "osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.s390x"
},
"product_reference": "osbuild-composer-dnf-json-0:62.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:62.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.x86_64"
},
"product_reference": "osbuild-composer-dnf-json-0:62.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:62.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.aarch64"
},
"product_reference": "osbuild-composer-worker-0:62.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:62.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:62.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:62.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.s390x"
},
"product_reference": "osbuild-composer-worker-0:62.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:62.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.x86_64"
},
"product_reference": "osbuild-composer-worker-0:62.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-luks2-0:65-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-luks2-0:65-1.el9.noarch"
},
"product_reference": "osbuild-luks2-0:65-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-lvm2-0:65-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-lvm2-0:65-1.el9.noarch"
},
"product_reference": "osbuild-lvm2-0:65-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-ostree-0:65-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-ostree-0:65-1.el9.noarch"
},
"product_reference": "osbuild-ostree-0:65-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-selinux-0:65-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:osbuild-selinux-0:65-1.el9.noarch"
},
"product_reference": "osbuild-selinux-0:65-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-osbuild-0:65-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:python3-osbuild-0:65-1.el9.noarch"
},
"product_reference": "python3-osbuild-0:65-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.aarch64"
},
"product_reference": "weldr-client-0:35.5-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.ppc64le"
},
"product_reference": "weldr-client-0:35.5-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.s390x"
},
"product_reference": "weldr-client-0:35.5-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.src"
},
"product_reference": "weldr-client-0:35.5-4.el9.src",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.x86_64"
},
"product_reference": "weldr-client-0:35.5-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debuginfo-0:35.5-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.aarch64"
},
"product_reference": "weldr-client-debuginfo-0:35.5-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debuginfo-0:35.5-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.ppc64le"
},
"product_reference": "weldr-client-debuginfo-0:35.5-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debuginfo-0:35.5-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.s390x"
},
"product_reference": "weldr-client-debuginfo-0:35.5-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debuginfo-0:35.5-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.x86_64"
},
"product_reference": "weldr-client-debuginfo-0:35.5-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debugsource-0:35.5-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.aarch64"
},
"product_reference": "weldr-client-debugsource-0:35.5-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debugsource-0:35.5-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.ppc64le"
},
"product_reference": "weldr-client-debugsource-0:35.5-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debugsource-0:35.5-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.s390x"
},
"product_reference": "weldr-client-debugsource-0:35.5-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debugsource-0:35.5-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.x86_64"
},
"product_reference": "weldr-client-debugsource-0:35.5-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64"
},
"product_reference": "weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le"
},
"product_reference": "weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.s390x"
},
"product_reference": "weldr-client-tests-debuginfo-0:35.5-4.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64"
},
"product_reference": "weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.1.0.GA:cockpit-composer-0:41-1.el9.noarch",
"AppStream-9.1.0.GA:cockpit-composer-0:41-1.el9.src",
"AppStream-9.1.0.GA:osbuild-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-0:65-1.el9.src",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.src",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-luks2-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-lvm2-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-ostree-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-selinux-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:python3-osbuild-0:65-1.el9.noarch"
]
}
],
"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": [
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.src",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64"
],
"known_not_affected": [
"AppStream-9.1.0.GA:cockpit-composer-0:41-1.el9.noarch",
"AppStream-9.1.0.GA:cockpit-composer-0:41-1.el9.src",
"AppStream-9.1.0.GA:osbuild-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-0:65-1.el9.src",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.src",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-luks2-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-lvm2-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-ostree-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-selinux-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:python3-osbuild-0:65-1.el9.noarch"
]
},
"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": "2022-11-15T12:38:51+00:00",
"details": "For details on how 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.1.0.GA:weldr-client-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.src",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7950"
},
{
"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.1.0.GA:cockpit-composer-0:41-1.el9.noarch",
"AppStream-9.1.0.GA:cockpit-composer-0:41-1.el9.src",
"AppStream-9.1.0.GA:osbuild-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-0:65-1.el9.src",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.src",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-luks2-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-lvm2-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-ostree-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-selinux-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:python3-osbuild-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.src",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64"
]
}
],
"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": [
"AppStream-9.1.0.GA:cockpit-composer-0:41-1.el9.noarch",
"AppStream-9.1.0.GA:cockpit-composer-0:41-1.el9.src",
"AppStream-9.1.0.GA:osbuild-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-0:65-1.el9.src",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.src",
"AppStream-9.1.0.GA:osbuild-composer-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-core-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-core-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-debugsource-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-dnf-json-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-tests-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-worker-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.aarch64",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.ppc64le",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.s390x",
"AppStream-9.1.0.GA:osbuild-composer-worker-debuginfo-0:62.1-1.el9.x86_64",
"AppStream-9.1.0.GA:osbuild-luks2-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-lvm2-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-ostree-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:osbuild-selinux-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:python3-osbuild-0:65-1.el9.noarch",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.src",
"AppStream-9.1.0.GA:weldr-client-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-debuginfo-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-debugsource-0:35.5-4.el9.x86_64",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.aarch64",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.ppc64le",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.s390x",
"AppStream-9.1.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el9.x86_64"
]
}
],
"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"
}
]
}
RHSA-2023_2357
Vulnerability from csaf_redhat - Published: 2023-05-09 10:03 - Updated: 2024-12-17 22:17Notes
{
"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 git-lfs is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of 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": "Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server.\n\nSecurity Fix(es):\n\n* golang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)\n\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n\n* golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)\n\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* 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-2022-32189)\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.2 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:2357",
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
},
{
"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.2_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"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": "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": "2139383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139383"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2357.json"
}
],
"title": "Red Hat Security Advisory: git-lfs security and bug fix update",
"tracking": {
"current_release_date": "2024-12-17T22:17:09+00:00",
"generator": {
"date": "2024-12-17T22:17:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:2357",
"initial_release_date": "2023-05-09T10:03:05+00:00",
"revision_history": [
{
"date": "2023-05-09T10:03:05+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-09T10:03:05+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:17: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.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": "git-lfs-0:3.2.0-1.el9.src",
"product": {
"name": "git-lfs-0:3.2.0-1.el9.src",
"product_id": "git-lfs-0:3.2.0-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.2.0-1.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.2.0-1.el9.aarch64",
"product": {
"name": "git-lfs-0:3.2.0-1.el9.aarch64",
"product_id": "git-lfs-0:3.2.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.2.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"product": {
"name": "git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"product_id": "git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.2.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"product": {
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"product_id": "git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.2.0-1.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.2.0-1.el9.ppc64le",
"product": {
"name": "git-lfs-0:3.2.0-1.el9.ppc64le",
"product_id": "git-lfs-0:3.2.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.2.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"product": {
"name": "git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"product_id": "git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.2.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"product": {
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"product_id": "git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.2.0-1.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.2.0-1.el9.x86_64",
"product": {
"name": "git-lfs-0:3.2.0-1.el9.x86_64",
"product_id": "git-lfs-0:3.2.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.2.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.2.0-1.el9.x86_64",
"product": {
"name": "git-lfs-debugsource-0:3.2.0-1.el9.x86_64",
"product_id": "git-lfs-debugsource-0:3.2.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.2.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"product": {
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"product_id": "git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.2.0-1.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.2.0-1.el9.s390x",
"product": {
"name": "git-lfs-0:3.2.0-1.el9.s390x",
"product_id": "git-lfs-0:3.2.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.2.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"product": {
"name": "git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"product_id": "git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.2.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"product": {
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"product_id": "git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.2.0-1.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.2.0-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64"
},
"product_reference": "git-lfs-0:3.2.0-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.2.0-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le"
},
"product_reference": "git-lfs-0:3.2.0-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.2.0-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x"
},
"product_reference": "git-lfs-0:3.2.0-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.2.0-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src"
},
"product_reference": "git-lfs-0:3.2.0-1.el9.src",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.2.0-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64"
},
"product_reference": "git-lfs-0:3.2.0-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64"
},
"product_reference": "git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le"
},
"product_reference": "git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x"
},
"product_reference": "git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.2.0-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64"
},
"product_reference": "git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.2.0-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64"
},
"product_reference": "git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.2.0-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le"
},
"product_reference": "git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.2.0-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x"
},
"product_reference": "git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.2.0-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
},
"product_reference": "git-lfs-debugsource-0:3.2.0-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding 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.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"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",
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"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-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"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": "2023-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30635",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/gob: stack exhaustion in Decoder.Decode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform (OCP) starting from 4.10 stream is already compiled in the patched version of Go, hence is not affected by this vulnerability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "RHBZ#2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635"
},
{
"category": "external",
"summary": "https://go.dev/issue/53615",
"url": "https://go.dev/issue/53615"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/gob: stack exhaustion in Decoder.Decode"
},
{
"cve": "CVE-2022-32148",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "RHBZ#2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148"
},
{
"category": "external",
"summary": "https://go.dev/issue/53423",
"url": "https://go.dev/issue/53423"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
},
{
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"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": "2023-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"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"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-41715",
"discovery_date": "2022-10-07T00:00:00+00:00",
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.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-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"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": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41717"
},
{
"category": "external",
"summary": "RHBZ#2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717"
},
{
"category": "external",
"summary": "https://go.dev/cl/455635",
"url": "https://go.dev/cl/455635"
},
{
"category": "external",
"summary": "https://go.dev/cl/455717",
"url": "https://go.dev/cl/455717"
},
{
"category": "external",
"summary": "https://go.dev/issue/56350",
"url": "https://go.dev/issue/56350"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ",
"url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-1144",
"url": "https://pkg.go.dev/vuln/GO-2022-1144"
}
],
"release_date": "2022-11-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:05+00:00",
"details": "For details on how 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.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2357"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.src",
"AppStream-9.2.0.GA:git-lfs-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debuginfo-0:3.2.0-1.el9.x86_64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.aarch64",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.s390x",
"AppStream-9.2.0.GA:git-lfs-debugsource-0:3.2.0-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
RHSA-2023_0446
Vulnerability from csaf_redhat - Published: 2023-01-25 09:20 - Updated: 2024-12-17 22:08Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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 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": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \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: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\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* Internal linking fails on ppc64le (BZ#2144545)\n\n* crypto testcases fail on golang on s390x [rhel-8] (BZ#2149313)",
"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:0446",
"url": "https://access.redhat.com/errata/RHSA-2023:0446"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"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": "2139718",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139718"
},
{
"category": "external",
"summary": "2149313",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149313"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0446.json"
}
],
"title": "Red Hat Security Advisory: go-toolset:rhel8 security and bug fix update",
"tracking": {
"current_release_date": "2024-12-17T22:08:06+00:00",
"generator": {
"date": "2024-12-17T22:08:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:0446",
"initial_release_date": "2023-01-25T09:20:12+00:00",
"revision_history": [
{
"date": "2023-01-25T09:20:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-01-25T09:20:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:08:06+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.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset:rhel8:8070020230116141618:ded9a3e2",
"product": {
"name": "go-toolset:rhel8:8070020230116141618:ded9a3e2",
"product_id": "go-toolset:rhel8:8070020230116141618:ded9a3e2",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/go-toolset@rhel8:8070020230116141618:ded9a3e2"
}
}
},
{
"category": "product_version",
"name": "golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"product": {
"name": "golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"product_id": "golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"product": {
"name": "golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"product_id": "golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"product": {
"name": "golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"product_id": "golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"product": {
"name": "golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"product_id": "golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"product": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"product_id": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.module%2Bel8.7.0%2B17845%2B708ebe87?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"product": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"product_id": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"product": {
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"product_id": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"product": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"product_id": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.module%2Bel8.7.0%2B17845%2B708ebe87?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"product": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"product_id": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=src"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"product": {
"name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"product_id": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.8.3-1.module%2Bel8.7.0%2B15126%2B0e0a42d9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"product": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"product_id": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.module%2Bel8.7.0%2B17845%2B708ebe87?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"product": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"product_id": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"product": {
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"product_id": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"product": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"product_id": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.module%2Bel8.7.0%2B17845%2B708ebe87?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"product": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"product_id": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"product": {
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"product_id": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"product": {
"name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"product_id": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.8.3-1.module%2Bel8.7.0%2B15126%2B0e0a42d9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"product": {
"name": "delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"product_id": "delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.8.3-1.module%2Bel8.7.0%2B15126%2B0e0a42d9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"product": {
"name": "delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"product_id": "delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.8.3-1.module%2Bel8.7.0%2B15126%2B0e0a42d9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"product": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"product_id": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.module%2Bel8.7.0%2B17845%2B708ebe87?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"product": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"product_id": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"product": {
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"product_id": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"product": {
"name": "golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"product_id": "golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.18.9-1.module%2Bel8.7.0%2B17640%2B84246675?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:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
"product_reference": "go-toolset:rhel8:8070020230116141618:ded9a3e2",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src"
},
"product_reference": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64"
},
"product_reference": "delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64"
},
"product_reference": "delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64"
},
"product_reference": "delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64"
},
"product_reference": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le"
},
"product_reference": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x"
},
"product_reference": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src"
},
"product_reference": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64"
},
"product_reference": "go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64"
},
"product_reference": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le"
},
"product_reference": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x"
},
"product_reference": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src"
},
"product_reference": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64"
},
"product_reference": "golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64"
},
"product_reference": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le"
},
"product_reference": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x"
},
"product_reference": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64"
},
"product_reference": "golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
},
"product_reference": "golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
},
"product_reference": "golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64 as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64"
},
"product_reference": "golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
},
"product_reference": "golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch as a component of go-toolset:rhel8:8070020230116141618:ded9a3e2 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
},
"product_reference": "golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2"
}
]
},
"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",
"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": [
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.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-01-25T09:20:12+00:00",
"details": "For details on how 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.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0446"
}
],
"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": [
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.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",
"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": [
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.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-01-25T09:20:12+00:00",
"details": "For details on how 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.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0446"
}
],
"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": [
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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": [
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
]
},
"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": "2023-01-25T09:20:12+00:00",
"details": "For details on how 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.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0446"
}
],
"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": [
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
]
}
],
"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": [
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
]
},
"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": "2023-01-25T09:20:12+00:00",
"details": "For details on how 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.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0446"
}
],
"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": [
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
]
}
],
"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"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-41715",
"discovery_date": "2022-10-07T00:00:00+00:00",
"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": [
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
]
},
"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-01-25T09:20:12+00:00",
"details": "For details on how 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.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0446"
}
],
"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": [
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"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": [
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
]
},
"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-01-25T09:20:12+00:00",
"details": "For details on how 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.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0446"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debuginfo-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:delve-debugsource-0:1.8.3-1.module+el8.7.0+15126+0e0a42d9.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:go-toolset-0:1.18.9-1.module+el8.7.0+17845+708ebe87.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.src",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.aarch64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.ppc64le",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.s390x",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-bin-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-docs-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-misc-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-race-0:1.18.9-1.module+el8.7.0+17640+84246675.x86_64",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-src-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch",
"AppStream-8.7.0.Z.MAIN:go-toolset:rhel8:8070020230116141618:ded9a3e2:golang-tests-0:1.18.9-1.module+el8.7.0+17640+84246675.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
RHSA-2022:7398
Vulnerability from csaf_redhat - Published: 2023-01-17 19:29 - Updated: 2025-12-04 05:08Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.12.0 is now available with\nupdates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.12.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. 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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.12.0. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2022:7399\n\nSecurity Fix(es):\n\n* go-yaml: Denial of Service in go-yaml (CVE-2021-4235)\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n* kubernetes: Unauthorized read of Custom Resources (CVE-2022-3162)\n* kube-apiserver: Aggregated API server can cause clients to be redirected (SSRF) (CVE-2022-3172)\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n* cri-o: incorrect handling of the supplementary groups (CVE-2022-2995)\n* OpenShift: Missing HTTP Strict Transport Security (CVE-2022-3259)\n* cri-o: Security regression of CVE-2022-27652 (CVE-2022-3466)\n* 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-2022-32189)\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.12 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.12/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-2022:7398",
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2103220",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103220"
},
{
"category": "external",
"summary": "2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2121632",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121632"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2127804",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2127804"
},
{
"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": "2134063",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134063"
},
{
"category": "external",
"summary": "2136673",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2136673"
},
{
"category": "external",
"summary": "2156727",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156727"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2022_7398.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.0 packages and security update",
"tracking": {
"current_release_date": "2025-12-04T05:08:35+00:00",
"generator": {
"date": "2025-12-04T05:08:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2022:7398",
"initial_release_date": "2023-01-17T19:29:22+00:00",
"revision_history": [
{
"date": "2023-01-17T19:29:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-01-17T19:29:22+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-04T05:08:35+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.12",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.12::el8"
}
}
},
{
"category": "product_name",
"name": "Ironic content for Red Hat OpenShift Container Platform 4.12",
"product": {
"name": "Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ironic:4.12::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.12",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.12::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"product": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"product_id": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"product": {
"name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"product_id": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/console-login-helper-messages@0.20.4-1.rhaos4.12.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"product": {
"name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"product_id": "container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.188.0-1.rhaos4.12.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "nmstate-0:1.3.3-1.el8.src",
"product": {
"name": "nmstate-0:1.3.3-1.el8.src",
"product_id": "nmstate-0:1.3.3-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate@1.3.3-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2022.2-5.el8.src",
"product": {
"name": "ostree-0:2022.2-5.el8.src",
"product_id": "ostree-0:2022.2-5.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2022.2-5.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-1.rhaos4.12.el8.src",
"product": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.src",
"product_id": "podman-2:4.2.0-1.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-1.rhaos4.12.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"product": {
"name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"product_id": "rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn@5.3.0-1.rhaos4.12.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"product": {
"name": "rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"product_id": "rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-bootupd@0.2.5-3.rhaos4.12.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"product": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"product_id": "skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-1.rhaos4.12.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"product": {
"name": "toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"product_id": "toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.1.0-1.rhaos4.12.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el8.src",
"product": {
"name": "kata-containers-0:2.5.2-1.el8.src",
"product_id": "kata-containers-0:2.5.2-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.16.0-2.rhaos4.12.el8.src",
"product": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.src",
"product_id": "butane-0:0.16.0-2.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-2.rhaos4.12.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el8.src",
"product": {
"name": "cri-tools-0:1.25.0-2.el8.src",
"product_id": "cri-tools-0:1.25.0-2.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.src",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.src",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"product": {
"name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"product_id": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"product": {
"name": "openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"product_id": "openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr@4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.src",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.src",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-kubernetes-0:25.3.0-1.el8.src",
"product": {
"name": "python-kubernetes-0:25.3.0-1.el8.src",
"product_id": "python-kubernetes-0:25.3.0-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kubernetes@25.3.0-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.36.0-8.el8_6.src",
"product": {
"name": "NetworkManager-1:1.36.0-8.el8_6.src",
"product_id": "NetworkManager-1:1.36.0-8.el8_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.36.0-8.el8_6?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-0:22.06.0-27.el8fdp.src",
"product": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.src",
"product_id": "ovn22.06-0:22.06.0-27.el8fdp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06@22.06.0-27.el8fdp?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zipp-0:0.5.1-2.el8ost.src",
"product": {
"name": "python-zipp-0:0.5.1-2.el8ost.src",
"product_id": "python-zipp-0:0.5.1-2.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zipp@0.5.1-2.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zeroconf-0:0.24.4-1.el8ost.src",
"product": {
"name": "python-zeroconf-0:0.24.4-1.el8ost.src",
"product_id": "python-zeroconf-0:0.24.4-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zeroconf@0.24.4-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-werkzeug-0:1.0.1-3.el8ost.src",
"product": {
"name": "python-werkzeug-0:1.0.1-3.el8ost.src",
"product_id": "python-werkzeug-0:1.0.1-3.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-werkzeug@1.0.1-3.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wcwidth-0:0.1.7-14.el8ost.src",
"product": {
"name": "python-wcwidth-0:0.1.7-14.el8ost.src",
"product_id": "python-wcwidth-0:0.1.7-14.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wcwidth@0.1.7-14.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tenacity-0:6.2.0-1.el8ost.src",
"product": {
"name": "python-tenacity-0:6.2.0-1.el8ost.src",
"product_id": "python-tenacity-0:6.2.0-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tenacity@6.2.0-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-rsa-0:4.7-1.el8.src",
"product": {
"name": "python-rsa-0:4.7-1.el8.src",
"product_id": "python-rsa-0:4.7-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-rsa@4.7-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"product": {
"name": "python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"product_id": "python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests-unixsocket@0.1.5-5.el8ar?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-0:0.16.0-3.el8ost.src",
"product": {
"name": "python-pyrsistent-0:0.16.0-3.el8ost.src",
"product_id": "python-pyrsistent-0:0.16.0-3.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent@0.16.0-3.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyroute2-0:0.5.13-1.el8ost.src",
"product": {
"name": "python-pyroute2-0:0.5.13-1.el8ost.src",
"product_id": "python-pyroute2-0:0.5.13-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyroute2@0.5.13-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyperclip-0:1.6.4-6.el8ost.src",
"product": {
"name": "python-pyperclip-0:1.6.4-6.el8ost.src",
"product_id": "python-pyperclip-0:1.6.4-6.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyperclip@1.6.4-6.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyghmi-0:1.5.14-2.1.el8ost.src",
"product": {
"name": "python-pyghmi-0:1.5.14-2.1.el8ost.src",
"product_id": "python-pyghmi-0:1.5.14-2.1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyghmi@1.5.14-2.1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycdlib-0:1.11.0-3.el8.src",
"product": {
"name": "python-pycdlib-0:1.11.0-3.el8.src",
"product_id": "python-pycdlib-0:1.11.0-3.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycdlib@1.11.0-3.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pint-0:0.10.1-1.el8ost.src",
"product": {
"name": "python-pint-0:0.10.1-1.el8ost.src",
"product_id": "python-pint-0:0.10.1-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pint@0.10.1-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pexpect-0:4.6-2.el8ar.src",
"product": {
"name": "python-pexpect-0:4.6-2.el8ar.src",
"product_id": "python-pexpect-0:4.6-2.el8ar.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pexpect@4.6-2.el8ar?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-paste-deploy-0:2.0.1-4.el8ost.src",
"product": {
"name": "python-paste-deploy-0:2.0.1-4.el8ost.src",
"product_id": "python-paste-deploy-0:2.0.1-4.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-paste-deploy@2.0.1-4.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-paste-0:3.2.4-1.el8ost.src",
"product": {
"name": "python-paste-0:3.2.4-1.el8ost.src",
"product_id": "python-paste-0:3.2.4-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-paste@3.2.4-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-packaging-0:20.4-1.el8ost.src",
"product": {
"name": "python-packaging-0:20.4-1.el8ost.src",
"product_id": "python-packaging-0:20.4-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-packaging@20.4-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"product": {
"name": "python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"product_id": "python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-serialization@4.2.0-0.20211012151454.2b94a4f.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"product": {
"name": "python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"product_id": "python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-policy@3.8.2-0.20211012161944.c7fd9f4.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"product": {
"name": "python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"product_id": "python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-metrics@0.3.0-0.20211020174122.43eee50.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"product": {
"name": "python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"product_id": "python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-messaging@12.9.1-0.20211020204149.f9de265.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"product": {
"name": "python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"product_id": "python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-log@4.6.0-0.20211012154701.41c8807.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"product": {
"name": "python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"product_id": "python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-i18n@5.1.0-0.20211012165753.b031d17.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"product": {
"name": "python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"product_id": "python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-db@9.1.0-0.20211020204148.be2cc6a.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"product": {
"name": "python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"product_id": "python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-context@3.3.1-0.20211012152439.641a1e0.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"product": {
"name": "python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"product_id": "python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-config@8.7.1-0.20211012155707.1a7bd66.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python-msgpack-0:0.6.2-1.el8ost.src",
"product": {
"name": "python-msgpack-0:0.6.2-1.el8ost.src",
"product_id": "python-msgpack-0:0.6.2-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-msgpack@0.6.2-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-lockfile-1:0.11.0-8.el8ar.src",
"product": {
"name": "python-lockfile-1:0.11.0-8.el8ar.src",
"product_id": "python-lockfile-1:0.11.0-8.el8ar.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lockfile@0.11.0-8.el8ar?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-kombu-1:4.6.6-7.el8ost.1.src",
"product": {
"name": "python-kombu-1:4.6.6-7.el8ost.1.src",
"product_id": "python-kombu-1:4.6.6-7.el8ost.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kombu@4.6.6-7.el8ost.1?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-jsonschema-0:3.2.0-5.el8ost.src",
"product": {
"name": "python-jsonschema-0:3.2.0-5.el8ost.src",
"product_id": "python-jsonschema-0:3.2.0-5.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jsonschema@3.2.0-5.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-iso8601-0:0.1.12-8.el8ost.1.src",
"product": {
"name": "python-iso8601-0:0.1.12-8.el8ost.1.src",
"product_id": "python-iso8601-0:0.1.12-8.el8ost.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-iso8601@0.1.12-8.el8ost.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-importlib-metadata-0:1.7.0-1.el8ost.src",
"product": {
"name": "python-importlib-metadata-0:1.7.0-1.el8ost.src",
"product_id": "python-importlib-metadata-0:1.7.0-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-importlib-metadata@1.7.0-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ifaddr-0:0.1.6-5.el8ost.src",
"product": {
"name": "python-ifaddr-0:0.1.6-5.el8ost.src",
"product_id": "python-ifaddr-0:0.1.6-5.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ifaddr@0.1.6-5.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gunicorn-0:19.9.0-10.el8ost.1.src",
"product": {
"name": "python-gunicorn-0:19.9.0-10.el8ost.1.src",
"product_id": "python-gunicorn-0:19.9.0-10.el8ost.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gunicorn@19.9.0-10.el8ost.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-funcsigs-0:1.0.2-8.el8ost.1.src",
"product": {
"name": "python-funcsigs-0:1.0.2-8.el8ost.1.src",
"product_id": "python-funcsigs-0:1.0.2-8.el8ost.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-funcsigs@1.0.2-8.el8ost.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-flask-1:1.1.1-1.el8ost.src",
"product": {
"name": "python-flask-1:1.1.1-1.el8ost.src",
"product_id": "python-flask-1:1.1.1-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flask@1.1.1-1.el8ost?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-eventlet-0:0.30.2-1.el8.src",
"product": {
"name": "python-eventlet-0:0.30.2-1.el8.src",
"product_id": "python-eventlet-0:0.30.2-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-eventlet@0.30.2-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"product": {
"name": "python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"product_id": "python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dogpile-cache@1.1.2-1.el8ost.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-construct-0:2.10.56-1.el8ost.src",
"product": {
"name": "python-construct-0:2.10.56-1.el8ost.src",
"product_id": "python-construct-0:2.10.56-1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-construct@2.10.56-1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cmd2-0:1.4.0-1.1.el8.src",
"product": {
"name": "python-cmd2-0:1.4.0-1.1.el8.src",
"product_id": "python-cmd2-0:1.4.0-1.1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cmd2@1.4.0-1.1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-amqp-0:2.5.2-7.el8ost.1.src",
"product": {
"name": "python-amqp-0:2.5.2-7.el8ost.1.src",
"product_id": "python-amqp-0:2.5.2-7.el8ost.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-amqp@2.5.2-7.el8ost.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-alembic-0:1.4.2-5.el8ost.src",
"product": {
"name": "python-alembic-0:1.4.2-5.el8ost.src",
"product_id": "python-alembic-0:1.4.2-5.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-alembic@1.4.2-5.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "tini-0:0.16.1-1.el8ar.src",
"product": {
"name": "tini-0:0.16.1-1.el8ar.src",
"product_id": "tini-0:0.16.1-1.el8ar.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tini@0.16.1-1.el8ar?arch=src"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"product": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"product_id": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.rhaos4.11.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"product": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"product_id": "libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.rhaos4.11.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "haproxy-0:2.2.24-1.el8.src",
"product": {
"name": "haproxy-0:2.2.24-1.el8.src",
"product_id": "haproxy-0:2.2.24-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy@2.2.24-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"product": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"product_id": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.rhaos4.11.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "grpc-0:1.18.0-4.el8ost.src",
"product": {
"name": "grpc-0:1.18.0-4.el8ost.src",
"product_id": "grpc-0:1.18.0-4.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc@1.18.0-4.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-1.rhaos4.11.el8.src",
"product": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.src",
"product_id": "crun-0:1.4.2-1.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-1.rhaos4.11.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "crudini-0:0.9-11.el8ost.1.src",
"product": {
"name": "crudini-0:0.9-11.el8ost.1.src",
"product_id": "crudini-0:0.9-11.el8ost.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crudini@0.9-11.el8ost.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.rhaos4.11.el8.src",
"product": {
"name": "criu-0:3.15-4.rhaos4.11.el8.src",
"product_id": "criu-0:3.15-4.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.rhaos4.11.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"product": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"product_id": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-5.rhaos4.11.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.src",
"product": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.src",
"product_id": "conmon-2:2.1.2-2.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-2.rhaos4.11.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-2.el8.src",
"product": {
"name": "buildah-1:1.23.4-2.el8.src",
"product_id": "buildah-1:1.23.4-2.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-2.el8?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ansible-runner-http-0:1.0.0-2.el8ar.src",
"product": {
"name": "ansible-runner-http-0:1.0.0-2.el8ar.src",
"product_id": "ansible-runner-http-0:1.0.0-2.el8ar.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-runner-http@1.0.0-2.el8ar?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-runner-0:1.4.6-2.el8ar.src",
"product": {
"name": "ansible-runner-0:1.4.6-2.el8ar.src",
"product_id": "ansible-runner-0:1.4.6-2.el8ar.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-runner@1.4.6-2.el8ar?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-0:22.09.0-25.el8fdp.src",
"product": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.src",
"product_id": "ovn22.09-0:22.09.0-25.el8fdp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09@22.09.0-25.el8fdp?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"product_id": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-3:1.1.2-2.rhaos4.12.el8.src",
"product": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.src",
"product_id": "runc-3:1.1.2-2.rhaos4.12.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.2-2.rhaos4.12.el8?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"product": {
"name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"product_id": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@4.18.0-372.40.1.rt7.197.el8_6?arch=src"
}
}
},
{
"category": "product_version",
"name": "crudini-0:0.9.3-4.el9.src",
"product": {
"name": "crudini-0:0.9.3-4.el9.src",
"product_id": "crudini-0:0.9.3-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crudini@0.9.3-4.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "future-0:0.18.2-9.el9.1.src",
"product": {
"name": "future-0:0.18.2-9.el9.1.src",
"product_id": "future-0:0.18.2-9.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/future@0.18.2-9.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"product": {
"name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"product_id": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-python-agent@9.0.1-0.20220818145522.ad1eb41.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openstack-macros-0:2020.1.2-1.el9.src",
"product": {
"name": "openstack-macros-0:2020.1.2-1.el9.src",
"product_id": "openstack-macros-0:2020.1.2-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-macros@2020.1.2-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "pyOpenSSL-0:20.0.1-2.el9.1.src",
"product": {
"name": "pyOpenSSL-0:20.0.1-2.el9.1.src",
"product_id": "pyOpenSSL-0:20.0.1-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pyOpenSSL@20.0.1-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "pyflakes-0:2.2.0-3.el9.1.src",
"product": {
"name": "pyflakes-0:2.2.0-3.el9.1.src",
"product_id": "pyflakes-0:2.2.0-3.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pyflakes@2.2.0-3.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "pysnmp-0:4.4.12-6.el9.src",
"product": {
"name": "pysnmp-0:4.4.12-6.el9.src",
"product_id": "pysnmp-0:4.4.12-6.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pysnmp@4.4.12-6.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-SecretStorage-0:2.3.1-9.el9.src",
"product": {
"name": "python-SecretStorage-0:2.3.1-9.el9.src",
"product_id": "python-SecretStorage-0:2.3.1-9.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-SecretStorage@2.3.1-9.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-alembic-0:1.6.0-1.el9.src",
"product": {
"name": "python-alembic-0:1.6.0-1.el9.src",
"product_id": "python-alembic-0:1.6.0-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-alembic@1.6.0-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-amqp-0:5.0.6-1.el9.src",
"product": {
"name": "python-amqp-0:5.0.6-1.el9.src",
"product_id": "python-amqp-0:5.0.6-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-amqp@5.0.6-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-apipkg-0:1.5-12.el9.1.src",
"product": {
"name": "python-apipkg-0:1.5-12.el9.1.src",
"product_id": "python-apipkg-0:1.5-12.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-apipkg@1.5-12.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-atomicwrites-0:1.4.0-6.el9.1.src",
"product": {
"name": "python-atomicwrites-0:1.4.0-6.el9.1.src",
"product_id": "python-atomicwrites-0:1.4.0-6.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-atomicwrites@1.4.0-6.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"product": {
"name": "python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"product_id": "python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-automaton@3.0.0-0.20220811170530.ed884e8.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-autopage-0:0.4.0-1.el9.2.src",
"product": {
"name": "python-autopage-0:0.4.0-1.el9.2.src",
"product_id": "python-autopage-0:0.4.0-1.el9.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-autopage@0.4.0-1.el9.2?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-bcrypt-0:3.1.6-3.el9.src",
"product": {
"name": "python-bcrypt-0:3.1.6-3.el9.src",
"product_id": "python-bcrypt-0:3.1.6-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bcrypt@3.1.6-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"product": {
"name": "python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"product_id": "python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-beautifulsoup4@4.9.3-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-betamax-0:0.8.1-12.el9.1.src",
"product": {
"name": "python-betamax-0:0.8.1-12.el9.1.src",
"product_id": "python-betamax-0:0.8.1-12.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-betamax@0.8.1-12.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cachetools-0:3.1.0-4.el9.src",
"product": {
"name": "python-cachetools-0:3.1.0-4.el9.src",
"product_id": "python-cachetools-0:3.1.0-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cachetools@3.1.0-4.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-case-0:1.5.3-5.el9.src",
"product": {
"name": "python-case-0:1.5.3-5.el9.src",
"product_id": "python-case-0:1.5.3-5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-case@1.5.3-5.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"product": {
"name": "python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"product_id": "python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cinderclient@9.0.0-0.20220811172734.2c7d463.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-click-0:7.1.2-5.el9.1.src",
"product": {
"name": "python-click-0:7.1.2-5.el9.1.src",
"product_id": "python-click-0:7.1.2-5.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-click@7.1.2-5.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"product": {
"name": "python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"product_id": "python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cliff@3.10.1-0.20220802152018.a04a48f.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cmd2-0:1.4.0-2.el9.1.src",
"product": {
"name": "python-cmd2-0:1.4.0-2.el9.1.src",
"product_id": "python-cmd2-0:1.4.0-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cmd2@1.4.0-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-colorama-0:0.4.1-2.el9.src",
"product": {
"name": "python-colorama-0:0.4.1-2.el9.src",
"product_id": "python-colorama-0:0.4.1-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-colorama@0.4.1-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-construct-0:2.10.56-2.el9.src",
"product": {
"name": "python-construct-0:2.10.56-2.el9.src",
"product_id": "python-construct-0:2.10.56-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-construct@2.10.56-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-contextlib2-0:0.6.0.post1-1.el9.src",
"product": {
"name": "python-contextlib2-0:0.6.0.post1-1.el9.src",
"product_id": "python-contextlib2-0:0.6.0.post1-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-contextlib2@0.6.0.post1-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-coverage-0:5.6-0.1b1.el9.src",
"product": {
"name": "python-coverage-0:5.6-0.1b1.el9.src",
"product_id": "python-coverage-0:5.6-0.1b1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage@5.6-0.1b1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dataclasses-0:0.8-2.el9.src",
"product": {
"name": "python-dataclasses-0:0.8-2.el9.src",
"product_id": "python-dataclasses-0:0.8-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dataclasses@0.8-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ddt-0:1.4.2-1.el9.src",
"product": {
"name": "python-ddt-0:1.4.2-1.el9.src",
"product_id": "python-ddt-0:1.4.2-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ddt@1.4.2-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"product": {
"name": "python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"product_id": "python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-debtcollector@2.5.0-0.20220802170047.a6b46c5.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-decorator-0:4.4.0-6.el9.src",
"product": {
"name": "python-decorator-0:4.4.0-6.el9.src",
"product_id": "python-decorator-0:4.4.0-6.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-decorator@4.4.0-6.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-defusedxml-0:0.7.1-1.el9.src",
"product": {
"name": "python-defusedxml-0:0.7.1-1.el9.src",
"product_id": "python-defusedxml-0:0.7.1-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-defusedxml@0.7.1-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-distlib-0:0.3.1-4.el9.1.src",
"product": {
"name": "python-distlib-0:0.3.1-4.el9.1.src",
"product_id": "python-distlib-0:0.3.1-4.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-distlib@0.3.1-4.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dogpile-cache-0:1.1.5-3.el9.src",
"product": {
"name": "python-dogpile-cache-0:1.1.5-3.el9.src",
"product_id": "python-dogpile-cache-0:1.1.5-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dogpile-cache@1.1.5-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"product": {
"name": "python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"product_id": "python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dracclient@8.0.0-0.20220802154400.9c7499c.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-editor-0:1.0.4-5.el9.src",
"product": {
"name": "python-editor-0:1.0.4-5.el9.src",
"product_id": "python-editor-0:1.0.4-5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-editor@1.0.4-5.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-entrypoints-0:0.3-8.el9.src",
"product": {
"name": "python-entrypoints-0:0.3-8.el9.src",
"product_id": "python-entrypoints-0:0.3-8.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-entrypoints@0.3-8.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-eventlet-0:0.30.2-1.el9.src",
"product": {
"name": "python-eventlet-0:0.30.2-1.el9.src",
"product_id": "python-eventlet-0:0.30.2-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-eventlet@0.30.2-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-execnet-0:1.7.1-5.el9.1.src",
"product": {
"name": "python-execnet-0:1.7.1-5.el9.1.src",
"product_id": "python-execnet-0:1.7.1-5.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-execnet@1.7.1-5.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-extras-0:1.0.0-15.el9.1.src",
"product": {
"name": "python-extras-0:1.0.0-15.el9.1.src",
"product_id": "python-extras-0:1.0.0-15.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-extras@1.0.0-15.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-fasteners-0:0.14.1-21.el9.src",
"product": {
"name": "python-fasteners-0:0.14.1-21.el9.src",
"product_id": "python-fasteners-0:0.14.1-21.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-fasteners@0.14.1-21.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-filelock-0:3.0.12-9.el9.1.src",
"product": {
"name": "python-filelock-0:3.0.12-9.el9.1.src",
"product_id": "python-filelock-0:3.0.12-9.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-filelock@3.0.12-9.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-fixtures-0:3.0.0-22.el9.1.src",
"product": {
"name": "python-fixtures-0:3.0.0-22.el9.1.src",
"product_id": "python-fixtures-0:3.0.0-22.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-fixtures@3.0.0-22.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-flake8-0:3.8.4-1.el9.1.src",
"product": {
"name": "python-flake8-0:3.8.4-1.el9.1.src",
"product_id": "python-flake8-0:3.8.4-1.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flake8@3.8.4-1.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-flask-1:2.0.1-2.el9.1.src",
"product": {
"name": "python-flask-1:2.0.1-2.el9.1.src",
"product_id": "python-flask-1:2.0.1-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flask@2.0.1-2.el9.1?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-flit-0:3.0.0-1.el9.2.src",
"product": {
"name": "python-flit-0:3.0.0-1.el9.2.src",
"product_id": "python-flit-0:3.0.0-1.el9.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flit@3.0.0-1.el9.2?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-freezegun-0:1.0.0-4.el9.1.src",
"product": {
"name": "python-freezegun-0:1.0.0-4.el9.1.src",
"product_id": "python-freezegun-0:1.0.0-4.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-freezegun@1.0.0-4.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-funcsigs-0:1.0.2-17.el9.src",
"product": {
"name": "python-funcsigs-0:1.0.2-17.el9.src",
"product_id": "python-funcsigs-0:1.0.2-17.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-funcsigs@1.0.2-17.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"product": {
"name": "python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"product_id": "python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-futurist@2.4.1-0.20220802175500.159d752.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gevent-0:21.1.2-1.el9.src",
"product": {
"name": "python-gevent-0:21.1.2-1.el9.src",
"product_id": "python-gevent-0:21.1.2-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gevent@21.1.2-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"product": {
"name": "python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"product_id": "python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-glanceclient@4.0.1-0.20220811181326.1b854e1.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-greenlet-0:1.0.0-1.el9.src",
"product": {
"name": "python-greenlet-0:1.0.0-1.el9.src",
"product_id": "python-greenlet-0:1.0.0-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-greenlet@1.0.0-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gunicorn-0:20.0.4-2.el9.src",
"product": {
"name": "python-gunicorn-0:20.0.4-2.el9.src",
"product_id": "python-gunicorn-0:20.0.4-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gunicorn@20.0.4-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"product": {
"name": "python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"product_id": "python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-hacking@1.0.1-0.20210812104123.865398f.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"product": {
"name": "python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"product_id": "python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-hardware@0.29.1-0.20220811165930.fd4bce6.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-html5lib-1:1.1-4.el9.1.src",
"product": {
"name": "python-html5lib-1:1.1-4.el9.1.src",
"product_id": "python-html5lib-1:1.1-4.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-html5lib@1.1-4.el9.1?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-hypothesis-0:6.6.0-2.el9.1.src",
"product": {
"name": "python-hypothesis-0:6.6.0-2.el9.1.src",
"product_id": "python-hypothesis-0:6.6.0-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-hypothesis@6.6.0-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ifaddr-0:0.1.6-6.el9.src",
"product": {
"name": "python-ifaddr-0:0.1.6-6.el9.src",
"product_id": "python-ifaddr-0:0.1.6-6.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ifaddr@0.1.6-6.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-importlib-metadata-0:1.7.0-2.el9.src",
"product": {
"name": "python-importlib-metadata-0:1.7.0-2.el9.src",
"product_id": "python-importlib-metadata-0:1.7.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-importlib-metadata@1.7.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"product": {
"name": "python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"product_id": "python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ironic-lib@5.2.0-0.20220802170917.e205816.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"product": {
"name": "python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"product_id": "python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ironicclient@4.9.0-0.20211209154934.6f1be06.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-iso8601-0:0.1.12-9.el9.src",
"product": {
"name": "python-iso8601-0:0.1.12-9.el9.src",
"product_id": "python-iso8601-0:0.1.12-9.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-iso8601@0.1.12-9.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-itsdangerous-0:2.0.1-2.el9.src",
"product": {
"name": "python-itsdangerous-0:2.0.1-2.el9.src",
"product_id": "python-itsdangerous-0:2.0.1-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-itsdangerous@2.0.1-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jinja2-0:3.0.1-2.el9.1.src",
"product": {
"name": "python-jinja2-0:3.0.1-2.el9.1.src",
"product_id": "python-jinja2-0:3.0.1-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@3.0.1-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jsonpath-rw-0:1.2.3-23.el9.src",
"product": {
"name": "python-jsonpath-rw-0:1.2.3-23.el9.src",
"product_id": "python-jsonpath-rw-0:1.2.3-23.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jsonpath-rw@1.2.3-23.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-kafka-0:1.4.3-3.el9.src",
"product": {
"name": "python-kafka-0:1.4.3-3.el9.src",
"product_id": "python-kafka-0:1.4.3-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kafka@1.4.3-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-kazoo-0:2.7.0-2.el9.src",
"product": {
"name": "python-kazoo-0:2.7.0-2.el9.src",
"product_id": "python-kazoo-0:2.7.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kazoo@2.7.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-kerberos-0:1.3.0-11.el9.1.src",
"product": {
"name": "python-kerberos-0:1.3.0-11.el9.1.src",
"product_id": "python-kerberos-0:1.3.0-11.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kerberos@1.3.0-11.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-keyring-0:21.0.0-2.el9.src",
"product": {
"name": "python-keyring-0:21.0.0-2.el9.src",
"product_id": "python-keyring-0:21.0.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-keyring@21.0.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"product": {
"name": "python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"product_id": "python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-keystoneauth1@5.0.0-0.20220811173415.2445a5d.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"product": {
"name": "python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"product_id": "python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-keystoneclient@5.0.0-0.20220811173653.11d5abe.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"product": {
"name": "python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"product_id": "python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-keystonemiddleware@10.0.0-0.20220811174058.dd31878.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-kiwisolver-0:1.1.0-4.el9.src",
"product": {
"name": "python-kiwisolver-0:1.1.0-4.el9.src",
"product_id": "python-kiwisolver-0:1.1.0-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kiwisolver@1.1.0-4.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-kombu-1:5.0.2-1.el9.2.src",
"product": {
"name": "python-kombu-1:5.0.2-1.el9.2.src",
"product_id": "python-kombu-1:5.0.2-1.el9.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kombu@5.0.2-1.el9.2?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-linecache2-0:1.0.0-25.el9.src",
"product": {
"name": "python-linecache2-0:1.0.0-25.el9.src",
"product_id": "python-linecache2-0:1.0.0-25.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-linecache2@1.0.0-25.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-logutils-0:0.3.5-7.1.el9.src",
"product": {
"name": "python-logutils-0:0.3.5-7.1.el9.src",
"product_id": "python-logutils-0:0.3.5-7.1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-logutils@0.3.5-7.1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-0:2.0.0-2.el9.src",
"product": {
"name": "python-markupsafe-0:2.0.0-2.el9.src",
"product_id": "python-markupsafe-0:2.0.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe@2.0.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-mccabe-0:0.6.1-18.el9.1.src",
"product": {
"name": "python-mccabe-0:0.6.1-18.el9.1.src",
"product_id": "python-mccabe-0:0.6.1-18.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-mccabe@0.6.1-18.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-memcached-0:1.58-12.el9.src",
"product": {
"name": "python-memcached-0:1.58-12.el9.src",
"product_id": "python-memcached-0:1.58-12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-memcached@1.58-12.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-migrate-0:0.13.0-2.el9.src",
"product": {
"name": "python-migrate-0:0.13.0-2.el9.src",
"product_id": "python-migrate-0:0.13.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-migrate@0.13.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-mimeparse-0:1.6.0-16.el9.1.src",
"product": {
"name": "python-mimeparse-0:1.6.0-16.el9.1.src",
"product_id": "python-mimeparse-0:1.6.0-16.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-mimeparse@1.6.0-16.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-mock-0:3.0.5-14.el9.2.src",
"product": {
"name": "python-mock-0:3.0.5-14.el9.2.src",
"product_id": "python-mock-0:3.0.5-14.el9.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-mock@3.0.5-14.el9.2?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-monotonic-0:1.5-9.el9.1.src",
"product": {
"name": "python-monotonic-0:1.5-9.el9.1.src",
"product_id": "python-monotonic-0:1.5-9.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-monotonic@1.5-9.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-more-itertools-0:7.2.0-3.el9.src",
"product": {
"name": "python-more-itertools-0:7.2.0-3.el9.src",
"product_id": "python-more-itertools-0:7.2.0-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-more-itertools@7.2.0-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"product": {
"name": "python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"product_id": "python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-mox3@1.1.0-0.20210812114029.99a302f.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-msgpack-0:0.6.2-2.el9.src",
"product": {
"name": "python-msgpack-0:0.6.2-2.el9.src",
"product_id": "python-msgpack-0:0.6.2-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-msgpack@0.6.2-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-munch-0:2.3.2-7.el9.src",
"product": {
"name": "python-munch-0:2.3.2-7.el9.src",
"product_id": "python-munch-0:2.3.2-7.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-munch@2.3.2-7.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"product": {
"name": "python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"product_id": "python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-neutronclient@7.6.0-0.20211012175718.983f0ab.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-nose-0:1.3.7-33.el9.1.src",
"product": {
"name": "python-nose-0:1.3.7-33.el9.1.src",
"product_id": "python-nose-0:1.3.7-33.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-nose@1.3.7-33.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-nose-cover3-0:0.1.0-31.el9.src",
"product": {
"name": "python-nose-cover3-0:0.1.0-31.el9.src",
"product_id": "python-nose-cover3-0:0.1.0-31.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-nose-cover3@0.1.0-31.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"product": {
"name": "python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"product_id": "python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-openstacksdk@0.99.1-0.20220811190026.a41d04e.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"product": {
"name": "python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"product_id": "python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-os-client-config@2.1.0-0.20210722194729.bc96c23.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"product": {
"name": "python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"product_id": "python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-os-service-types@1.7.0-0.20220802143336.0b2f473.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"product": {
"name": "python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"product_id": "python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-os-traits@2.8.0-0.20220811182615.04e8bb3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"product": {
"name": "python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"product_id": "python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-osc-lib@2.6.1-0.20220811172053.973e169.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"product": {
"name": "python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"product_id": "python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-cache@3.0.0-0.20220811175617.79945c1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"product": {
"name": "python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"product_id": "python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-concurrency@5.0.0-0.20220811181826.052b2f2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"product": {
"name": "python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"product_id": "python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-config@9.0.0-0.20220811165930.9eaae04.el9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"product": {
"name": "python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"product_id": "python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-context@5.0.0-0.20220811171413.f388eb9.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"product": {
"name": "python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"product_id": "python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-db@12.0.0-0.20220811175859.a808381.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"product": {
"name": "python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"product_id": "python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-i18n@5.1.0-0.20220802145025.b031d17.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"product": {
"name": "python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"product_id": "python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-log@5.0.0-0.20220811172332.6401da7.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"product": {
"name": "python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"product_id": "python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-messaging@13.0.0-0.20220811175319.4186386.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"product": {
"name": "python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"product_id": "python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-metrics@0.3.0-0.20220802145828.43eee50.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"product": {
"name": "python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"product_id": "python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-middleware@5.0.0-0.20220811170931.51e1882.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"product": {
"name": "python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"product_id": "python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-policy@4.0.0-0.20220811173113.5bd767b.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"product": {
"name": "python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"product_id": "python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-reports@2.3.0-0.20211012151507.f2799dc.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"product": {
"name": "python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"product_id": "python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-rootwrap@6.3.1-0.20220803131706.1b1b960.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"product": {
"name": "python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"product_id": "python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-serialization@5.0.0-0.20220811171112.dd2a819.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"product": {
"name": "python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"product_id": "python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-service@3.0.0-0.20220811180157.a27acfe.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"product": {
"name": "python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"product_id": "python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-upgradecheck@2.0.0-0.20220811171652.b3a2b19.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"product": {
"name": "python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"product_id": "python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-utils@6.0.0-0.20220811175035.7df6473.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"product": {
"name": "python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"product_id": "python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-versionedobjects@3.0.0-0.20220811180555.cec2b8e.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"product": {
"name": "python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"product_id": "python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslotest@4.4.1-0.20210812115053.aaf3a72.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"product": {
"name": "python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"product_id": "python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-osprofiler@3.4.3-0.20220802174918.3286301.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-paste-0:3.5.0-3.el9.1.src",
"product": {
"name": "python-paste-0:3.5.0-3.el9.1.src",
"product_id": "python-paste-0:3.5.0-3.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-paste@3.5.0-3.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-paste-deploy-0:2.0.1-5.el9.src",
"product": {
"name": "python-paste-deploy-0:2.0.1-5.el9.src",
"product_id": "python-paste-deploy-0:2.0.1-5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-paste-deploy@2.0.1-5.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pbr-0:5.5.1-3.el9.1.src",
"product": {
"name": "python-pbr-0:5.5.1-3.el9.1.src",
"product_id": "python-pbr-0:5.5.1-3.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pbr@5.5.1-3.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pecan-0:1.3.2-10.el9.src",
"product": {
"name": "python-pecan-0:1.3.2-10.el9.src",
"product_id": "python-pecan-0:1.3.2-10.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pecan@1.3.2-10.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pexpect-0:4.6-3.el9.src",
"product": {
"name": "python-pexpect-0:4.6-3.el9.src",
"product_id": "python-pexpect-0:4.6-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pexpect@4.6-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pint-0:0.10.1-3.el9.src",
"product": {
"name": "python-pint-0:0.10.1-3.el9.src",
"product_id": "python-pint-0:0.10.1-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pint@0.10.1-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pretend-0:1.0.8-19.el9.src",
"product": {
"name": "python-pretend-0:1.0.8-19.el9.src",
"product_id": "python-pretend-0:1.0.8-19.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pretend@1.0.8-19.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"product": {
"name": "python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"product_id": "python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-proliantutils@2.13.2-0.20220802173426.8c7b6b1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-prometheus_client-0:0.7.1-3.el9.src",
"product": {
"name": "python-prometheus_client-0:0.7.1-3.el9.src",
"product_id": "python-prometheus_client-0:0.7.1-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-prometheus_client@0.7.1-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"product": {
"name": "python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"product_id": "python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycadf@3.1.1-0.20220802144439.4179996.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycodestyle-0:2.6.0-4.el9.1.src",
"product": {
"name": "python-pycodestyle-0:2.6.0-4.el9.1.src",
"product_id": "python-pycodestyle-0:2.6.0-4.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycodestyle@2.6.0-4.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pymemcache-0:3.5.0-1.el9.src",
"product": {
"name": "python-pymemcache-0:3.5.0-1.el9.src",
"product_id": "python-pymemcache-0:3.5.0-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymemcache@3.5.0-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyperclip-0:1.8.0-3.el9.1.src",
"product": {
"name": "python-pyperclip-0:1.8.0-3.el9.1.src",
"product_id": "python-pyperclip-0:1.8.0-3.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyperclip@1.8.0-3.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pytest-cov-0:2.11.1-3.el9.1.src",
"product": {
"name": "python-pytest-cov-0:2.11.1-3.el9.1.src",
"product_id": "python-pytest-cov-0:2.11.1-3.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytest-cov@2.11.1-3.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pytest-forked-0:1.3.0-2.el9.1.src",
"product": {
"name": "python-pytest-forked-0:1.3.0-2.el9.1.src",
"product_id": "python-pytest-forked-0:1.3.0-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytest-forked@1.3.0-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pytest-runner-0:4.0-12.el9.1.src",
"product": {
"name": "python-pytest-runner-0:4.0-12.el9.1.src",
"product_id": "python-pytest-runner-0:4.0-12.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytest-runner@4.0-12.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pytest-xdist-0:2.2.1-1.el9.src",
"product": {
"name": "python-pytest-xdist-0:2.2.1-1.el9.src",
"product_id": "python-pytest-xdist-0:2.2.1-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytest-xdist@2.2.1-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pytest-xprocess-0:0.18.1-4.el9.src",
"product": {
"name": "python-pytest-xprocess-0:0.18.1-4.el9.src",
"product_id": "python-pytest-xprocess-0:0.18.1-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytest-xprocess@0.18.1-4.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-redis-0:3.3.8-2.el9.src",
"product": {
"name": "python-redis-0:3.3.8-2.el9.src",
"product_id": "python-redis-0:3.3.8-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-redis@3.3.8-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-repoze-lru-0:0.7-7.el9.src",
"product": {
"name": "python-repoze-lru-0:0.7-7.el9.src",
"product_id": "python-repoze-lru-0:0.7-7.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-repoze-lru@0.7-7.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requests-kerberos-0:0.12.0-12.el9.1.src",
"product": {
"name": "python-requests-kerberos-0:0.12.0-12.el9.1.src",
"product_id": "python-requests-kerberos-0:0.12.0-12.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests-kerberos@0.12.0-12.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requests-mock-0:1.8.0-2.el9.1.src",
"product": {
"name": "python-requests-mock-0:1.8.0-2.el9.1.src",
"product_id": "python-requests-mock-0:1.8.0-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests-mock@1.8.0-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requests-unixsocket-0:0.2.0-2.el9.src",
"product": {
"name": "python-requests-unixsocket-0:0.2.0-2.el9.src",
"product_id": "python-requests-unixsocket-0:0.2.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests-unixsocket@0.2.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"product": {
"name": "python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"product_id": "python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requestsexceptions@1.4.0-0.20220802143336.d7ac0ff.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-retrying-0:1.3.3-2.el9.1.src",
"product": {
"name": "python-retrying-0:1.3.3-2.el9.1.src",
"product_id": "python-retrying-0:1.3.3-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-retrying@1.3.3-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-rfc3986-0:1.2.0-6.el9.src",
"product": {
"name": "python-rfc3986-0:1.2.0-6.el9.src",
"product_id": "python-rfc3986-0:1.2.0-6.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-rfc3986@1.2.0-6.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-routes-0:2.4.1-12.el9.src",
"product": {
"name": "python-routes-0:2.4.1-12.el9.src",
"product_id": "python-routes-0:2.4.1-12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-routes@2.4.1-12.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"product": {
"name": "python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"product_id": "python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-scciclient@0.12.3-0.20220811182700.0940a71.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-simplegeneric-0:0.8.1-18.el9.src",
"product": {
"name": "python-simplegeneric-0:0.8.1-18.el9.src",
"product_id": "python-simplegeneric-0:0.8.1-18.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-simplegeneric@0.8.1-18.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-simplejson-0:3.17.0-2.el9.src",
"product": {
"name": "python-simplejson-0:3.17.0-2.el9.src",
"product_id": "python-simplejson-0:3.17.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-simplejson@3.17.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-singledispatch-0:3.4.0.3-19.el9.src",
"product": {
"name": "python-singledispatch-0:3.4.0.3-19.el9.src",
"product_id": "python-singledispatch-0:3.4.0.3-19.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-singledispatch@3.4.0.3-19.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-smi-0:0.3.4-10.el9.src",
"product": {
"name": "python-smi-0:0.3.4-10.el9.src",
"product_id": "python-smi-0:0.3.4-10.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-smi@0.3.4-10.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sortedcontainers-0:2.3.0-2.el9.1.src",
"product": {
"name": "python-sortedcontainers-0:2.3.0-2.el9.1.src",
"product_id": "python-sortedcontainers-0:2.3.0-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sortedcontainers@2.3.0-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-soupsieve-0:2.1.0-2.el9.1.src",
"product": {
"name": "python-soupsieve-0:2.1.0-2.el9.1.src",
"product_id": "python-soupsieve-0:2.1.0-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-soupsieve@2.1.0-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-0:1.4.39-2.el9.src",
"product": {
"name": "python-sqlalchemy-0:1.4.39-2.el9.src",
"product_id": "python-sqlalchemy-0:1.4.39-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy@1.4.39-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sqlparse-0:0.2.4-10.el9.src",
"product": {
"name": "python-sqlparse-0:0.2.4-10.el9.src",
"product_id": "python-sqlparse-0:0.2.4-10.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlparse@0.2.4-10.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-statsd-0:3.2.1-20.el9.src",
"product": {
"name": "python-statsd-0:3.2.1-20.el9.src",
"product_id": "python-statsd-0:3.2.1-20.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-statsd@3.2.1-20.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-stestr-0:2.6.0-8.el9.src",
"product": {
"name": "python-stestr-0:2.6.0-8.el9.src",
"product_id": "python-stestr-0:2.6.0-8.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-stestr@2.6.0-8.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"product": {
"name": "python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"product_id": "python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-stevedore@4.0.0-0.20220811180640.ccd1754.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sure-0:1.4.11-12.el9.2.src",
"product": {
"name": "python-sure-0:1.4.11-12.el9.2.src",
"product_id": "python-sure-0:1.4.11-12.el9.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sure@1.4.11-12.el9.2?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"product": {
"name": "python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"product_id": "python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sushy-oem-idrac@4.0.0-0.20220802162610.7b75e6e.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"product": {
"name": "python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"product_id": "python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-swiftclient@4.0.1-0.20220811174436.9eee29d.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tempita-0:0.5.1-25.el9.src",
"product": {
"name": "python-tempita-0:0.5.1-25.el9.src",
"product_id": "python-tempita-0:0.5.1-25.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tempita@0.5.1-25.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tenacity-0:6.2.0-2.el9.src",
"product": {
"name": "python-tenacity-0:6.2.0-2.el9.src",
"product_id": "python-tenacity-0:6.2.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tenacity@6.2.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-testrepository-0:0.0.20-20.el9.src",
"product": {
"name": "python-testrepository-0:0.0.20-20.el9.src",
"product_id": "python-testrepository-0:0.0.20-20.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-testrepository@0.0.20-20.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-testresources-0:2.0.1-2.el9.src",
"product": {
"name": "python-testresources-0:2.0.1-2.el9.src",
"product_id": "python-testresources-0:2.0.1-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-testresources@2.0.1-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-testscenarios-0:0.5.0-21.el9.1.src",
"product": {
"name": "python-testscenarios-0:0.5.0-21.el9.1.src",
"product_id": "python-testscenarios-0:0.5.0-21.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-testscenarios@0.5.0-21.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-testtools-0:2.4.0-8.el9.1.src",
"product": {
"name": "python-testtools-0:2.4.0-8.el9.1.src",
"product_id": "python-testtools-0:2.4.0-8.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-testtools@2.4.0-8.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"product": {
"name": "python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"product_id": "python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tooz@3.0.0-0.20220811181909.d145b50.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tornado-0:6.1.0-2.el9.1.src",
"product": {
"name": "python-tornado-0:6.1.0-2.el9.1.src",
"product_id": "python-tornado-0:6.1.0-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado@6.1.0-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tox-0:3.23.0-2.el9.1.src",
"product": {
"name": "python-tox-0:3.23.0-2.el9.1.src",
"product_id": "python-tox-0:3.23.0-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tox@3.23.0-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tox-current-env-0:0.0.6-1.el9.src",
"product": {
"name": "python-tox-current-env-0:0.0.6-1.el9.src",
"product_id": "python-tox-current-env-0:0.0.6-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tox-current-env@0.0.6-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-traceback2-0:1.4.0-25.el9.src",
"product": {
"name": "python-traceback2-0:1.4.0-25.el9.src",
"product_id": "python-traceback2-0:1.4.0-25.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-traceback2@1.4.0-25.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-typeguard-0:2.9.1-1.el9.src",
"product": {
"name": "python-typeguard-0:2.9.1-1.el9.src",
"product_id": "python-typeguard-0:2.9.1-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-typeguard@2.9.1-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"product": {
"name": "python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"product_id": "python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-typing-extensions@3.7.4.3-2.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-unittest2-0:1.1.0-24.el9.src",
"product": {
"name": "python-unittest2-0:1.1.0-24.el9.src",
"product_id": "python-unittest2-0:1.1.0-24.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-unittest2@1.1.0-24.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-vine-0:5.0.0-3.el9.src",
"product": {
"name": "python-vine-0:5.0.0-3.el9.src",
"product_id": "python-vine-0:5.0.0-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-vine@5.0.0-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-virtualenv-0:20.4.4-1.el9.src",
"product": {
"name": "python-virtualenv-0:20.4.4-1.el9.src",
"product_id": "python-virtualenv-0:20.4.4-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-virtualenv@20.4.4-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-voluptuous-0:0.11.7-3.el9.src",
"product": {
"name": "python-voluptuous-0:0.11.7-3.el9.src",
"product_id": "python-voluptuous-0:0.11.7-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-voluptuous@0.11.7-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-waitress-0:2.0.0-2.el9.src",
"product": {
"name": "python-waitress-0:2.0.0-2.el9.src",
"product_id": "python-waitress-0:2.0.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-waitress@2.0.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-warlock-0:1.3.3-2.el9.src",
"product": {
"name": "python-warlock-0:1.3.3-2.el9.src",
"product_id": "python-warlock-0:1.3.3-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-warlock@1.3.3-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wcwidth-0:0.2.5-2.el9.2.src",
"product": {
"name": "python-wcwidth-0:0.2.5-2.el9.2.src",
"product_id": "python-wcwidth-0:0.2.5-2.el9.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wcwidth@0.2.5-2.el9.2?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-webencodings-0:0.5.1-15.el9.1.src",
"product": {
"name": "python-webencodings-0:0.5.1-15.el9.1.src",
"product_id": "python-webencodings-0:0.5.1-15.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-webencodings@0.5.1-15.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-webob-0:1.8.5-5.el9.src",
"product": {
"name": "python-webob-0:1.8.5-5.el9.src",
"product_id": "python-webob-0:1.8.5-5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-webob@1.8.5-5.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-webtest-0:2.0.33-5.el9.src",
"product": {
"name": "python-webtest-0:2.0.33-5.el9.src",
"product_id": "python-webtest-0:2.0.33-5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-webtest@2.0.33-5.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-werkzeug-0:2.0.3-3.el9.src",
"product": {
"name": "python-werkzeug-0:2.0.3-3.el9.src",
"product_id": "python-werkzeug-0:2.0.3-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-werkzeug@2.0.3-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-0:1.11.2-4.el9.src",
"product": {
"name": "python-wrapt-0:1.11.2-4.el9.src",
"product_id": "python-wrapt-0:1.11.2-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt@1.11.2-4.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"product": {
"name": "python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"product_id": "python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wsme@0.11.0-0.20220802144439.80bda90.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-yappi-0:1.3.1-2.el9.src",
"product": {
"name": "python-yappi-0:1.3.1-2.el9.src",
"product_id": "python-yappi-0:1.3.1-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yappi@1.3.1-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zake-0:0.2.2-19.el9.src",
"product": {
"name": "python-zake-0:0.2.2-19.el9.src",
"product_id": "python-zake-0:0.2.2-19.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zake@0.2.2-19.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zeroconf-0:0.24.4-2.el9.src",
"product": {
"name": "python-zeroconf-0:0.24.4-2.el9.src",
"product_id": "python-zeroconf-0:0.24.4-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zeroconf@0.24.4-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zipp-0:0.5.1-3.el9.src",
"product": {
"name": "python-zipp-0:0.5.1-3.el9.src",
"product_id": "python-zipp-0:0.5.1-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zipp@0.5.1-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zope-event-0:4.2.0-20.el9.1.src",
"product": {
"name": "python-zope-event-0:4.2.0-20.el9.1.src",
"product_id": "python-zope-event-0:4.2.0-20.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zope-event@4.2.0-20.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zope-interface-0:5.4.0-1.el9.src",
"product": {
"name": "python-zope-interface-0:5.4.0-1.el9.src",
"product_id": "python-zope-interface-0:5.4.0-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zope-interface@5.4.0-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-zope-testing-0:4.7-4.el9.1.src",
"product": {
"name": "python-zope-testing-0:4.7-4.el9.1.src",
"product_id": "python-zope-testing-0:4.7-4.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-zope-testing@4.7-4.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "subunit-0:1.4.0-6.el9.1.src",
"product": {
"name": "subunit-0:1.4.0-6.el9.1.src",
"product_id": "subunit-0:1.4.0-6.el9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit@1.4.0-6.el9.1?arch=src"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"product": {
"name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"product_id": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic@21.0.1-0.20221114235951.fe64d5e.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"product": {
"name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"product_id": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector@11.0.1-0.20221205155952.cd22607.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"product": {
"name": "python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"product_id": "python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ironic-prometheus-exporter@3.1.1-0.20221003235527.eb27243.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"product": {
"name": "python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"product_id": "python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sushy@4.3.4-0.20221213135957.69b014c.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el9.src",
"product": {
"name": "kata-containers-0:2.5.2-1.el9.src",
"product_id": "kata-containers-0:2.5.2-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el9.src",
"product": {
"name": "cri-tools-0:1.25.0-2.el9.src",
"product_id": "cri-tools-0:1.25.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.src",
"product": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.src",
"product_id": "buildah-1:1.23.4-3.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-3.rhaos4.12.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.src",
"product": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.src",
"product_id": "conmon-2:2.1.2-3.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-2.rhaos4.12.el9.src",
"product": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.src",
"product_id": "crun-0:1.4.2-2.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.2.0-4.rhaos4.12.el9.src",
"product": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.src",
"product_id": "podman-3:4.2.0-4.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-4.rhaos4.12.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"product": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"product_id": "skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-5.rhaos4.12.el9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.src",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.src",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"product": {
"name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"product_id": "rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn@5.3.0-1.rhaos4.12.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"product": {
"name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"product_id": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"product": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"product_id": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-27.rhaos4.12.el8.x86_64",
"product": {
"name": "containers-common-2:1-27.rhaos4.12.el8.x86_64",
"product_id": "containers-common-2:1-27.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-27.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-0:1.3.3-1.el8.x86_64",
"product": {
"name": "nmstate-0:1.3.3-1.el8.x86_64",
"product_id": "nmstate-0:1.3.3-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate@1.3.3-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-devel-0:1.3.3-1.el8.x86_64",
"product": {
"name": "nmstate-devel-0:1.3.3-1.el8.x86_64",
"product_id": "nmstate-devel-0:1.3.3-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-devel@1.3.3-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-0:1.3.3-1.el8.x86_64",
"product": {
"name": "nmstate-libs-0:1.3.3-1.el8.x86_64",
"product_id": "nmstate-libs-0:1.3.3-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs@1.3.3-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"product": {
"name": "nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"product_id": "nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debugsource@1.3.3-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"product": {
"name": "nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"product_id": "nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debuginfo@1.3.3-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"product": {
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"product_id": "nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@1.3.3-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2022.2-5.el8.x86_64",
"product": {
"name": "ostree-0:2022.2-5.el8.x86_64",
"product_id": "ostree-0:2022.2-5.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2022.2-5.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2022.2-5.el8.x86_64",
"product": {
"name": "ostree-devel-0:2022.2-5.el8.x86_64",
"product_id": "ostree-devel-0:2022.2-5.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2022.2-5.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2022.2-5.el8.x86_64",
"product": {
"name": "ostree-grub2-0:2022.2-5.el8.x86_64",
"product_id": "ostree-grub2-0:2022.2-5.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2022.2-5.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2022.2-5.el8.x86_64",
"product": {
"name": "ostree-libs-0:2022.2-5.el8.x86_64",
"product_id": "ostree-libs-0:2022.2-5.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2022.2-5.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2022.2-5.el8.x86_64",
"product": {
"name": "ostree-debugsource-0:2022.2-5.el8.x86_64",
"product_id": "ostree-debugsource-0:2022.2-5.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2022.2-5.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2022.2-5.el8.x86_64",
"product": {
"name": "ostree-debuginfo-0:2022.2-5.el8.x86_64",
"product_id": "ostree-debuginfo-0:2022.2-5.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2022.2-5.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"product": {
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"product_id": "ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2022.2-5.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_id": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product_id": "afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product": {
"name": "bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product_id": "bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd@0.2.5-3.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product": {
"name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product_id": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-bootupd-debugsource@0.2.5-3.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product": {
"name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product_id": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd-debuginfo@0.2.5-3.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"product_id": "skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"product": {
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"product_id": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-1.rhaos4.12.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el8.x86_64",
"product": {
"name": "kata-containers-0:2.5.2-1.el8.x86_64",
"product_id": "kata-containers-0:2.5.2-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product_id": "butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-2.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product": {
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product_id": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-2.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product": {
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product_id": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-2.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el8.x86_64",
"product": {
"name": "cri-tools-0:1.25.0-2.el8.x86_64",
"product_id": "cri-tools-0:1.25.0-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"product_id": "cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"product_id": "cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_id": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.36.0-8.el8_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-central@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-host@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-vtep@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-debugsource@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-central-debuginfo@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-debuginfo@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-host-debuginfo@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product": {
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product_id": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-vtep-debuginfo@22.06.0-27.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"product": {
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"product_id": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyrsistent@0.16.0-3.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"product": {
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"product_id": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent-debugsource@0.16.0-3.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"product": {
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"product_id": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyrsistent-debuginfo@0.16.0-3.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"product": {
"name": "python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"product_id": "python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-1.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"product": {
"name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"product_id": "python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-1.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"product": {
"name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"product_id": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-1.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "tini-0:0.16.1-1.el8ar.x86_64",
"product": {
"name": "tini-0:0.16.1-1.el8ar.x86_64",
"product_id": "tini-0:0.16.1-1.el8ar.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tini@0.16.1-1.el8ar?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product_id": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product_id": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product_id": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product_id": "libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product": {
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product_id": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product_id": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product_id": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "haproxy22-0:2.2.24-1.el8.x86_64",
"product": {
"name": "haproxy22-0:2.2.24-1.el8.x86_64",
"product_id": "haproxy22-0:2.2.24-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy22@2.2.24-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"product": {
"name": "haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"product_id": "haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.24-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"product": {
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"product_id": "haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy22-debuginfo@2.2.24-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"product": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"product_id": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grpc-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "grpc-0:1.18.0-4.el8ost.x86_64",
"product_id": "grpc-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grpc-cli-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "grpc-cli-0:1.18.0-4.el8ost.x86_64",
"product_id": "grpc-cli-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-cli@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grpc-devel-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "grpc-devel-0:1.18.0-4.el8ost.x86_64",
"product_id": "grpc-devel-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-devel@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"product_id": "grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-plugins@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"product_id": "python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-grpcio@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"product_id": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-debugsource@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product_id": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-cli-debuginfo@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product_id": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-debuginfo@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product_id": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-plugins-debuginfo@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product": {
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product_id": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-grpcio-debuginfo@1.18.0-4.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product_id": "crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product": {
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product_id": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product": {
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product_id": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-1.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.rhaos4.11.el8.x86_64",
"product": {
"name": "crit-0:3.15-4.rhaos4.11.el8.x86_64",
"product_id": "crit-0:3.15-4.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.rhaos4.11.el8.x86_64",
"product": {
"name": "criu-0:3.15-4.rhaos4.11.el8.x86_64",
"product_id": "criu-0:3.15-4.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"product": {
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"product_id": "criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"product": {
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"product_id": "criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"product": {
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"product_id": "python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"product": {
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"product_id": "criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"product": {
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"product_id": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"product_id": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product_id": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-5.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product_id": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-5.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product_id": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-5.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product_id": "conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-2.rhaos4.11.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product": {
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product_id": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-2.rhaos4.11.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product": {
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product_id": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-2.rhaos4.11.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-2.el8.x86_64",
"product": {
"name": "buildah-1:1.23.4-2.el8.x86_64",
"product_id": "buildah-1:1.23.4-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-2.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.23.4-2.el8.x86_64",
"product": {
"name": "buildah-tests-1:1.23.4-2.el8.x86_64",
"product_id": "buildah-tests-1:1.23.4-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.23.4-2.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.23.4-2.el8.x86_64",
"product": {
"name": "buildah-debugsource-1:1.23.4-2.el8.x86_64",
"product_id": "buildah-debugsource-1:1.23.4-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-2.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"product_id": "buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-2.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-2.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-central@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-host@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-vtep@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-debugsource@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-central-debuginfo@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-debuginfo@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-host-debuginfo@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product": {
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product_id": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-vtep-debuginfo@22.09.0-25.el8fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product_id": "runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.2-2.rhaos4.12.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product": {
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product_id": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.2-2.rhaos4.12.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product": {
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product_id": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.2-2.rhaos4.12.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-internal@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@4.18.0-372.40.1.rt7.197.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-bcrypt-0:3.1.6-3.el9.x86_64",
"product": {
"name": "python3-bcrypt-0:3.1.6-3.el9.x86_64",
"product_id": "python3-bcrypt-0:3.1.6-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-bcrypt@3.1.6-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"product": {
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"product_id": "python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bcrypt-debugsource@3.1.6-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"product": {
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"product_id": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-bcrypt-debuginfo@3.1.6-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-coverage-0:5.6-0.1b1.el9.x86_64",
"product": {
"name": "python3-coverage-0:5.6-0.1b1.el9.x86_64",
"product_id": "python3-coverage-0:5.6-0.1b1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-coverage@5.6-0.1b1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"product": {
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"product_id": "python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@5.6-0.1b1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"product": {
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"product_id": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-coverage-debuginfo@5.6-0.1b1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-gevent-0:21.1.2-1.el9.x86_64",
"product": {
"name": "python3-gevent-0:21.1.2-1.el9.x86_64",
"product_id": "python3-gevent-0:21.1.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gevent@21.1.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"product": {
"name": "python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"product_id": "python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gevent-debugsource@21.1.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"product": {
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"product_id": "python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gevent-debuginfo@21.1.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-0:1.0.0-1.el9.x86_64",
"product": {
"name": "python3-greenlet-0:1.0.0-1.el9.x86_64",
"product_id": "python3-greenlet-0:1.0.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet@1.0.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"product": {
"name": "python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"product_id": "python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet-devel@1.0.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"product": {
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"product_id": "python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-greenlet-debugsource@1.0.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"product": {
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"product_id": "python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet-debuginfo@1.0.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"product": {
"name": "python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"product_id": "python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kerberos@1.3.0-11.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"product": {
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"product_id": "python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kerberos-debugsource@1.3.0-11.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"product": {
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"product_id": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kerberos-debuginfo@1.3.0-11.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"product": {
"name": "python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"product_id": "python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kiwisolver@1.1.0-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"product": {
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"product_id": "python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kiwisolver-debugsource@1.1.0-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"product": {
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"product_id": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kiwisolver-debuginfo@1.1.0-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-markupsafe-0:2.0.0-2.el9.x86_64",
"product": {
"name": "python3-markupsafe-0:2.0.0-2.el9.x86_64",
"product_id": "python3-markupsafe-0:2.0.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-markupsafe@2.0.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"product": {
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"product_id": "python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@2.0.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"product": {
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"product_id": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-markupsafe-debuginfo@2.0.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-0:0.6.2-2.el9.x86_64",
"product": {
"name": "python3-msgpack-0:0.6.2-2.el9.x86_64",
"product_id": "python3-msgpack-0:0.6.2-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"product": {
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"product_id": "python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"product": {
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"product_id": "python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-simplejson-0:3.17.0-2.el9.x86_64",
"product": {
"name": "python3-simplejson-0:3.17.0-2.el9.x86_64",
"product_id": "python3-simplejson-0:3.17.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplejson@3.17.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"product": {
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"product_id": "python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-simplejson-debugsource@3.17.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"product": {
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"product_id": "python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplejson-debuginfo@3.17.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiomysql@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiosqlite@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Basyncio@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pymssql@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pyodbc@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmysql@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_asyncpg@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_pg8000@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpymysql@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"product_id": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy-debugsource@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"product": {
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"product_id": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy-debuginfo@1.4.39-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"product": {
"name": "python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"product_id": "python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado-doc@6.1.0-2.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tornado-0:6.1.0-2.el9.1.x86_64",
"product": {
"name": "python3-tornado-0:6.1.0-2.el9.1.x86_64",
"product_id": "python3-tornado-0:6.1.0-2.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tornado@6.1.0-2.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"product": {
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"product_id": "python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado-debugsource@6.1.0-2.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"product": {
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"product_id": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tornado-debuginfo@6.1.0-2.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"product": {
"name": "python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"product_id": "python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-doc@1.11.2-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-wrapt-0:1.11.2-4.el9.x86_64",
"product": {
"name": "python3-wrapt-0:1.11.2-4.el9.x86_64",
"product_id": "python3-wrapt-0:1.11.2-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wrapt@1.11.2-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"product": {
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"product_id": "python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-debugsource@1.11.2-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"product": {
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"product_id": "python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wrapt-debuginfo@1.11.2-4.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-yappi-0:1.3.1-2.el9.x86_64",
"product": {
"name": "python3-yappi-0:1.3.1-2.el9.x86_64",
"product_id": "python3-yappi-0:1.3.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-yappi@1.3.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"product": {
"name": "python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"product_id": "python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yappi-debugsource@1.3.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"product": {
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"product_id": "python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-yappi-debuginfo@1.3.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-zope-interface-0:5.4.0-1.el9.x86_64",
"product": {
"name": "python3-zope-interface-0:5.4.0-1.el9.x86_64",
"product_id": "python3-zope-interface-0:5.4.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zope-interface@5.4.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "subunit-0:1.4.0-6.el9.1.x86_64",
"product": {
"name": "subunit-0:1.4.0-6.el9.1.x86_64",
"product_id": "subunit-0:1.4.0-6.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit@1.4.0-6.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"product": {
"name": "subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"product_id": "subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit@1.4.0-6.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"product": {
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"product_id": "subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit-devel@1.4.0-6.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "subunit-devel-0:1.4.0-6.el9.1.x86_64",
"product": {
"name": "subunit-devel-0:1.4.0-6.el9.1.x86_64",
"product_id": "subunit-devel-0:1.4.0-6.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-devel@1.4.0-6.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "subunit-static-0:1.4.0-6.el9.1.x86_64",
"product": {
"name": "subunit-static-0:1.4.0-6.el9.1.x86_64",
"product_id": "subunit-static-0:1.4.0-6.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-static@1.4.0-6.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"product": {
"name": "subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"product_id": "subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-debugsource@1.4.0-6.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"product": {
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"product_id": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit-debuginfo@1.4.0-6.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"product": {
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"product_id": "subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-debuginfo@1.4.0-6.el9.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el9.x86_64",
"product": {
"name": "kata-containers-0:2.5.2-1.el9.x86_64",
"product_id": "kata-containers-0:2.5.2-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el9.x86_64",
"product": {
"name": "cri-tools-0:1.25.0-2.el9.x86_64",
"product_id": "cri-tools-0:1.25.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"product_id": "cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"product_id": "cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_id": "buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product": {
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_id": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.23.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product": {
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_id": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_id": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-3.rhaos4.12.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product_id": "conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product": {
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product_id": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-3.rhaos4.12.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product": {
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product_id": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-3.rhaos4.12.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product_id": "crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product": {
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product_id": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-2.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product": {
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product_id": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-2.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product": {
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_id": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-4.rhaos4.12.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product_id": "skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product_id": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product_id": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.8.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product_id": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.8.0-5.rhaos4.12.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product": {
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_id": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.16.1-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product_id": "afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product": {
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product_id": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.3.0-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"product": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"product_id": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-27.rhaos4.12.el8.aarch64",
"product": {
"name": "containers-common-2:1-27.rhaos4.12.el8.aarch64",
"product_id": "containers-common-2:1-27.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-27.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-0:1.3.3-1.el8.aarch64",
"product": {
"name": "nmstate-0:1.3.3-1.el8.aarch64",
"product_id": "nmstate-0:1.3.3-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate@1.3.3-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-devel-0:1.3.3-1.el8.aarch64",
"product": {
"name": "nmstate-devel-0:1.3.3-1.el8.aarch64",
"product_id": "nmstate-devel-0:1.3.3-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-devel@1.3.3-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-0:1.3.3-1.el8.aarch64",
"product": {
"name": "nmstate-libs-0:1.3.3-1.el8.aarch64",
"product_id": "nmstate-libs-0:1.3.3-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs@1.3.3-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"product": {
"name": "nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"product_id": "nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debugsource@1.3.3-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"product": {
"name": "nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"product_id": "nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debuginfo@1.3.3-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"product": {
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"product_id": "nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@1.3.3-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2022.2-5.el8.aarch64",
"product": {
"name": "ostree-0:2022.2-5.el8.aarch64",
"product_id": "ostree-0:2022.2-5.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2022.2-5.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2022.2-5.el8.aarch64",
"product": {
"name": "ostree-devel-0:2022.2-5.el8.aarch64",
"product_id": "ostree-devel-0:2022.2-5.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2022.2-5.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2022.2-5.el8.aarch64",
"product": {
"name": "ostree-grub2-0:2022.2-5.el8.aarch64",
"product_id": "ostree-grub2-0:2022.2-5.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2022.2-5.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2022.2-5.el8.aarch64",
"product": {
"name": "ostree-libs-0:2022.2-5.el8.aarch64",
"product_id": "ostree-libs-0:2022.2-5.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2022.2-5.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2022.2-5.el8.aarch64",
"product": {
"name": "ostree-debugsource-0:2022.2-5.el8.aarch64",
"product_id": "ostree-debugsource-0:2022.2-5.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2022.2-5.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2022.2-5.el8.aarch64",
"product": {
"name": "ostree-debuginfo-0:2022.2-5.el8.aarch64",
"product_id": "ostree-debuginfo-0:2022.2-5.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2022.2-5.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"product": {
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"product_id": "ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2022.2-5.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_id": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product_id": "afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product": {
"name": "bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product_id": "bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd@0.2.5-3.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product": {
"name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product_id": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-bootupd-debugsource@0.2.5-3.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product": {
"name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product_id": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd-debuginfo@0.2.5-3.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"product_id": "skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"product": {
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"product_id": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-1.rhaos4.12.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el8.aarch64",
"product": {
"name": "kata-containers-0:2.5.2-1.el8.aarch64",
"product_id": "kata-containers-0:2.5.2-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product_id": "butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-2.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product": {
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product_id": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-2.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product": {
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product_id": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-2.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el8.aarch64",
"product": {
"name": "cri-tools-0:1.25.0-2.el8.aarch64",
"product_id": "cri-tools-0:1.25.0-2.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"product_id": "cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"product_id": "cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_id": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.36.0-8.el8_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-central@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-host@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-vtep@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-debugsource@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-central-debuginfo@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-debuginfo@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-host-debuginfo@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product": {
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product_id": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-vtep-debuginfo@22.06.0-27.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"product": {
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"product_id": "python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyrsistent@0.16.0-3.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"product": {
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"product_id": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent-debugsource@0.16.0-3.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"product": {
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"product_id": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyrsistent-debuginfo@0.16.0-3.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"product": {
"name": "python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"product_id": "python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-1.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"product": {
"name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"product_id": "python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-1.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"product": {
"name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"product_id": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-1.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "tini-0:0.16.1-1.el8ar.aarch64",
"product": {
"name": "tini-0:0.16.1-1.el8ar.aarch64",
"product_id": "tini-0:0.16.1-1.el8ar.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tini@0.16.1-1.el8ar?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product_id": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product_id": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product_id": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product_id": "libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product": {
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product_id": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product_id": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product_id": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "haproxy22-0:2.2.24-1.el8.aarch64",
"product": {
"name": "haproxy22-0:2.2.24-1.el8.aarch64",
"product_id": "haproxy22-0:2.2.24-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy22@2.2.24-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"product": {
"name": "haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"product_id": "haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.24-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"product": {
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"product_id": "haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy22-debuginfo@2.2.24-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"product": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"product_id": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grpc-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "grpc-0:1.18.0-4.el8ost.aarch64",
"product_id": "grpc-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grpc-cli-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "grpc-cli-0:1.18.0-4.el8ost.aarch64",
"product_id": "grpc-cli-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-cli@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grpc-devel-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "grpc-devel-0:1.18.0-4.el8ost.aarch64",
"product_id": "grpc-devel-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-devel@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"product_id": "grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-plugins@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"product_id": "python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-grpcio@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"product_id": "grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-debugsource@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product_id": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-cli-debuginfo@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product_id": "grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-debuginfo@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product_id": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-plugins-debuginfo@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product": {
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product_id": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-grpcio-debuginfo@1.18.0-4.el8ost?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product_id": "crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product": {
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product_id": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product": {
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product_id": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-1.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.rhaos4.11.el8.aarch64",
"product": {
"name": "crit-0:3.15-4.rhaos4.11.el8.aarch64",
"product_id": "crit-0:3.15-4.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.rhaos4.11.el8.aarch64",
"product": {
"name": "criu-0:3.15-4.rhaos4.11.el8.aarch64",
"product_id": "criu-0:3.15-4.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"product": {
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"product_id": "criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"product": {
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"product_id": "criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"product": {
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"product_id": "python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"product": {
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"product_id": "criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"product": {
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"product_id": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"product_id": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product_id": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-5.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product_id": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-5.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product_id": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-5.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product_id": "conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-2.rhaos4.11.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product": {
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product_id": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-2.rhaos4.11.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product": {
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product_id": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-2.rhaos4.11.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-2.el8.aarch64",
"product": {
"name": "buildah-1:1.23.4-2.el8.aarch64",
"product_id": "buildah-1:1.23.4-2.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-2.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.23.4-2.el8.aarch64",
"product": {
"name": "buildah-tests-1:1.23.4-2.el8.aarch64",
"product_id": "buildah-tests-1:1.23.4-2.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.23.4-2.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.23.4-2.el8.aarch64",
"product": {
"name": "buildah-debugsource-1:1.23.4-2.el8.aarch64",
"product_id": "buildah-debugsource-1:1.23.4-2.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-2.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"product_id": "buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-2.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-2.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-central@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-host@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-vtep@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-debugsource@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-central-debuginfo@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-debuginfo@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-host-debuginfo@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product": {
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product_id": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-vtep-debuginfo@22.09.0-25.el8fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product_id": "runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.2-2.rhaos4.12.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product": {
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product_id": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.2-2.rhaos4.12.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product": {
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product_id": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.2-2.rhaos4.12.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-bcrypt-0:3.1.6-3.el9.aarch64",
"product": {
"name": "python3-bcrypt-0:3.1.6-3.el9.aarch64",
"product_id": "python3-bcrypt-0:3.1.6-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-bcrypt@3.1.6-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"product": {
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"product_id": "python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bcrypt-debugsource@3.1.6-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"product": {
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"product_id": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-bcrypt-debuginfo@3.1.6-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-coverage-0:5.6-0.1b1.el9.aarch64",
"product": {
"name": "python3-coverage-0:5.6-0.1b1.el9.aarch64",
"product_id": "python3-coverage-0:5.6-0.1b1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-coverage@5.6-0.1b1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"product": {
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"product_id": "python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@5.6-0.1b1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"product": {
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"product_id": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-coverage-debuginfo@5.6-0.1b1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-gevent-0:21.1.2-1.el9.aarch64",
"product": {
"name": "python3-gevent-0:21.1.2-1.el9.aarch64",
"product_id": "python3-gevent-0:21.1.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gevent@21.1.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"product": {
"name": "python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"product_id": "python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gevent-debugsource@21.1.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"product": {
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"product_id": "python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gevent-debuginfo@21.1.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-0:1.0.0-1.el9.aarch64",
"product": {
"name": "python3-greenlet-0:1.0.0-1.el9.aarch64",
"product_id": "python3-greenlet-0:1.0.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet@1.0.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"product": {
"name": "python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"product_id": "python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet-devel@1.0.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"product": {
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"product_id": "python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-greenlet-debugsource@1.0.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"product": {
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"product_id": "python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet-debuginfo@1.0.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"product": {
"name": "python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"product_id": "python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kerberos@1.3.0-11.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"product": {
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"product_id": "python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kerberos-debugsource@1.3.0-11.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"product": {
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"product_id": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kerberos-debuginfo@1.3.0-11.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"product": {
"name": "python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"product_id": "python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kiwisolver@1.1.0-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"product": {
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"product_id": "python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kiwisolver-debugsource@1.1.0-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"product": {
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"product_id": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kiwisolver-debuginfo@1.1.0-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-markupsafe-0:2.0.0-2.el9.aarch64",
"product": {
"name": "python3-markupsafe-0:2.0.0-2.el9.aarch64",
"product_id": "python3-markupsafe-0:2.0.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-markupsafe@2.0.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"product": {
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"product_id": "python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@2.0.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"product": {
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"product_id": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-markupsafe-debuginfo@2.0.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-0:0.6.2-2.el9.aarch64",
"product": {
"name": "python3-msgpack-0:0.6.2-2.el9.aarch64",
"product_id": "python3-msgpack-0:0.6.2-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"product": {
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"product_id": "python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"product": {
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"product_id": "python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-simplejson-0:3.17.0-2.el9.aarch64",
"product": {
"name": "python3-simplejson-0:3.17.0-2.el9.aarch64",
"product_id": "python3-simplejson-0:3.17.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplejson@3.17.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"product": {
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"product_id": "python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-simplejson-debugsource@3.17.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"product": {
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"product_id": "python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplejson-debuginfo@3.17.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiomysql@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiosqlite@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Basyncio@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pymssql@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pyodbc@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmysql@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_asyncpg@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_pg8000@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpymysql@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"product_id": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy-debugsource@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"product": {
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"product_id": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy-debuginfo@1.4.39-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"product": {
"name": "python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"product_id": "python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado-doc@6.1.0-2.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tornado-0:6.1.0-2.el9.1.aarch64",
"product": {
"name": "python3-tornado-0:6.1.0-2.el9.1.aarch64",
"product_id": "python3-tornado-0:6.1.0-2.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tornado@6.1.0-2.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"product": {
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"product_id": "python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado-debugsource@6.1.0-2.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"product": {
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"product_id": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tornado-debuginfo@6.1.0-2.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"product": {
"name": "python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"product_id": "python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-doc@1.11.2-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-wrapt-0:1.11.2-4.el9.aarch64",
"product": {
"name": "python3-wrapt-0:1.11.2-4.el9.aarch64",
"product_id": "python3-wrapt-0:1.11.2-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wrapt@1.11.2-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"product": {
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"product_id": "python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-debugsource@1.11.2-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"product": {
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"product_id": "python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wrapt-debuginfo@1.11.2-4.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-yappi-0:1.3.1-2.el9.aarch64",
"product": {
"name": "python3-yappi-0:1.3.1-2.el9.aarch64",
"product_id": "python3-yappi-0:1.3.1-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-yappi@1.3.1-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"product": {
"name": "python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"product_id": "python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yappi-debugsource@1.3.1-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"product": {
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"product_id": "python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-yappi-debuginfo@1.3.1-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-zope-interface-0:5.4.0-1.el9.aarch64",
"product": {
"name": "python3-zope-interface-0:5.4.0-1.el9.aarch64",
"product_id": "python3-zope-interface-0:5.4.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zope-interface@5.4.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "subunit-0:1.4.0-6.el9.1.aarch64",
"product": {
"name": "subunit-0:1.4.0-6.el9.1.aarch64",
"product_id": "subunit-0:1.4.0-6.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit@1.4.0-6.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"product": {
"name": "subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"product_id": "subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit@1.4.0-6.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"product": {
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"product_id": "subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit-devel@1.4.0-6.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "subunit-devel-0:1.4.0-6.el9.1.aarch64",
"product": {
"name": "subunit-devel-0:1.4.0-6.el9.1.aarch64",
"product_id": "subunit-devel-0:1.4.0-6.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-devel@1.4.0-6.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "subunit-static-0:1.4.0-6.el9.1.aarch64",
"product": {
"name": "subunit-static-0:1.4.0-6.el9.1.aarch64",
"product_id": "subunit-static-0:1.4.0-6.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-static@1.4.0-6.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"product": {
"name": "subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"product_id": "subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-debugsource@1.4.0-6.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"product": {
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"product_id": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit-debuginfo@1.4.0-6.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"product": {
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"product_id": "subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-debuginfo@1.4.0-6.el9.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el9.aarch64",
"product": {
"name": "kata-containers-0:2.5.2-1.el9.aarch64",
"product_id": "kata-containers-0:2.5.2-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el9.aarch64",
"product": {
"name": "cri-tools-0:1.25.0-2.el9.aarch64",
"product_id": "cri-tools-0:1.25.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"product_id": "cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"product_id": "cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_id": "buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product": {
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_id": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.23.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product": {
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_id": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_id": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-3.rhaos4.12.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product_id": "conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product": {
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product_id": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-3.rhaos4.12.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product": {
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product_id": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-3.rhaos4.12.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product_id": "crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product": {
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product_id": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-2.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product": {
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product_id": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-2.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product": {
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_id": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-4.rhaos4.12.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product_id": "skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product_id": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product_id": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.8.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product_id": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.8.0-5.rhaos4.12.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product": {
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_id": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.16.1-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product_id": "afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product": {
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product_id": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.3.0-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"product": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"product_id": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"product": {
"name": "containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"product_id": "containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-27.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-0:1.3.3-1.el8.ppc64le",
"product": {
"name": "nmstate-0:1.3.3-1.el8.ppc64le",
"product_id": "nmstate-0:1.3.3-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate@1.3.3-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-devel-0:1.3.3-1.el8.ppc64le",
"product": {
"name": "nmstate-devel-0:1.3.3-1.el8.ppc64le",
"product_id": "nmstate-devel-0:1.3.3-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-devel@1.3.3-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-0:1.3.3-1.el8.ppc64le",
"product": {
"name": "nmstate-libs-0:1.3.3-1.el8.ppc64le",
"product_id": "nmstate-libs-0:1.3.3-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs@1.3.3-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"product": {
"name": "nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"product_id": "nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debugsource@1.3.3-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"product": {
"name": "nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"product_id": "nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debuginfo@1.3.3-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"product": {
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"product_id": "nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@1.3.3-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2022.2-5.el8.ppc64le",
"product": {
"name": "ostree-0:2022.2-5.el8.ppc64le",
"product_id": "ostree-0:2022.2-5.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2022.2-5.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2022.2-5.el8.ppc64le",
"product": {
"name": "ostree-devel-0:2022.2-5.el8.ppc64le",
"product_id": "ostree-devel-0:2022.2-5.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2022.2-5.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2022.2-5.el8.ppc64le",
"product": {
"name": "ostree-grub2-0:2022.2-5.el8.ppc64le",
"product_id": "ostree-grub2-0:2022.2-5.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2022.2-5.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2022.2-5.el8.ppc64le",
"product": {
"name": "ostree-libs-0:2022.2-5.el8.ppc64le",
"product_id": "ostree-libs-0:2022.2-5.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2022.2-5.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2022.2-5.el8.ppc64le",
"product": {
"name": "ostree-debugsource-0:2022.2-5.el8.ppc64le",
"product_id": "ostree-debugsource-0:2022.2-5.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2022.2-5.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"product": {
"name": "ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"product_id": "ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2022.2-5.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"product": {
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"product_id": "ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2022.2-5.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product_id": "afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"product_id": "skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"product": {
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"product_id": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-1.rhaos4.12.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el8.ppc64le",
"product": {
"name": "kata-containers-0:2.5.2-1.el8.ppc64le",
"product_id": "kata-containers-0:2.5.2-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product_id": "butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-2.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product": {
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product_id": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-2.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product": {
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product_id": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-2.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el8.ppc64le",
"product": {
"name": "cri-tools-0:1.25.0-2.el8.ppc64le",
"product_id": "cri-tools-0:1.25.0-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"product_id": "cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_id": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.36.0-8.el8_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-central@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-host@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-vtep@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-debugsource@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-central-debuginfo@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-debuginfo@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-host-debuginfo@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product": {
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product_id": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-vtep-debuginfo@22.06.0-27.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"product": {
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"product_id": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyrsistent@0.16.0-3.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"product": {
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"product_id": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent-debugsource@0.16.0-3.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"product": {
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"product_id": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyrsistent-debuginfo@0.16.0-3.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "tini-0:0.16.1-1.el8ar.ppc64le",
"product": {
"name": "tini-0:0.16.1-1.el8ar.ppc64le",
"product_id": "tini-0:0.16.1-1.el8ar.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tini@0.16.1-1.el8ar?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product_id": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product_id": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product_id": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product_id": "libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product": {
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product_id": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product_id": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product_id": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "haproxy22-0:2.2.24-1.el8.ppc64le",
"product": {
"name": "haproxy22-0:2.2.24-1.el8.ppc64le",
"product_id": "haproxy22-0:2.2.24-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy22@2.2.24-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"product": {
"name": "haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"product_id": "haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.24-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"product": {
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"product_id": "haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy22-debuginfo@2.2.24-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"product_id": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grpc-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "grpc-0:1.18.0-4.el8ost.ppc64le",
"product_id": "grpc-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"product_id": "grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-cli@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"product_id": "grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-devel@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"product_id": "grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-plugins@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"product_id": "python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-grpcio@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"product_id": "grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-debugsource@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product_id": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-cli-debuginfo@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product_id": "grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-debuginfo@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product_id": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-plugins-debuginfo@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product": {
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product_id": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-grpcio-debuginfo@1.18.0-4.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product_id": "crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product_id": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product_id": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-1.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"product": {
"name": "crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_id": "crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"product": {
"name": "criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_id": "criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"product": {
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_id": "criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"product": {
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_id": "criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"product": {
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_id": "python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"product": {
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_id": "criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"product": {
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_id": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_id": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product_id": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-5.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product_id": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-5.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-5.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product_id": "conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-2.rhaos4.11.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product": {
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product_id": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-2.rhaos4.11.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product": {
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product_id": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-2.rhaos4.11.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-2.el8.ppc64le",
"product": {
"name": "buildah-1:1.23.4-2.el8.ppc64le",
"product_id": "buildah-1:1.23.4-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-2.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.23.4-2.el8.ppc64le",
"product": {
"name": "buildah-tests-1:1.23.4-2.el8.ppc64le",
"product_id": "buildah-tests-1:1.23.4-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.23.4-2.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"product_id": "buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-2.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"product_id": "buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-2.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-2.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-central@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-host@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-vtep@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-debugsource@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-central-debuginfo@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-debuginfo@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-host-debuginfo@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product": {
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product_id": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-vtep-debuginfo@22.09.0-25.el8fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product_id": "runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.2-2.rhaos4.12.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product": {
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product_id": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.2-2.rhaos4.12.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product": {
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product_id": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.2-2.rhaos4.12.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"product": {
"name": "python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"product_id": "python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-bcrypt@3.1.6-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"product": {
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"product_id": "python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bcrypt-debugsource@3.1.6-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"product": {
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"product_id": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-bcrypt-debuginfo@3.1.6-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"product": {
"name": "python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"product_id": "python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-coverage@5.6-0.1b1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"product": {
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"product_id": "python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@5.6-0.1b1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"product": {
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"product_id": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-coverage-debuginfo@5.6-0.1b1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-gevent-0:21.1.2-1.el9.ppc64le",
"product": {
"name": "python3-gevent-0:21.1.2-1.el9.ppc64le",
"product_id": "python3-gevent-0:21.1.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gevent@21.1.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"product": {
"name": "python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"product_id": "python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gevent-debugsource@21.1.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"product": {
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"product_id": "python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gevent-debuginfo@21.1.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-0:1.0.0-1.el9.ppc64le",
"product": {
"name": "python3-greenlet-0:1.0.0-1.el9.ppc64le",
"product_id": "python3-greenlet-0:1.0.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet@1.0.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"product": {
"name": "python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"product_id": "python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet-devel@1.0.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"product": {
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"product_id": "python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-greenlet-debugsource@1.0.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"product": {
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"product_id": "python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet-debuginfo@1.0.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"product": {
"name": "python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"product_id": "python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kerberos@1.3.0-11.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"product": {
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"product_id": "python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kerberos-debugsource@1.3.0-11.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"product": {
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"product_id": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kerberos-debuginfo@1.3.0-11.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"product": {
"name": "python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"product_id": "python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kiwisolver@1.1.0-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"product": {
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"product_id": "python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kiwisolver-debugsource@1.1.0-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"product": {
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"product_id": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kiwisolver-debuginfo@1.1.0-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"product": {
"name": "python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"product_id": "python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-markupsafe@2.0.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"product": {
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"product_id": "python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@2.0.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"product": {
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"product_id": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-markupsafe-debuginfo@2.0.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-0:0.6.2-2.el9.ppc64le",
"product": {
"name": "python3-msgpack-0:0.6.2-2.el9.ppc64le",
"product_id": "python3-msgpack-0:0.6.2-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"product": {
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"product_id": "python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"product": {
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"product_id": "python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-simplejson-0:3.17.0-2.el9.ppc64le",
"product": {
"name": "python3-simplejson-0:3.17.0-2.el9.ppc64le",
"product_id": "python3-simplejson-0:3.17.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplejson@3.17.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"product": {
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"product_id": "python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-simplejson-debugsource@3.17.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"product": {
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"product_id": "python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplejson-debuginfo@3.17.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiomysql@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiosqlite@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Basyncio@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pymssql@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pyodbc@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmysql@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_asyncpg@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_pg8000@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpymysql@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"product_id": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy-debugsource@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"product": {
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"product_id": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy-debuginfo@1.4.39-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"product": {
"name": "python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"product_id": "python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado-doc@6.1.0-2.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"product": {
"name": "python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"product_id": "python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tornado@6.1.0-2.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"product": {
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"product_id": "python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado-debugsource@6.1.0-2.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"product": {
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"product_id": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tornado-debuginfo@6.1.0-2.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"product": {
"name": "python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"product_id": "python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-doc@1.11.2-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-wrapt-0:1.11.2-4.el9.ppc64le",
"product": {
"name": "python3-wrapt-0:1.11.2-4.el9.ppc64le",
"product_id": "python3-wrapt-0:1.11.2-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wrapt@1.11.2-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"product": {
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"product_id": "python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-debugsource@1.11.2-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"product": {
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"product_id": "python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wrapt-debuginfo@1.11.2-4.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-yappi-0:1.3.1-2.el9.ppc64le",
"product": {
"name": "python3-yappi-0:1.3.1-2.el9.ppc64le",
"product_id": "python3-yappi-0:1.3.1-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-yappi@1.3.1-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"product": {
"name": "python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"product_id": "python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yappi-debugsource@1.3.1-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"product": {
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"product_id": "python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-yappi-debuginfo@1.3.1-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"product": {
"name": "python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"product_id": "python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zope-interface@5.4.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "subunit-0:1.4.0-6.el9.1.ppc64le",
"product": {
"name": "subunit-0:1.4.0-6.el9.1.ppc64le",
"product_id": "subunit-0:1.4.0-6.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit@1.4.0-6.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"product": {
"name": "subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"product_id": "subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit@1.4.0-6.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"product": {
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"product_id": "subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit-devel@1.4.0-6.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"product": {
"name": "subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"product_id": "subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-devel@1.4.0-6.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "subunit-static-0:1.4.0-6.el9.1.ppc64le",
"product": {
"name": "subunit-static-0:1.4.0-6.el9.1.ppc64le",
"product_id": "subunit-static-0:1.4.0-6.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-static@1.4.0-6.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"product": {
"name": "subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"product_id": "subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-debugsource@1.4.0-6.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"product": {
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"product_id": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit-debuginfo@1.4.0-6.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"product": {
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"product_id": "subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-debuginfo@1.4.0-6.el9.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el9.ppc64le",
"product": {
"name": "kata-containers-0:2.5.2-1.el9.ppc64le",
"product_id": "kata-containers-0:2.5.2-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el9.ppc64le",
"product": {
"name": "cri-tools-0:1.25.0-2.el9.ppc64le",
"product_id": "cri-tools-0:1.25.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"product_id": "cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_id": "buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_id": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.23.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_id": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_id": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product_id": "conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product_id": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product_id": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-3.rhaos4.12.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product_id": "crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product": {
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product_id": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-2.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product_id": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-2.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product": {
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_id": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-4.rhaos4.12.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product_id": "skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product_id": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product_id": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.8.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product_id": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.8.0-5.rhaos4.12.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_id": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.16.1-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product_id": "afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product_id": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.3.0-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"product": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"product_id": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-27.rhaos4.12.el8.s390x",
"product": {
"name": "containers-common-2:1-27.rhaos4.12.el8.s390x",
"product_id": "containers-common-2:1-27.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-27.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"product": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"product": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"product": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-0:1.3.3-1.el8.s390x",
"product": {
"name": "nmstate-0:1.3.3-1.el8.s390x",
"product_id": "nmstate-0:1.3.3-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate@1.3.3-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-devel-0:1.3.3-1.el8.s390x",
"product": {
"name": "nmstate-devel-0:1.3.3-1.el8.s390x",
"product_id": "nmstate-devel-0:1.3.3-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-devel@1.3.3-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-0:1.3.3-1.el8.s390x",
"product": {
"name": "nmstate-libs-0:1.3.3-1.el8.s390x",
"product_id": "nmstate-libs-0:1.3.3-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs@1.3.3-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-debugsource-0:1.3.3-1.el8.s390x",
"product": {
"name": "nmstate-debugsource-0:1.3.3-1.el8.s390x",
"product_id": "nmstate-debugsource-0:1.3.3-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debugsource@1.3.3-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"product": {
"name": "nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"product_id": "nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-debuginfo@1.3.3-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"product": {
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"product_id": "nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-libs-debuginfo@1.3.3-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2022.2-5.el8.s390x",
"product": {
"name": "ostree-0:2022.2-5.el8.s390x",
"product_id": "ostree-0:2022.2-5.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2022.2-5.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2022.2-5.el8.s390x",
"product": {
"name": "ostree-devel-0:2022.2-5.el8.s390x",
"product_id": "ostree-devel-0:2022.2-5.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2022.2-5.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2022.2-5.el8.s390x",
"product": {
"name": "ostree-libs-0:2022.2-5.el8.s390x",
"product_id": "ostree-libs-0:2022.2-5.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2022.2-5.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2022.2-5.el8.s390x",
"product": {
"name": "ostree-debugsource-0:2022.2-5.el8.s390x",
"product_id": "ostree-debugsource-0:2022.2-5.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2022.2-5.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2022.2-5.el8.s390x",
"product": {
"name": "ostree-debuginfo-0:2022.2-5.el8.s390x",
"product_id": "ostree-debuginfo-0:2022.2-5.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2022.2-5.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"product": {
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"product_id": "ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2022.2-5.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_id": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"product_id": "afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"product_id": "skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"product": {
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"product_id": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-1.rhaos4.12.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"product": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"product_id": "butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-2.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"product": {
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"product_id": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-2.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"product": {
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"product_id": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-2.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el8.s390x",
"product": {
"name": "cri-tools-0:1.25.0-2.el8.s390x",
"product_id": "cri-tools-0:1.25.0-2.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"product_id": "cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"product_id": "cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_id": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/network-scripts-openvswitch2.17@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-devel@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-ipsec@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_id": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debugsource@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product_id": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product_id": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openvswitch2.17-debuginfo@2.17.0-62.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"product": {
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_id": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.36.0-8.el8_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-central@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-host@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-vtep@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-debugsource@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-central-debuginfo@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-debuginfo@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-host-debuginfo@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product": {
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product_id": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.06-vtep-debuginfo@22.06.0-27.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"product": {
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"product_id": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyrsistent@0.16.0-3.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"product": {
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"product_id": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyrsistent-debugsource@0.16.0-3.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"product": {
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"product_id": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyrsistent-debuginfo@0.16.0-3.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "tini-0:0.16.1-1.el8ar.s390x",
"product": {
"name": "tini-0:0.16.1-1.el8ar.s390x",
"product_id": "tini-0:0.16.1-1.el8ar.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tini@0.16.1-1.el8ar?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"product": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"product_id": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"product_id": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"product_id": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"product": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"product_id": "libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"product": {
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"product_id": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"product_id": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"product_id": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "haproxy22-0:2.2.24-1.el8.s390x",
"product": {
"name": "haproxy22-0:2.2.24-1.el8.s390x",
"product_id": "haproxy22-0:2.2.24-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy22@2.2.24-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.2.24-1.el8.s390x",
"product": {
"name": "haproxy-debugsource-0:2.2.24-1.el8.s390x",
"product_id": "haproxy-debugsource-0:2.2.24-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.2.24-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"product": {
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"product_id": "haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy22-debuginfo@2.2.24-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"product": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"product_id": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grpc-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "grpc-0:1.18.0-4.el8ost.s390x",
"product_id": "grpc-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grpc-cli-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "grpc-cli-0:1.18.0-4.el8ost.s390x",
"product_id": "grpc-cli-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-cli@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grpc-devel-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "grpc-devel-0:1.18.0-4.el8ost.s390x",
"product_id": "grpc-devel-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-devel@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grpc-plugins-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "grpc-plugins-0:1.18.0-4.el8ost.s390x",
"product_id": "grpc-plugins-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-plugins@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-grpcio-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "python3-grpcio-0:1.18.0-4.el8ost.s390x",
"product_id": "python3-grpcio-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-grpcio@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"product_id": "grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-debugsource@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"product_id": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-cli-debuginfo@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"product_id": "grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-debuginfo@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"product_id": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grpc-plugins-debuginfo@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"product": {
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"product_id": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-grpcio-debuginfo@1.18.0-4.el8ost?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"product": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"product_id": "crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"product": {
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"product_id": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"product": {
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"product_id": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-1.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.rhaos4.11.el8.s390x",
"product": {
"name": "crit-0:3.15-4.rhaos4.11.el8.s390x",
"product_id": "crit-0:3.15-4.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.rhaos4.11.el8.s390x",
"product": {
"name": "criu-0:3.15-4.rhaos4.11.el8.s390x",
"product_id": "criu-0:3.15-4.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"product": {
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"product_id": "criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"product": {
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"product_id": "criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"product": {
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"product_id": "python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"product": {
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"product_id": "criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"product": {
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"product_id": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"product_id": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"product": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"product_id": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.0.1-5.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"product_id": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.0.1-5.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"product_id": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.0.1-5.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"product": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"product_id": "conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-2.rhaos4.11.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"product": {
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"product_id": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-2.rhaos4.11.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"product": {
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"product_id": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-2.rhaos4.11.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-2.el8.s390x",
"product": {
"name": "buildah-1:1.23.4-2.el8.s390x",
"product_id": "buildah-1:1.23.4-2.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-2.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.23.4-2.el8.s390x",
"product": {
"name": "buildah-tests-1:1.23.4-2.el8.s390x",
"product_id": "buildah-tests-1:1.23.4-2.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.23.4-2.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.23.4-2.el8.s390x",
"product": {
"name": "buildah-debugsource-1:1.23.4-2.el8.s390x",
"product_id": "buildah-debugsource-1:1.23.4-2.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-2.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.23.4-2.el8.s390x",
"product": {
"name": "buildah-debuginfo-1:1.23.4-2.el8.s390x",
"product_id": "buildah-debuginfo-1:1.23.4-2.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-2.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"product_id": "buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-2.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-central@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-host@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-vtep@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-debugsource@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-central-debuginfo@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-debuginfo@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-host-debuginfo@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product": {
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product_id": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn22.09-vtep-debuginfo@22.09.0-25.el8fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"product": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"product_id": "runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.2-2.rhaos4.12.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"product": {
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"product_id": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.2-2.rhaos4.12.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"product": {
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"product_id": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.2-2.rhaos4.12.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-bcrypt-0:3.1.6-3.el9.s390x",
"product": {
"name": "python3-bcrypt-0:3.1.6-3.el9.s390x",
"product_id": "python3-bcrypt-0:3.1.6-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-bcrypt@3.1.6-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"product": {
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"product_id": "python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-bcrypt-debugsource@3.1.6-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"product": {
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"product_id": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-bcrypt-debuginfo@3.1.6-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-coverage-0:5.6-0.1b1.el9.s390x",
"product": {
"name": "python3-coverage-0:5.6-0.1b1.el9.s390x",
"product_id": "python3-coverage-0:5.6-0.1b1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-coverage@5.6-0.1b1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"product": {
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"product_id": "python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@5.6-0.1b1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"product": {
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"product_id": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-coverage-debuginfo@5.6-0.1b1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-gevent-0:21.1.2-1.el9.s390x",
"product": {
"name": "python3-gevent-0:21.1.2-1.el9.s390x",
"product_id": "python3-gevent-0:21.1.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gevent@21.1.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"product": {
"name": "python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"product_id": "python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gevent-debugsource@21.1.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"product": {
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"product_id": "python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gevent-debuginfo@21.1.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-0:1.0.0-1.el9.s390x",
"product": {
"name": "python3-greenlet-0:1.0.0-1.el9.s390x",
"product_id": "python3-greenlet-0:1.0.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet@1.0.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"product": {
"name": "python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"product_id": "python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet-devel@1.0.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"product": {
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"product_id": "python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-greenlet-debugsource@1.0.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"product": {
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"product_id": "python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-greenlet-debuginfo@1.0.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-kerberos-0:1.3.0-11.el9.1.s390x",
"product": {
"name": "python3-kerberos-0:1.3.0-11.el9.1.s390x",
"product_id": "python3-kerberos-0:1.3.0-11.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kerberos@1.3.0-11.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"product": {
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"product_id": "python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kerberos-debugsource@1.3.0-11.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"product": {
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"product_id": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kerberos-debuginfo@1.3.0-11.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-kiwisolver-0:1.1.0-4.el9.s390x",
"product": {
"name": "python3-kiwisolver-0:1.1.0-4.el9.s390x",
"product_id": "python3-kiwisolver-0:1.1.0-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kiwisolver@1.1.0-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"product": {
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"product_id": "python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kiwisolver-debugsource@1.1.0-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"product": {
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"product_id": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kiwisolver-debuginfo@1.1.0-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-markupsafe-0:2.0.0-2.el9.s390x",
"product": {
"name": "python3-markupsafe-0:2.0.0-2.el9.s390x",
"product_id": "python3-markupsafe-0:2.0.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-markupsafe@2.0.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"product": {
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"product_id": "python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@2.0.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"product": {
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"product_id": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-markupsafe-debuginfo@2.0.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-0:0.6.2-2.el9.s390x",
"product": {
"name": "python3-msgpack-0:0.6.2-2.el9.s390x",
"product_id": "python3-msgpack-0:0.6.2-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack@0.6.2-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"product": {
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"product_id": "python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-msgpack-debugsource@0.6.2-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"product": {
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"product_id": "python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-msgpack-debuginfo@0.6.2-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-simplejson-0:3.17.0-2.el9.s390x",
"product": {
"name": "python3-simplejson-0:3.17.0-2.el9.s390x",
"product_id": "python3-simplejson-0:3.17.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplejson@3.17.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"product": {
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"product_id": "python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-simplejson-debugsource@3.17.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"product": {
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"product_id": "python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplejson-debuginfo@3.17.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiomysql@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Baiosqlite@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Basyncio@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pymssql@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmssql_pyodbc@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bmysql@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_asyncpg@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpostgresql_pg8000@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy%2Bpymysql@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"product": {
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"product_id": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy-debugsource@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"product": {
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"product_id": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlalchemy-debuginfo@1.4.39-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"product": {
"name": "python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"product_id": "python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado-doc@6.1.0-2.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tornado-0:6.1.0-2.el9.1.s390x",
"product": {
"name": "python3-tornado-0:6.1.0-2.el9.1.s390x",
"product_id": "python3-tornado-0:6.1.0-2.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tornado@6.1.0-2.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"product": {
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"product_id": "python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tornado-debugsource@6.1.0-2.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"product": {
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"product_id": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tornado-debuginfo@6.1.0-2.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-doc-0:1.11.2-4.el9.s390x",
"product": {
"name": "python-wrapt-doc-0:1.11.2-4.el9.s390x",
"product_id": "python-wrapt-doc-0:1.11.2-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-doc@1.11.2-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-wrapt-0:1.11.2-4.el9.s390x",
"product": {
"name": "python3-wrapt-0:1.11.2-4.el9.s390x",
"product_id": "python3-wrapt-0:1.11.2-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wrapt@1.11.2-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"product": {
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"product_id": "python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wrapt-debugsource@1.11.2-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"product": {
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"product_id": "python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wrapt-debuginfo@1.11.2-4.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-yappi-0:1.3.1-2.el9.s390x",
"product": {
"name": "python3-yappi-0:1.3.1-2.el9.s390x",
"product_id": "python3-yappi-0:1.3.1-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-yappi@1.3.1-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"product": {
"name": "python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"product_id": "python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-yappi-debugsource@1.3.1-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"product": {
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"product_id": "python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-yappi-debuginfo@1.3.1-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-zope-interface-0:5.4.0-1.el9.s390x",
"product": {
"name": "python3-zope-interface-0:5.4.0-1.el9.s390x",
"product_id": "python3-zope-interface-0:5.4.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zope-interface@5.4.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "subunit-0:1.4.0-6.el9.1.s390x",
"product": {
"name": "subunit-0:1.4.0-6.el9.1.s390x",
"product_id": "subunit-0:1.4.0-6.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit@1.4.0-6.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"product": {
"name": "subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"product_id": "subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit@1.4.0-6.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"product": {
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"product_id": "subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit-devel@1.4.0-6.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "subunit-devel-0:1.4.0-6.el9.1.s390x",
"product": {
"name": "subunit-devel-0:1.4.0-6.el9.1.s390x",
"product_id": "subunit-devel-0:1.4.0-6.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-devel@1.4.0-6.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "subunit-static-0:1.4.0-6.el9.1.s390x",
"product": {
"name": "subunit-static-0:1.4.0-6.el9.1.s390x",
"product_id": "subunit-static-0:1.4.0-6.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-static@1.4.0-6.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"product": {
"name": "subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"product_id": "subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-debugsource@1.4.0-6.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"product": {
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"product_id": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-cppunit-debuginfo@1.4.0-6.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"product": {
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"product_id": "subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-debuginfo@1.4.0-6.el9.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:2.5.2-1.el9.s390x",
"product": {
"name": "kata-containers-0:2.5.2-1.el9.s390x",
"product_id": "kata-containers-0:2.5.2-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@2.5.2-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"product": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"product_id": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.4.0-2.rhaos4.12.git.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.25.0-2.el9.s390x",
"product": {
"name": "cri-tools-0:1.25.0-2.el9.s390x",
"product_id": "cri-tools-0:1.25.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.25.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"product_id": "cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.25.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"product_id": "cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.25.0-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product_id": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.25.1-5.rhaos4.12.git6005903.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product_id": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.1-5.rhaos4.12.git6005903.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product_id": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.1-5.rhaos4.12.git6005903.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"product": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_id": "buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.23.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"product": {
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_id": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.23.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"product": {
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_id": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.23.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"product": {
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_id": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.23.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_id": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.23.4-3.rhaos4.12.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"product": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"product_id": "conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.2-3.rhaos4.12.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"product": {
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"product_id": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.2-3.rhaos4.12.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"product": {
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"product_id": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.2-3.rhaos4.12.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"product": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"product_id": "crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.4.2-2.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"product": {
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"product_id": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.4.2-2.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"product": {
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"product_id": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.4.2-2.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product": {
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_id": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-4.rhaos4.12.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_id": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_id": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-devel@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_id": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_id": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_id": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_id": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2022.10.99.g0049dbdd-3.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"product_id": "skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"product_id": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"product_id": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.8.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"product_id": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.8.0-5.rhaos4.12.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"product": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_id": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer@0.16.1-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"product": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_id": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.16.1-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"product": {
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_id": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-dracut@0.16.1-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"product": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_id": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.16.1-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"product": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_id": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.16.1-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"product": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_id": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.16.1-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_id": "ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"product": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"product_id": "afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn@5.3.0-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"product": {
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"product_id": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-dracut@5.3.0-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"product": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"product_id": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-afterburn-debugsource@5.3.0-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"product": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"product_id": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/afterburn-debuginfo@5.3.0-1.rhaos4.12.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"product": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"product_id": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"product": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"product_id": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.12.0-202301042257.p0.g854f807.assembly.stream.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"product": {
"name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"product_id": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/console-login-helper-messages@0.20.4-1.rhaos4.12.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"product": {
"name": "console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"product_id": "console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/console-login-helper-messages-issuegen@0.20.4-1.rhaos4.12.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"product": {
"name": "console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"product_id": "console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/console-login-helper-messages-profile@0.20.4-1.rhaos4.12.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"product": {
"name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"product_id": "container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.188.0-1.rhaos4.12.el8?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"product": {
"name": "nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"product_id": "nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nmstate-plugin-ovsdb@1.3.3-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-libnmstate-0:1.3.3-1.el8.noarch",
"product": {
"name": "python3-libnmstate-0:1.3.3-1.el8.noarch",
"product_id": "python3-libnmstate-0:1.3.3-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libnmstate@1.3.3-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"product": {
"name": "podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"product_id": "podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.2.0-1.rhaos4.12.el8?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"product": {
"name": "toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"product_id": "toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.1.0-1.rhaos4.12.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"product": {
"name": "butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"product_id": "butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-redistributable@0.16.0-2.rhaos4.12.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-cni@4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-common@4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product": {
"name": "openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product_id": "openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kuryr-controller@4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product": {
"name": "python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product_id": "python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kuryr-kubernetes@4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"product": {
"name": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"product_id": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvswitch2.17-test@2.17.0-62.el8fdp?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kubernetes-0:25.3.0-1.el8.noarch",
"product": {
"name": "python3-kubernetes-0:25.3.0-1.el8.noarch",
"product_id": "python3-kubernetes-0:25.3.0-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kubernetes@25.3.0-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"product": {
"name": "python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"product_id": "python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kubernetes-tests@25.3.0-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"product": {
"name": "NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"product_id": "NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-config-connectivity-redhat@1.36.0-8.el8_6?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"product": {
"name": "NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"product_id": "NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-config-server@1.36.0-8.el8_6?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"product": {
"name": "NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"product_id": "NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/NetworkManager-dispatcher-routing-rules@1.36.0-8.el8_6?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-zipp-0:0.5.1-2.el8ost.noarch",
"product": {
"name": "python3-zipp-0:0.5.1-2.el8ost.noarch",
"product_id": "python3-zipp-0:0.5.1-2.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zipp@0.5.1-2.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"product": {
"name": "python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"product_id": "python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zeroconf@0.24.4-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"product": {
"name": "python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"product_id": "python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-werkzeug@1.0.1-3.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"product": {
"name": "python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"product_id": "python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wcwidth@0.1.7-14.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-tenacity-0:6.2.0-1.el8ost.noarch",
"product": {
"name": "python3-tenacity-0:6.2.0-1.el8ost.noarch",
"product_id": "python3-tenacity-0:6.2.0-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tenacity@6.2.0-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-rsa-0:4.7-1.el8.noarch",
"product": {
"name": "python3-rsa-0:4.7-1.el8.noarch",
"product_id": "python3-rsa-0:4.7-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rsa@4.7-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"product": {
"name": "python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"product_id": "python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-requests-unixsocket@0.1.5-5.el8ar?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"product": {
"name": "python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"product_id": "python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyroute2@0.5.13-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"product": {
"name": "python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"product_id": "python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyperclip-doc@1.6.4-6.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"product": {
"name": "python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"product_id": "python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyperclip@1.6.4-6.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"product": {
"name": "python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"product_id": "python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyghmi@1.5.14-2.1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "pycdlib-tools-0:1.11.0-3.el8.noarch",
"product": {
"name": "pycdlib-tools-0:1.11.0-3.el8.noarch",
"product_id": "pycdlib-tools-0:1.11.0-3.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pycdlib-tools@1.11.0-3.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pycdlib-0:1.11.0-3.el8.noarch",
"product": {
"name": "python3-pycdlib-0:1.11.0-3.el8.noarch",
"product_id": "python3-pycdlib-0:1.11.0-3.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pycdlib@1.11.0-3.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pint-0:0.10.1-1.el8ost.noarch",
"product": {
"name": "python3-pint-0:0.10.1-1.el8ost.noarch",
"product_id": "python3-pint-0:0.10.1-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pint@0.10.1-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pexpect-0:4.6-2.el8ar.noarch",
"product": {
"name": "python3-pexpect-0:4.6-2.el8ar.noarch",
"product_id": "python3-pexpect-0:4.6-2.el8ar.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pexpect@4.6-2.el8ar?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"product": {
"name": "python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"product_id": "python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-paste-deploy@2.0.1-4.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-paste-0:3.2.4-1.el8ost.noarch",
"product": {
"name": "python3-paste-0:3.2.4-1.el8ost.noarch",
"product_id": "python3-paste-0:3.2.4-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-paste@3.2.4-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-packaging-doc-0:20.4-1.el8ost.noarch",
"product": {
"name": "python-packaging-doc-0:20.4-1.el8ost.noarch",
"product_id": "python-packaging-doc-0:20.4-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-packaging-doc@20.4-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-packaging-0:20.4-1.el8ost.noarch",
"product": {
"name": "python3-packaging-0:20.4-1.el8ost.noarch",
"product_id": "python3-packaging-0:20.4-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-packaging@20.4-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"product": {
"name": "python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"product_id": "python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-serialization@4.2.0-0.20211012151454.2b94a4f.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"product": {
"name": "python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"product_id": "python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-serialization-tests@4.2.0-0.20211012151454.2b94a4f.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product": {
"name": "python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product_id": "python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-policy-lang@3.8.2-0.20211012161944.c7fd9f4.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product": {
"name": "python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product_id": "python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-policy@3.8.2-0.20211012161944.c7fd9f4.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product": {
"name": "python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product_id": "python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-policy-tests@3.8.2-0.20211012161944.c7fd9f4.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"product": {
"name": "python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"product_id": "python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-metrics@0.3.0-0.20211020174122.43eee50.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"product": {
"name": "python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"product_id": "python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-metrics-tests@0.3.0-0.20211020174122.43eee50.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"product": {
"name": "python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"product_id": "python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-messaging@12.9.1-0.20211020204149.f9de265.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"product": {
"name": "python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"product_id": "python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-messaging-tests@12.9.1-0.20211020204149.f9de265.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product": {
"name": "python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product_id": "python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-log-lang@4.6.0-0.20211012154701.41c8807.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product": {
"name": "python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product_id": "python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-log@4.6.0-0.20211012154701.41c8807.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product": {
"name": "python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product_id": "python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-log-tests@4.6.0-0.20211012154701.41c8807.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"product": {
"name": "python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"product_id": "python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-i18n-lang@5.1.0-0.20211012165753.b031d17.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"product": {
"name": "python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"product_id": "python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-i18n@5.1.0-0.20211012165753.b031d17.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product": {
"name": "python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product_id": "python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-db-lang@9.1.0-0.20211020204148.be2cc6a.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product": {
"name": "python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product_id": "python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-db@9.1.0-0.20211020204148.be2cc6a.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product": {
"name": "python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product_id": "python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-db-tests@9.1.0-0.20211020204148.be2cc6a.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"product": {
"name": "python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"product_id": "python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-context@3.3.1-0.20211012152439.641a1e0.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"product": {
"name": "python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"product_id": "python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-context-tests@3.3.1-0.20211012152439.641a1e0.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"product": {
"name": "python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"product_id": "python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-config@8.7.1-0.20211012155707.1a7bd66.el8?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-lockfile-1:0.11.0-8.el8ar.noarch",
"product": {
"name": "python3-lockfile-1:0.11.0-8.el8ar.noarch",
"product_id": "python3-lockfile-1:0.11.0-8.el8ar.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-lockfile@0.11.0-8.el8ar?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"product": {
"name": "python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"product_id": "python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kombu@4.6.6-7.el8ost.1?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"product": {
"name": "python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"product_id": "python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-jsonschema@3.2.0-5.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"product": {
"name": "python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"product_id": "python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-iso8601@0.1.12-8.el8ost.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"product": {
"name": "python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"product_id": "python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-importlib-metadata@1.7.0-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"product": {
"name": "python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"product_id": "python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ifaddr@0.1.6-5.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"product": {
"name": "python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"product_id": "python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gunicorn@19.9.0-10.el8ost.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"product": {
"name": "python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"product_id": "python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-funcsigs@1.0.2-8.el8ost.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"product": {
"name": "python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"product_id": "python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-funcsigs@1.0.2-8.el8ost.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-flask-doc-1:1.1.1-1.el8ost.noarch",
"product": {
"name": "python-flask-doc-1:1.1.1-1.el8ost.noarch",
"product_id": "python-flask-doc-1:1.1.1-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flask-doc@1.1.1-1.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-flask-1:1.1.1-1.el8ost.noarch",
"product": {
"name": "python3-flask-1:1.1.1-1.el8ost.noarch",
"product_id": "python3-flask-1:1.1.1-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-flask@1.1.1-1.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-eventlet-0:0.30.2-1.el8.noarch",
"product": {
"name": "python3-eventlet-0:0.30.2-1.el8.noarch",
"product_id": "python3-eventlet-0:0.30.2-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-eventlet@0.30.2-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"product": {
"name": "python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"product_id": "python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-dogpile-cache@1.1.2-1.el8ost.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-construct-0:2.10.56-1.el8ost.noarch",
"product": {
"name": "python3-construct-0:2.10.56-1.el8ost.noarch",
"product_id": "python3-construct-0:2.10.56-1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-construct@2.10.56-1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cmd2-0:1.4.0-1.1.el8.noarch",
"product": {
"name": "python3-cmd2-0:1.4.0-1.1.el8.noarch",
"product_id": "python3-cmd2-0:1.4.0-1.1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cmd2@1.4.0-1.1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"product": {
"name": "python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"product_id": "python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-amqp-doc@2.5.2-7.el8ost.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"product": {
"name": "python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"product_id": "python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-amqp@2.5.2-7.el8ost.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-alembic-0:1.4.2-5.el8ost.noarch",
"product": {
"name": "python3-alembic-0:1.4.2-5.el8ost.noarch",
"product_id": "python3-alembic-0:1.4.2-5.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-alembic@1.4.2-5.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "crudini-0:0.9-11.el8ost.1.noarch",
"product": {
"name": "crudini-0:0.9-11.el8ost.1.noarch",
"product_id": "crudini-0:0.9-11.el8ost.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crudini@0.9-11.el8ost.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"product": {
"name": "ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"product_id": "ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-runner-http@1.0.0-2.el8ar?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-runner-0:1.4.6-2.el8ar.noarch",
"product": {
"name": "ansible-runner-0:1.4.6-2.el8ar.noarch",
"product_id": "ansible-runner-0:1.4.6-2.el8ar.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-runner@1.4.6-2.el8ar?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"product": {
"name": "python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"product_id": "python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ansible-runner@1.4.6-2.el8ar?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "crudini-0:0.9.3-4.el9.noarch",
"product": {
"name": "crudini-0:0.9.3-4.el9.noarch",
"product_id": "crudini-0:0.9.3-4.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crudini@0.9.3-4.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-future-0:0.18.2-9.el9.1.noarch",
"product": {
"name": "python3-future-0:0.18.2-9.el9.1.noarch",
"product_id": "python3-future-0:0.18.2-9.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-future@0.18.2-9.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product": {
"name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product_id": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-python-agent@9.0.1-0.20220818145522.ad1eb41.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product": {
"name": "python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product_id": "python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-python-agent@9.0.1-0.20220818145522.ad1eb41.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product": {
"name": "python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product_id": "python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-python-agent-tests@9.0.1-0.20220818145522.ad1eb41.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-macros-0:2020.1.2-1.el9.noarch",
"product": {
"name": "openstack-macros-0:2020.1.2-1.el9.noarch",
"product_id": "openstack-macros-0:2020.1.2-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-macros@2020.1.2-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"product": {
"name": "pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"product_id": "pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pyOpenSSL-doc@20.0.1-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"product": {
"name": "python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"product_id": "python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyOpenSSL@20.0.1-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"product": {
"name": "python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"product_id": "python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyflakes@2.2.0-3.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pysnmp-0:4.4.12-6.el9.noarch",
"product": {
"name": "python3-pysnmp-0:4.4.12-6.el9.noarch",
"product_id": "python3-pysnmp-0:4.4.12-6.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pysnmp@4.4.12-6.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-SecretStorage-0:2.3.1-9.el9.noarch",
"product": {
"name": "python3-SecretStorage-0:2.3.1-9.el9.noarch",
"product_id": "python3-SecretStorage-0:2.3.1-9.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-SecretStorage@2.3.1-9.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-alembic-0:1.6.0-1.el9.noarch",
"product": {
"name": "python3-alembic-0:1.6.0-1.el9.noarch",
"product_id": "python3-alembic-0:1.6.0-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-alembic@1.6.0-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-amqp-doc-0:5.0.6-1.el9.noarch",
"product": {
"name": "python-amqp-doc-0:5.0.6-1.el9.noarch",
"product_id": "python-amqp-doc-0:5.0.6-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-amqp-doc@5.0.6-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-amqp-0:5.0.6-1.el9.noarch",
"product": {
"name": "python3-amqp-0:5.0.6-1.el9.noarch",
"product_id": "python3-amqp-0:5.0.6-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-amqp@5.0.6-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-apipkg-0:1.5-12.el9.1.noarch",
"product": {
"name": "python3-apipkg-0:1.5-12.el9.1.noarch",
"product_id": "python3-apipkg-0:1.5-12.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-apipkg@1.5-12.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"product": {
"name": "python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"product_id": "python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-atomicwrites@1.4.0-6.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"product": {
"name": "python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"product_id": "python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-automaton@3.0.0-0.20220811170530.ed884e8.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-autopage-0:0.4.0-1.el9.2.noarch",
"product": {
"name": "python3-autopage-0:0.4.0-1.el9.2.noarch",
"product_id": "python3-autopage-0:0.4.0-1.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-autopage@0.4.0-1.el9.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"product": {
"name": "python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"product_id": "python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-beautifulsoup4@4.9.3-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-betamax-0:0.8.1-12.el9.1.noarch",
"product": {
"name": "python3-betamax-0:0.8.1-12.el9.1.noarch",
"product_id": "python3-betamax-0:0.8.1-12.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-betamax@0.8.1-12.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cachetools-0:3.1.0-4.el9.noarch",
"product": {
"name": "python3-cachetools-0:3.1.0-4.el9.noarch",
"product_id": "python3-cachetools-0:3.1.0-4.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cachetools@3.1.0-4.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-case-0:1.5.3-5.el9.noarch",
"product": {
"name": "python3-case-0:1.5.3-5.el9.noarch",
"product_id": "python3-case-0:1.5.3-5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-case@1.5.3-5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"product": {
"name": "python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"product_id": "python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cinderclient@9.0.0-0.20220811172734.2c7d463.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-click-0:7.1.2-5.el9.1.noarch",
"product": {
"name": "python3-click-0:7.1.2-5.el9.1.noarch",
"product_id": "python3-click-0:7.1.2-5.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-click@7.1.2-5.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"product": {
"name": "python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"product_id": "python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cliff@3.10.1-0.20220802152018.a04a48f.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"product": {
"name": "python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"product_id": "python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cliff-tests@3.10.1-0.20220802152018.a04a48f.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cmd2-0:1.4.0-2.el9.1.noarch",
"product": {
"name": "python3-cmd2-0:1.4.0-2.el9.1.noarch",
"product_id": "python3-cmd2-0:1.4.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cmd2@1.4.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-colorama-0:0.4.1-2.el9.noarch",
"product": {
"name": "python3-colorama-0:0.4.1-2.el9.noarch",
"product_id": "python3-colorama-0:0.4.1-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-colorama@0.4.1-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-construct-0:2.10.56-2.el9.noarch",
"product": {
"name": "python3-construct-0:2.10.56-2.el9.noarch",
"product_id": "python3-construct-0:2.10.56-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-construct@2.10.56-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"product": {
"name": "python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"product_id": "python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-contextlib2@0.6.0.post1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-dataclasses-0:0.8-2.el9.noarch",
"product": {
"name": "python3-dataclasses-0:0.8-2.el9.noarch",
"product_id": "python3-dataclasses-0:0.8-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-dataclasses@0.8-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ddt-0:1.4.2-1.el9.noarch",
"product": {
"name": "python3-ddt-0:1.4.2-1.el9.noarch",
"product_id": "python3-ddt-0:1.4.2-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ddt@1.4.2-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"product": {
"name": "python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"product_id": "python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debtcollector@2.5.0-0.20220802170047.a6b46c5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-decorator-0:4.4.0-6.el9.noarch",
"product": {
"name": "python3-decorator-0:4.4.0-6.el9.noarch",
"product_id": "python3-decorator-0:4.4.0-6.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-decorator@4.4.0-6.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-defusedxml-0:0.7.1-1.el9.noarch",
"product": {
"name": "python3-defusedxml-0:0.7.1-1.el9.noarch",
"product_id": "python3-defusedxml-0:0.7.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-defusedxml@0.7.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-distlib-0:0.3.1-4.el9.1.noarch",
"product": {
"name": "python3-distlib-0:0.3.1-4.el9.1.noarch",
"product_id": "python3-distlib-0:0.3.1-4.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-distlib@0.3.1-4.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"product": {
"name": "python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"product_id": "python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-dogpile-cache@1.1.5-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"product": {
"name": "python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"product_id": "python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-dracclient@8.0.0-0.20220802154400.9c7499c.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-editor-0:1.0.4-5.el9.noarch",
"product": {
"name": "python3-editor-0:1.0.4-5.el9.noarch",
"product_id": "python3-editor-0:1.0.4-5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-editor@1.0.4-5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-entrypoints-doc-0:0.3-8.el9.noarch",
"product": {
"name": "python-entrypoints-doc-0:0.3-8.el9.noarch",
"product_id": "python-entrypoints-doc-0:0.3-8.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-entrypoints-doc@0.3-8.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-entrypoints-0:0.3-8.el9.noarch",
"product": {
"name": "python3-entrypoints-0:0.3-8.el9.noarch",
"product_id": "python3-entrypoints-0:0.3-8.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-entrypoints@0.3-8.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-eventlet-0:0.30.2-1.el9.noarch",
"product": {
"name": "python3-eventlet-0:0.30.2-1.el9.noarch",
"product_id": "python3-eventlet-0:0.30.2-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-eventlet@0.30.2-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-execnet-0:1.7.1-5.el9.1.noarch",
"product": {
"name": "python3-execnet-0:1.7.1-5.el9.1.noarch",
"product_id": "python3-execnet-0:1.7.1-5.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-execnet@1.7.1-5.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-extras-0:1.0.0-15.el9.1.noarch",
"product": {
"name": "python3-extras-0:1.0.0-15.el9.1.noarch",
"product_id": "python3-extras-0:1.0.0-15.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-extras@1.0.0-15.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-fasteners-0:0.14.1-21.el9.noarch",
"product": {
"name": "python3-fasteners-0:0.14.1-21.el9.noarch",
"product_id": "python3-fasteners-0:0.14.1-21.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-fasteners@0.14.1-21.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"product": {
"name": "python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"product_id": "python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-filelock-doc@3.0.12-9.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-filelock-0:3.0.12-9.el9.1.noarch",
"product": {
"name": "python3-filelock-0:3.0.12-9.el9.1.noarch",
"product_id": "python3-filelock-0:3.0.12-9.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-filelock@3.0.12-9.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-fixtures-0:3.0.0-22.el9.1.noarch",
"product": {
"name": "python3-fixtures-0:3.0.0-22.el9.1.noarch",
"product_id": "python3-fixtures-0:3.0.0-22.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-fixtures@3.0.0-22.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-flake8-0:3.8.4-1.el9.1.noarch",
"product": {
"name": "python3-flake8-0:3.8.4-1.el9.1.noarch",
"product_id": "python3-flake8-0:3.8.4-1.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-flake8@3.8.4-1.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-flask-doc-1:2.0.1-2.el9.1.noarch",
"product": {
"name": "python-flask-doc-1:2.0.1-2.el9.1.noarch",
"product_id": "python-flask-doc-1:2.0.1-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-flask-doc@2.0.1-2.el9.1?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-flask-1:2.0.1-2.el9.1.noarch",
"product": {
"name": "python3-flask-1:2.0.1-2.el9.1.noarch",
"product_id": "python3-flask-1:2.0.1-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-flask@2.0.1-2.el9.1?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-flit-0:3.0.0-1.el9.2.noarch",
"product": {
"name": "python3-flit-0:3.0.0-1.el9.2.noarch",
"product_id": "python3-flit-0:3.0.0-1.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-flit@3.0.0-1.el9.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-flit-core-0:3.0.0-1.el9.2.noarch",
"product": {
"name": "python3-flit-core-0:3.0.0-1.el9.2.noarch",
"product_id": "python3-flit-core-0:3.0.0-1.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-flit-core@3.0.0-1.el9.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-freezegun-0:1.0.0-4.el9.1.noarch",
"product": {
"name": "python3-freezegun-0:1.0.0-4.el9.1.noarch",
"product_id": "python3-freezegun-0:1.0.0-4.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-freezegun@1.0.0-4.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"product": {
"name": "python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"product_id": "python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-funcsigs-doc@1.0.2-17.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-funcsigs-0:1.0.2-17.el9.noarch",
"product": {
"name": "python3-funcsigs-0:1.0.2-17.el9.noarch",
"product_id": "python3-funcsigs-0:1.0.2-17.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-funcsigs@1.0.2-17.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"product": {
"name": "python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"product_id": "python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-futurist@2.4.1-0.20220802175500.159d752.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"product": {
"name": "python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"product_id": "python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-glanceclient@4.0.1-0.20220811181326.1b854e1.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"product": {
"name": "python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"product_id": "python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gunicorn-doc@20.0.4-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-gunicorn-0:20.0.4-2.el9.noarch",
"product": {
"name": "python3-gunicorn-0:20.0.4-2.el9.noarch",
"product_id": "python3-gunicorn-0:20.0.4-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gunicorn@20.0.4-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"product": {
"name": "python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"product_id": "python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hacking@1.0.1-0.20210812104123.865398f.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"product": {
"name": "python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"product_id": "python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hardware@0.29.1-0.20220811165930.fd4bce6.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"product": {
"name": "python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"product_id": "python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hardware-detect@0.29.1-0.20220811165930.fd4bce6.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-html5lib-1:1.1-4.el9.1.noarch",
"product": {
"name": "python3-html5lib-1:1.1-4.el9.1.noarch",
"product_id": "python3-html5lib-1:1.1-4.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-html5lib@1.1-4.el9.1?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bcli@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bdateutil@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bdjango@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bghostwriter@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Blark@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bnumpy@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bpandas@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bpytest@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bpytz@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bredis@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis%2Bzoneinfo@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"product": {
"name": "python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"product_id": "python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hypothesis@6.6.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ifaddr-0:0.1.6-6.el9.noarch",
"product": {
"name": "python3-ifaddr-0:0.1.6-6.el9.noarch",
"product_id": "python3-ifaddr-0:0.1.6-6.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ifaddr@0.1.6-6.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"product": {
"name": "python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"product_id": "python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-importlib-metadata@1.7.0-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"product": {
"name": "python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"product_id": "python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-lib@5.2.0-0.20220802170917.e205816.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"product": {
"name": "python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"product_id": "python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironicclient@4.9.0-0.20211209154934.6f1be06.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-iso8601-0:0.1.12-9.el9.noarch",
"product": {
"name": "python3-iso8601-0:0.1.12-9.el9.noarch",
"product_id": "python3-iso8601-0:0.1.12-9.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-iso8601@0.1.12-9.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-itsdangerous-0:2.0.1-2.el9.noarch",
"product": {
"name": "python3-itsdangerous-0:2.0.1-2.el9.noarch",
"product_id": "python3-itsdangerous-0:2.0.1-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-itsdangerous@2.0.1-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-jinja2-0:3.0.1-2.el9.1.noarch",
"product": {
"name": "python3-jinja2-0:3.0.1-2.el9.1.noarch",
"product_id": "python3-jinja2-0:3.0.1-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-jinja2@3.0.1-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"product": {
"name": "python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"product_id": "python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-jsonpath-rw@1.2.3-23.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kafka-0:1.4.3-3.el9.noarch",
"product": {
"name": "python3-kafka-0:1.4.3-3.el9.noarch",
"product_id": "python3-kafka-0:1.4.3-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kafka@1.4.3-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-kazoo-doc-0:2.7.0-2.el9.noarch",
"product": {
"name": "python-kazoo-doc-0:2.7.0-2.el9.noarch",
"product_id": "python-kazoo-doc-0:2.7.0-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-kazoo-doc@2.7.0-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kazoo-0:2.7.0-2.el9.noarch",
"product": {
"name": "python3-kazoo-0:2.7.0-2.el9.noarch",
"product_id": "python3-kazoo-0:2.7.0-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kazoo@2.7.0-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-keyring-0:21.0.0-2.el9.noarch",
"product": {
"name": "python3-keyring-0:21.0.0-2.el9.noarch",
"product_id": "python3-keyring-0:21.0.0-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keyring@21.0.0-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"product": {
"name": "python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"product_id": "python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keystoneauth1@5.0.0-0.20220811173415.2445a5d.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"product": {
"name": "python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"product_id": "python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keystoneclient@5.0.0-0.20220811173653.11d5abe.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"product": {
"name": "python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"product_id": "python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keystoneclient-tests@5.0.0-0.20220811173653.11d5abe.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"product": {
"name": "python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"product_id": "python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keystonemiddleware@10.0.0-0.20220811174058.dd31878.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-kombu-1:5.0.2-1.el9.2.noarch",
"product": {
"name": "python3-kombu-1:5.0.2-1.el9.2.noarch",
"product_id": "python3-kombu-1:5.0.2-1.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-kombu@5.0.2-1.el9.2?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-linecache2-0:1.0.0-25.el9.noarch",
"product": {
"name": "python3-linecache2-0:1.0.0-25.el9.noarch",
"product_id": "python3-linecache2-0:1.0.0-25.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-linecache2@1.0.0-25.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-logutils-0:0.3.5-7.1.el9.noarch",
"product": {
"name": "python3-logutils-0:0.3.5-7.1.el9.noarch",
"product_id": "python3-logutils-0:0.3.5-7.1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-logutils@0.3.5-7.1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-mccabe-0:0.6.1-18.el9.1.noarch",
"product": {
"name": "python3-mccabe-0:0.6.1-18.el9.1.noarch",
"product_id": "python3-mccabe-0:0.6.1-18.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-mccabe@0.6.1-18.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-memcached-0:1.58-12.el9.noarch",
"product": {
"name": "python3-memcached-0:1.58-12.el9.noarch",
"product_id": "python3-memcached-0:1.58-12.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-memcached@1.58-12.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-migrate-0:0.13.0-2.el9.noarch",
"product": {
"name": "python3-migrate-0:0.13.0-2.el9.noarch",
"product_id": "python3-migrate-0:0.13.0-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-migrate@0.13.0-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"product": {
"name": "python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"product_id": "python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-mimeparse@1.6.0-16.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-mock-0:3.0.5-14.el9.2.noarch",
"product": {
"name": "python3-mock-0:3.0.5-14.el9.2.noarch",
"product_id": "python3-mock-0:3.0.5-14.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-mock@3.0.5-14.el9.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-monotonic-0:1.5-9.el9.1.noarch",
"product": {
"name": "python3-monotonic-0:1.5-9.el9.1.noarch",
"product_id": "python3-monotonic-0:1.5-9.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-monotonic@1.5-9.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-more-itertools-0:7.2.0-3.el9.noarch",
"product": {
"name": "python3-more-itertools-0:7.2.0-3.el9.noarch",
"product_id": "python3-more-itertools-0:7.2.0-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-more-itertools@7.2.0-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"product": {
"name": "python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"product_id": "python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-mox3@1.1.0-0.20210812114029.99a302f.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-munch-0:2.3.2-7.el9.noarch",
"product": {
"name": "python3-munch-0:2.3.2-7.el9.noarch",
"product_id": "python3-munch-0:2.3.2-7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-munch@2.3.2-7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"product": {
"name": "python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"product_id": "python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-neutronclient@7.6.0-0.20211012175718.983f0ab.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"product": {
"name": "python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"product_id": "python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-neutronclient-tests@7.6.0-0.20211012175718.983f0ab.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-nose-0:1.3.7-33.el9.1.noarch",
"product": {
"name": "python3-nose-0:1.3.7-33.el9.1.noarch",
"product_id": "python3-nose-0:1.3.7-33.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-nose@1.3.7-33.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-nose-cover3-0:0.1.0-31.el9.noarch",
"product": {
"name": "python3-nose-cover3-0:0.1.0-31.el9.noarch",
"product_id": "python3-nose-cover3-0:0.1.0-31.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-nose-cover3@0.1.0-31.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"product": {
"name": "python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"product_id": "python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openstacksdk@0.99.1-0.20220811190026.a41d04e.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"product": {
"name": "python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"product_id": "python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openstacksdk-tests@0.99.1-0.20220811190026.a41d04e.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"product": {
"name": "python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"product_id": "python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-os-client-config@2.1.0-0.20210722194729.bc96c23.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"product": {
"name": "python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"product_id": "python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-os-service-types@1.7.0-0.20220802143336.0b2f473.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"product": {
"name": "python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"product_id": "python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-os-traits@2.8.0-0.20220811182615.04e8bb3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"product": {
"name": "python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"product_id": "python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-os-traits-tests@2.8.0-0.20220811182615.04e8bb3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"product": {
"name": "python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"product_id": "python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-osc-lib@2.6.1-0.20220811172053.973e169.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"product": {
"name": "python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"product_id": "python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-osc-lib-tests@2.6.1-0.20220811172053.973e169.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product": {
"name": "python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product_id": "python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-cache-lang@3.0.0-0.20220811175617.79945c1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product": {
"name": "python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product_id": "python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-cache@3.0.0-0.20220811175617.79945c1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product": {
"name": "python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product_id": "python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-cache-tests@3.0.0-0.20220811175617.79945c1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product": {
"name": "python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product_id": "python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-concurrency-lang@5.0.0-0.20220811181826.052b2f2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product": {
"name": "python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product_id": "python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-concurrency@5.0.0-0.20220811181826.052b2f2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product": {
"name": "python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product_id": "python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-concurrency-tests@5.0.0-0.20220811181826.052b2f2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"product": {
"name": "python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"product_id": "python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-config@9.0.0-0.20220811165930.9eaae04.el9?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"product": {
"name": "python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"product_id": "python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-context@5.0.0-0.20220811171413.f388eb9.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"product": {
"name": "python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"product_id": "python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-context-tests@5.0.0-0.20220811171413.f388eb9.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product": {
"name": "python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product_id": "python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-db-lang@12.0.0-0.20220811175859.a808381.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product": {
"name": "python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product_id": "python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-db@12.0.0-0.20220811175859.a808381.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product": {
"name": "python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product_id": "python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-db-tests@12.0.0-0.20220811175859.a808381.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"product": {
"name": "python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"product_id": "python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-i18n-lang@5.1.0-0.20220802145025.b031d17.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"product": {
"name": "python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"product_id": "python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-i18n@5.1.0-0.20220802145025.b031d17.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product": {
"name": "python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product_id": "python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-log-lang@5.0.0-0.20220811172332.6401da7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product": {
"name": "python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product_id": "python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-log@5.0.0-0.20220811172332.6401da7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product": {
"name": "python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product_id": "python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-log-tests@5.0.0-0.20220811172332.6401da7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"product": {
"name": "python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"product_id": "python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-messaging@13.0.0-0.20220811175319.4186386.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"product": {
"name": "python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"product_id": "python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-messaging-tests@13.0.0-0.20220811175319.4186386.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"product": {
"name": "python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"product_id": "python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-metrics@0.3.0-0.20220802145828.43eee50.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"product": {
"name": "python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"product_id": "python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-metrics-tests@0.3.0-0.20220802145828.43eee50.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product": {
"name": "python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product_id": "python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-middleware-lang@5.0.0-0.20220811170931.51e1882.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product": {
"name": "python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product_id": "python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-middleware@5.0.0-0.20220811170931.51e1882.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product": {
"name": "python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product_id": "python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-middleware-tests@5.0.0-0.20220811170931.51e1882.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product": {
"name": "python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product_id": "python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-policy-lang@4.0.0-0.20220811173113.5bd767b.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product": {
"name": "python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product_id": "python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-policy@4.0.0-0.20220811173113.5bd767b.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product": {
"name": "python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product_id": "python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-policy-tests@4.0.0-0.20220811173113.5bd767b.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"product": {
"name": "python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"product_id": "python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-reports@2.3.0-0.20211012151507.f2799dc.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"product": {
"name": "python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"product_id": "python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-reports-tests@2.3.0-0.20211012151507.f2799dc.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"product": {
"name": "python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"product_id": "python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-rootwrap@6.3.1-0.20220803131706.1b1b960.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"product": {
"name": "python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"product_id": "python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-rootwrap-tests@6.3.1-0.20220803131706.1b1b960.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"product": {
"name": "python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"product_id": "python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-serialization@5.0.0-0.20220811171112.dd2a819.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"product": {
"name": "python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"product_id": "python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-serialization-tests@5.0.0-0.20220811171112.dd2a819.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"product": {
"name": "python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"product_id": "python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-service@3.0.0-0.20220811180157.a27acfe.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"product": {
"name": "python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"product_id": "python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-service-tests@3.0.0-0.20220811180157.a27acfe.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"product": {
"name": "python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"product_id": "python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-upgradecheck@2.0.0-0.20220811171652.b3a2b19.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product": {
"name": "python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product_id": "python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-utils-lang@6.0.0-0.20220811175035.7df6473.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product": {
"name": "python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product_id": "python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-utils@6.0.0-0.20220811175035.7df6473.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product": {
"name": "python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product_id": "python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-utils-tests@6.0.0-0.20220811175035.7df6473.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product": {
"name": "python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product_id": "python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-versionedobjects-lang@3.0.0-0.20220811180555.cec2b8e.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product": {
"name": "python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product_id": "python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-versionedobjects@3.0.0-0.20220811180555.cec2b8e.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product": {
"name": "python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product_id": "python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-versionedobjects-tests@3.0.0-0.20220811180555.cec2b8e.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"product": {
"name": "python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"product_id": "python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslotest@4.4.1-0.20210812115053.aaf3a72.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"product": {
"name": "python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"product_id": "python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-osprofiler@3.4.3-0.20220802174918.3286301.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-paste-0:3.5.0-3.el9.1.noarch",
"product": {
"name": "python3-paste-0:3.5.0-3.el9.1.noarch",
"product_id": "python3-paste-0:3.5.0-3.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-paste@3.5.0-3.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-paste-deploy-0:2.0.1-5.el9.noarch",
"product": {
"name": "python3-paste-deploy-0:2.0.1-5.el9.noarch",
"product_id": "python3-paste-deploy-0:2.0.1-5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-paste-deploy@2.0.1-5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pbr-0:5.5.1-3.el9.1.noarch",
"product": {
"name": "python3-pbr-0:5.5.1-3.el9.1.noarch",
"product_id": "python3-pbr-0:5.5.1-3.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pbr@5.5.1-3.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pecan-0:1.3.2-10.el9.noarch",
"product": {
"name": "python3-pecan-0:1.3.2-10.el9.noarch",
"product_id": "python3-pecan-0:1.3.2-10.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pecan@1.3.2-10.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pexpect-0:4.6-3.el9.noarch",
"product": {
"name": "python3-pexpect-0:4.6-3.el9.noarch",
"product_id": "python3-pexpect-0:4.6-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pexpect@4.6-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pint-0:0.10.1-3.el9.noarch",
"product": {
"name": "python3-pint-0:0.10.1-3.el9.noarch",
"product_id": "python3-pint-0:0.10.1-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pint@0.10.1-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pretend-0:1.0.8-19.el9.noarch",
"product": {
"name": "python3-pretend-0:1.0.8-19.el9.noarch",
"product_id": "python3-pretend-0:1.0.8-19.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pretend@1.0.8-19.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"product": {
"name": "python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"product_id": "python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-proliantutils@2.13.2-0.20220802173426.8c7b6b1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-prometheus_client-0:0.7.1-3.el9.noarch",
"product": {
"name": "python3-prometheus_client-0:0.7.1-3.el9.noarch",
"product_id": "python3-prometheus_client-0:0.7.1-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-prometheus_client@0.7.1-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"product": {
"name": "python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"product_id": "python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycadf-common@3.1.1-0.20220802144439.4179996.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"product": {
"name": "python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"product_id": "python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pycadf@3.1.1-0.20220802144439.4179996.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"product": {
"name": "python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"product_id": "python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pycodestyle@2.6.0-4.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pymemcache-0:3.5.0-1.el9.noarch",
"product": {
"name": "python3-pymemcache-0:3.5.0-1.el9.noarch",
"product_id": "python3-pymemcache-0:3.5.0-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pymemcache@3.5.0-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"product": {
"name": "python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"product_id": "python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyperclip-doc@1.8.0-3.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"product": {
"name": "python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"product_id": "python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyperclip@1.8.0-3.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"product": {
"name": "python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"product_id": "python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytest-cov@2.11.1-3.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"product": {
"name": "python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"product_id": "python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytest-forked@1.3.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pytest-runner-0:4.0-12.el9.1.noarch",
"product": {
"name": "python3-pytest-runner-0:4.0-12.el9.1.noarch",
"product_id": "python3-pytest-runner-0:4.0-12.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytest-runner@4.0-12.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"product": {
"name": "python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"product_id": "python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytest-xdist@2.2.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"product": {
"name": "python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"product_id": "python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytest-xprocess@0.18.1-4.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-redis-0:3.3.8-2.el9.noarch",
"product": {
"name": "python3-redis-0:3.3.8-2.el9.noarch",
"product_id": "python3-redis-0:3.3.8-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-redis@3.3.8-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-repoze-lru-0:0.7-7.el9.noarch",
"product": {
"name": "python3-repoze-lru-0:0.7-7.el9.noarch",
"product_id": "python3-repoze-lru-0:0.7-7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-repoze-lru@0.7-7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"product": {
"name": "python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"product_id": "python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-requests-kerberos@0.12.0-12.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"product": {
"name": "python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"product_id": "python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-requests-mock@1.8.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"product": {
"name": "python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"product_id": "python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-requests-unixsocket@0.2.0-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"product": {
"name": "python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"product_id": "python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-requestsexceptions@1.4.0-0.20220802143336.d7ac0ff.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-retrying-0:1.3.3-2.el9.1.noarch",
"product": {
"name": "python3-retrying-0:1.3.3-2.el9.1.noarch",
"product_id": "python3-retrying-0:1.3.3-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-retrying@1.3.3-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-rfc3986-0:1.2.0-6.el9.noarch",
"product": {
"name": "python3-rfc3986-0:1.2.0-6.el9.noarch",
"product_id": "python3-rfc3986-0:1.2.0-6.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-rfc3986@1.2.0-6.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-routes-0:2.4.1-12.el9.noarch",
"product": {
"name": "python3-routes-0:2.4.1-12.el9.noarch",
"product_id": "python3-routes-0:2.4.1-12.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-routes@2.4.1-12.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"product": {
"name": "python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"product_id": "python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-scciclient@0.12.3-0.20220811182700.0940a71.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-simplegeneric-0:0.8.1-18.el9.noarch",
"product": {
"name": "python3-simplegeneric-0:0.8.1-18.el9.noarch",
"product_id": "python3-simplegeneric-0:0.8.1-18.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-simplegeneric@0.8.1-18.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"product": {
"name": "python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"product_id": "python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-singledispatch@3.4.0.3-19.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-smi-0:0.3.4-10.el9.noarch",
"product": {
"name": "python3-smi-0:0.3.4-10.el9.noarch",
"product_id": "python3-smi-0:0.3.4-10.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-smi@0.3.4-10.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"product": {
"name": "python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"product_id": "python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sortedcontainers@2.3.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"product": {
"name": "python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"product_id": "python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-soupsieve@2.1.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"product": {
"name": "python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"product_id": "python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy-doc@1.4.39-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sqlparse-0:0.2.4-10.el9.noarch",
"product": {
"name": "python3-sqlparse-0:0.2.4-10.el9.noarch",
"product_id": "python3-sqlparse-0:0.2.4-10.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlparse@0.2.4-10.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-statsd-doc-0:3.2.1-20.el9.noarch",
"product": {
"name": "python-statsd-doc-0:3.2.1-20.el9.noarch",
"product_id": "python-statsd-doc-0:3.2.1-20.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-statsd-doc@3.2.1-20.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-statsd-0:3.2.1-20.el9.noarch",
"product": {
"name": "python3-statsd-0:3.2.1-20.el9.noarch",
"product_id": "python3-statsd-0:3.2.1-20.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-statsd@3.2.1-20.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-stestr-0:2.6.0-8.el9.noarch",
"product": {
"name": "python3-stestr-0:2.6.0-8.el9.noarch",
"product_id": "python3-stestr-0:2.6.0-8.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-stestr@2.6.0-8.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"product": {
"name": "python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"product_id": "python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-stevedore@4.0.0-0.20220811180640.ccd1754.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sure-0:1.4.11-12.el9.2.noarch",
"product": {
"name": "python3-sure-0:1.4.11-12.el9.2.noarch",
"product_id": "python3-sure-0:1.4.11-12.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sure@1.4.11-12.el9.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"product": {
"name": "python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"product_id": "python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy-oem-idrac@4.0.0-0.20220802162610.7b75e6e.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"product": {
"name": "python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"product_id": "python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy-oem-idrac-tests@4.0.0-0.20220802162610.7b75e6e.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"product": {
"name": "python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"product_id": "python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-swiftclient@4.0.1-0.20220811174436.9eee29d.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-tempita-0:0.5.1-25.el9.noarch",
"product": {
"name": "python3-tempita-0:0.5.1-25.el9.noarch",
"product_id": "python3-tempita-0:0.5.1-25.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tempita@0.5.1-25.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-tenacity-0:6.2.0-2.el9.noarch",
"product": {
"name": "python3-tenacity-0:6.2.0-2.el9.noarch",
"product_id": "python3-tenacity-0:6.2.0-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tenacity@6.2.0-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-testrepository-0:0.0.20-20.el9.noarch",
"product": {
"name": "python3-testrepository-0:0.0.20-20.el9.noarch",
"product_id": "python3-testrepository-0:0.0.20-20.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-testrepository@0.0.20-20.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-testresources-0:2.0.1-2.el9.noarch",
"product": {
"name": "python3-testresources-0:2.0.1-2.el9.noarch",
"product_id": "python3-testresources-0:2.0.1-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-testresources@2.0.1-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"product": {
"name": "python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"product_id": "python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-testscenarios@0.5.0-21.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"product": {
"name": "python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"product_id": "python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-testtools-doc@2.4.0-8.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-testtools-0:2.4.0-8.el9.1.noarch",
"product": {
"name": "python3-testtools-0:2.4.0-8.el9.1.noarch",
"product_id": "python3-testtools-0:2.4.0-8.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-testtools@2.4.0-8.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"product": {
"name": "python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"product_id": "python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tooz@3.0.0-0.20220811181909.d145b50.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "tox-0:3.23.0-2.el9.1.noarch",
"product": {
"name": "tox-0:3.23.0-2.el9.1.noarch",
"product_id": "tox-0:3.23.0-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tox@3.23.0-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-tox-current-env-0:0.0.6-1.el9.noarch",
"product": {
"name": "python3-tox-current-env-0:0.0.6-1.el9.noarch",
"product_id": "python3-tox-current-env-0:0.0.6-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tox-current-env@0.0.6-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-traceback2-0:1.4.0-25.el9.noarch",
"product": {
"name": "python3-traceback2-0:1.4.0-25.el9.noarch",
"product_id": "python3-traceback2-0:1.4.0-25.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-traceback2@1.4.0-25.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-typeguard-0:2.9.1-1.el9.noarch",
"product": {
"name": "python3-typeguard-0:2.9.1-1.el9.noarch",
"product_id": "python3-typeguard-0:2.9.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-typeguard@2.9.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"product": {
"name": "python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"product_id": "python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-typing-extensions@3.7.4.3-2.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-unittest2-0:1.1.0-24.el9.noarch",
"product": {
"name": "python3-unittest2-0:1.1.0-24.el9.noarch",
"product_id": "python3-unittest2-0:1.1.0-24.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-unittest2@1.1.0-24.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-vine-0:5.0.0-3.el9.noarch",
"product": {
"name": "python3-vine-0:5.0.0-3.el9.noarch",
"product_id": "python3-vine-0:5.0.0-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-vine@5.0.0-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-virtualenv-0:20.4.4-1.el9.noarch",
"product": {
"name": "python3-virtualenv-0:20.4.4-1.el9.noarch",
"product_id": "python3-virtualenv-0:20.4.4-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-virtualenv@20.4.4-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-voluptuous-0:0.11.7-3.el9.noarch",
"product": {
"name": "python3-voluptuous-0:0.11.7-3.el9.noarch",
"product_id": "python3-voluptuous-0:0.11.7-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-voluptuous@0.11.7-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-waitress-0:2.0.0-2.el9.noarch",
"product": {
"name": "python3-waitress-0:2.0.0-2.el9.noarch",
"product_id": "python3-waitress-0:2.0.0-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-waitress@2.0.0-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-warlock-0:1.3.3-2.el9.noarch",
"product": {
"name": "python3-warlock-0:1.3.3-2.el9.noarch",
"product_id": "python3-warlock-0:1.3.3-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-warlock@1.3.3-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"product": {
"name": "python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"product_id": "python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wcwidth@0.2.5-2.el9.2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"product": {
"name": "python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"product_id": "python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-webencodings-doc@0.5.1-15.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-webencodings-0:0.5.1-15.el9.1.noarch",
"product": {
"name": "python3-webencodings-0:0.5.1-15.el9.1.noarch",
"product_id": "python3-webencodings-0:0.5.1-15.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-webencodings@0.5.1-15.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-webob-0:1.8.5-5.el9.noarch",
"product": {
"name": "python3-webob-0:1.8.5-5.el9.noarch",
"product_id": "python3-webob-0:1.8.5-5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-webob@1.8.5-5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-webtest-0:2.0.33-5.el9.noarch",
"product": {
"name": "python3-webtest-0:2.0.33-5.el9.noarch",
"product_id": "python3-webtest-0:2.0.33-5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-webtest@2.0.33-5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-werkzeug-0:2.0.3-3.el9.noarch",
"product": {
"name": "python3-werkzeug-0:2.0.3-3.el9.noarch",
"product_id": "python3-werkzeug-0:2.0.3-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-werkzeug@2.0.3-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"product": {
"name": "python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"product_id": "python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wsme@0.11.0-0.20220802144439.80bda90.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-zake-0:0.2.2-19.el9.noarch",
"product": {
"name": "python3-zake-0:0.2.2-19.el9.noarch",
"product_id": "python3-zake-0:0.2.2-19.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zake@0.2.2-19.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-zeroconf-0:0.24.4-2.el9.noarch",
"product": {
"name": "python3-zeroconf-0:0.24.4-2.el9.noarch",
"product_id": "python3-zeroconf-0:0.24.4-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zeroconf@0.24.4-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-zipp-0:0.5.1-3.el9.noarch",
"product": {
"name": "python3-zipp-0:0.5.1-3.el9.noarch",
"product_id": "python3-zipp-0:0.5.1-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zipp@0.5.1-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-zope-event-0:4.2.0-20.el9.1.noarch",
"product": {
"name": "python3-zope-event-0:4.2.0-20.el9.1.noarch",
"product_id": "python3-zope-event-0:4.2.0-20.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zope-event@4.2.0-20.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-zope-testing-0:4.7-4.el9.1.noarch",
"product": {
"name": "python3-zope-testing-0:4.7-4.el9.1.noarch",
"product_id": "python3-zope-testing-0:4.7-4.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-zope-testing@4.7-4.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-subunit-0:1.4.0-6.el9.1.noarch",
"product": {
"name": "python3-subunit-0:1.4.0-6.el9.1.noarch",
"product_id": "python3-subunit-0:1.4.0-6.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-subunit@1.4.0-6.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"product": {
"name": "python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"product_id": "python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-subunit-test@1.4.0-6.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "subunit-filters-0:1.4.0-6.el9.1.noarch",
"product": {
"name": "subunit-filters-0:1.4.0-6.el9.1.noarch",
"product_id": "subunit-filters-0:1.4.0-6.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-filters@1.4.0-6.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "subunit-perl-0:1.4.0-6.el9.1.noarch",
"product": {
"name": "subunit-perl-0:1.4.0-6.el9.1.noarch",
"product_id": "subunit-perl-0:1.4.0-6.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-perl@1.4.0-6.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "subunit-shell-0:1.4.0-6.el9.1.noarch",
"product": {
"name": "subunit-shell-0:1.4.0-6.el9.1.noarch",
"product_id": "subunit-shell-0:1.4.0-6.el9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/subunit-shell@1.4.0-6.el9.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product": {
"name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_id": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product": {
"name": "openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_id": "openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-api@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product": {
"name": "openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_id": "openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-common@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product": {
"name": "openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_id": "openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-conductor@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product": {
"name": "openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_id": "openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-dnsmasq-tftp-server@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product": {
"name": "python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_id": "python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-tests@21.0.1-0.20221114235951.fe64d5e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product": {
"name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_id": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector@11.0.1-0.20221205155952.cd22607.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product": {
"name": "openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_id": "openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector-api@11.0.1-0.20221205155952.cd22607.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product": {
"name": "openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_id": "openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector-conductor@11.0.1-0.20221205155952.cd22607.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product": {
"name": "openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_id": "openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector-dnsmasq@11.0.1-0.20221205155952.cd22607.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product": {
"name": "python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_id": "python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-inspector-tests@11.0.1-0.20221205155952.cd22607.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"product": {
"name": "python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"product_id": "python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-prometheus-exporter@3.1.1-0.20221003235527.eb27243.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"product": {
"name": "python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"product_id": "python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy@4.3.4-0.20221213135957.69b014c.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"product": {
"name": "python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"product_id": "python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy-tests@4.3.4-0.20221213135957.69b014c.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"product": {
"name": "podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"product_id": "podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.2.0-4.rhaos4.12.el9?arch=noarch\u0026epoch=3"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.36.0-8.el8_6.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src"
},
"product_reference": "NetworkManager-1:1.36.0-8.el8_6.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch"
},
"product_reference": "NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-config-server-1:1.36.0-8.el8_6.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch"
},
"product_reference": "NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch"
},
"product_reference": "NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64"
},
"product_reference": "NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-0:1.4.6-2.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch"
},
"product_reference": "ansible-runner-0:1.4.6-2.el8ar.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-0:1.4.6-2.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src"
},
"product_reference": "ansible-runner-0:1.4.6-2.el8ar.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-http-0:1.0.0-2.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch"
},
"product_reference": "ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-runner-http-0:1.0.0-2.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src"
},
"product_reference": "ansible-runner-http-0:1.0.0-2.el8ar.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64"
},
"product_reference": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le"
},
"product_reference": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x"
},
"product_reference": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src"
},
"product_reference": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64"
},
"product_reference": "atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64"
},
"product_reference": "bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64"
},
"product_reference": "bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64"
},
"product_reference": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64"
},
"product_reference": "bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64"
},
"product_reference": "buildah-1:1.23.4-2.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le"
},
"product_reference": "buildah-1:1.23.4-2.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x"
},
"product_reference": "buildah-1:1.23.4-2.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-2.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src"
},
"product_reference": "buildah-1:1.23.4-2.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64"
},
"product_reference": "buildah-1:1.23.4-2.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.23.4-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.23.4-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.23.4-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x"
},
"product_reference": "buildah-debuginfo-1:1.23.4-2.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.23.4-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.23.4-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64"
},
"product_reference": "buildah-debugsource-1:1.23.4-2.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.23.4-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.23.4-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x"
},
"product_reference": "buildah-debugsource-1:1.23.4-2.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.23.4-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64"
},
"product_reference": "buildah-debugsource-1:1.23.4-2.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.23.4-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64"
},
"product_reference": "buildah-tests-1:1.23.4-2.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.23.4-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le"
},
"product_reference": "buildah-tests-1:1.23.4-2.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.23.4-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x"
},
"product_reference": "buildah-tests-1:1.23.4-2.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.23.4-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64"
},
"product_reference": "buildah-tests-1:1.23.4-2.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64"
},
"product_reference": "butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le"
},
"product_reference": "butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x"
},
"product_reference": "butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src"
},
"product_reference": "butane-0:0.16.0-2.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64"
},
"product_reference": "butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64"
},
"product_reference": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le"
},
"product_reference": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x"
},
"product_reference": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64"
},
"product_reference": "butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64"
},
"product_reference": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le"
},
"product_reference": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x"
},
"product_reference": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64"
},
"product_reference": "butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch"
},
"product_reference": "butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64"
},
"product_reference": "conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le"
},
"product_reference": "conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x"
},
"product_reference": "conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src"
},
"product_reference": "conmon-2:2.1.2-2.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64"
},
"product_reference": "conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64"
},
"product_reference": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le"
},
"product_reference": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x"
},
"product_reference": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64"
},
"product_reference": "conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64"
},
"product_reference": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le"
},
"product_reference": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x"
},
"product_reference": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64"
},
"product_reference": "conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch"
},
"product_reference": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src"
},
"product_reference": "console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch"
},
"product_reference": "console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch"
},
"product_reference": "console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch"
},
"product_reference": "container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.188.0-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src"
},
"product_reference": "container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64"
},
"product_reference": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x"
},
"product_reference": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src"
},
"product_reference": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64"
},
"product_reference": "containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-27.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64"
},
"product_reference": "containers-common-2:1-27.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-27.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le"
},
"product_reference": "containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-27.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x"
},
"product_reference": "containers-common-2:1-27.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-27.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64"
},
"product_reference": "containers-common-2:1-27.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x"
},
"product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64"
},
"product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x"
},
"product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64"
},
"product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64"
},
"product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x"
},
"product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64"
},
"product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x"
},
"product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64"
},
"product_reference": "cri-tools-0:1.25.0-2.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le"
},
"product_reference": "cri-tools-0:1.25.0-2.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x"
},
"product_reference": "cri-tools-0:1.25.0-2.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src"
},
"product_reference": "cri-tools-0:1.25.0-2.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64"
},
"product_reference": "cri-tools-0:1.25.0-2.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.25.0-2.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.25.0-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.25.0-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.25.0-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64"
},
"product_reference": "crit-0:3.15-4.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le"
},
"product_reference": "crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x"
},
"product_reference": "crit-0:3.15-4.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64"
},
"product_reference": "crit-0:3.15-4.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64"
},
"product_reference": "criu-0:3.15-4.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le"
},
"product_reference": "criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x"
},
"product_reference": "criu-0:3.15-4.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src"
},
"product_reference": "criu-0:3.15-4.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64"
},
"product_reference": "criu-0:3.15-4.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64"
},
"product_reference": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le"
},
"product_reference": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x"
},
"product_reference": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64"
},
"product_reference": "criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64"
},
"product_reference": "criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le"
},
"product_reference": "criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x"
},
"product_reference": "criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64"
},
"product_reference": "criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64"
},
"product_reference": "criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le"
},
"product_reference": "criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x"
},
"product_reference": "criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64"
},
"product_reference": "criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64"
},
"product_reference": "criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le"
},
"product_reference": "criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x"
},
"product_reference": "criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64"
},
"product_reference": "criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crudini-0:0.9-11.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch"
},
"product_reference": "crudini-0:0.9-11.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crudini-0:0.9-11.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src"
},
"product_reference": "crudini-0:0.9-11.el8ost.1.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64"
},
"product_reference": "crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x"
},
"product_reference": "crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src"
},
"product_reference": "crun-0:1.4.2-1.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64"
},
"product_reference": "crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64"
},
"product_reference": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x"
},
"product_reference": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64"
},
"product_reference": "crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64"
},
"product_reference": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x"
},
"product_reference": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64"
},
"product_reference": "crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64"
},
"product_reference": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x"
},
"product_reference": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src"
},
"product_reference": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64"
},
"product_reference": "fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "grpc-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "grpc-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "grpc-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-0:1.18.0-4.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src"
},
"product_reference": "grpc-0:1.18.0-4.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "grpc-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-cli-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "grpc-cli-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-cli-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-cli-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "grpc-cli-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-cli-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "grpc-cli-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-debugsource-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-debugsource-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-debugsource-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-devel-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "grpc-devel-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-devel-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-devel-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "grpc-devel-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-devel-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "grpc-devel-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-plugins-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-plugins-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-plugins-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "grpc-plugins-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-plugins-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-0:2.2.24-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src"
},
"product_reference": "haproxy-0:2.2.24-1.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.2.24-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64"
},
"product_reference": "haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.2.24-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le"
},
"product_reference": "haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.2.24-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x"
},
"product_reference": "haproxy-debugsource-0:2.2.24-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.2.24-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64"
},
"product_reference": "haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy22-0:2.2.24-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64"
},
"product_reference": "haproxy22-0:2.2.24-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy22-0:2.2.24-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le"
},
"product_reference": "haproxy22-0:2.2.24-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy22-0:2.2.24-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x"
},
"product_reference": "haproxy22-0:2.2.24-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy22-0:2.2.24-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64"
},
"product_reference": "haproxy22-0:2.2.24-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64"
},
"product_reference": "haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le"
},
"product_reference": "haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x"
},
"product_reference": "haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy22-debuginfo-0:2.2.24-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64"
},
"product_reference": "haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64"
},
"product_reference": "kata-containers-0:2.5.2-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le"
},
"product_reference": "kata-containers-0:2.5.2-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src"
},
"product_reference": "kata-containers-0:2.5.2-1.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64"
},
"product_reference": "kata-containers-0:2.5.2-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src"
},
"product_reference": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64"
},
"product_reference": "kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64"
},
"product_reference": "libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le"
},
"product_reference": "libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x"
},
"product_reference": "libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src"
},
"product_reference": "libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64"
},
"product_reference": "libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64"
},
"product_reference": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le"
},
"product_reference": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x"
},
"product_reference": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64"
},
"product_reference": "libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64"
},
"product_reference": "nmstate-0:1.3.3-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le"
},
"product_reference": "nmstate-0:1.3.3-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x"
},
"product_reference": "nmstate-0:1.3.3-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-0:1.3.3-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src"
},
"product_reference": "nmstate-0:1.3.3-1.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64"
},
"product_reference": "nmstate-0:1.3.3-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debuginfo-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64"
},
"product_reference": "nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debuginfo-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le"
},
"product_reference": "nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debuginfo-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x"
},
"product_reference": "nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debuginfo-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64"
},
"product_reference": "nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debugsource-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64"
},
"product_reference": "nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debugsource-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le"
},
"product_reference": "nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debugsource-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x"
},
"product_reference": "nmstate-debugsource-0:1.3.3-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-debugsource-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64"
},
"product_reference": "nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-devel-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64"
},
"product_reference": "nmstate-devel-0:1.3.3-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-devel-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le"
},
"product_reference": "nmstate-devel-0:1.3.3-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-devel-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x"
},
"product_reference": "nmstate-devel-0:1.3.3-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-devel-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64"
},
"product_reference": "nmstate-devel-0:1.3.3-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64"
},
"product_reference": "nmstate-libs-0:1.3.3-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le"
},
"product_reference": "nmstate-libs-0:1.3.3-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x"
},
"product_reference": "nmstate-libs-0:1.3.3-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64"
},
"product_reference": "nmstate-libs-0:1.3.3-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64"
},
"product_reference": "nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le"
},
"product_reference": "nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x"
},
"product_reference": "nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64"
},
"product_reference": "nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch"
},
"product_reference": "nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src"
},
"product_reference": "openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src"
},
"product_reference": "openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch"
},
"product_reference": "openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch"
},
"product_reference": "openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64"
},
"product_reference": "ostree-0:2022.2-5.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le"
},
"product_reference": "ostree-0:2022.2-5.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x"
},
"product_reference": "ostree-0:2022.2-5.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2022.2-5.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src"
},
"product_reference": "ostree-0:2022.2-5.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64"
},
"product_reference": "ostree-0:2022.2-5.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64"
},
"product_reference": "ostree-debuginfo-0:2022.2-5.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le"
},
"product_reference": "ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x"
},
"product_reference": "ostree-debuginfo-0:2022.2-5.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64"
},
"product_reference": "ostree-debuginfo-0:2022.2-5.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64"
},
"product_reference": "ostree-debugsource-0:2022.2-5.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le"
},
"product_reference": "ostree-debugsource-0:2022.2-5.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x"
},
"product_reference": "ostree-debugsource-0:2022.2-5.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64"
},
"product_reference": "ostree-debugsource-0:2022.2-5.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64"
},
"product_reference": "ostree-devel-0:2022.2-5.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le"
},
"product_reference": "ostree-devel-0:2022.2-5.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x"
},
"product_reference": "ostree-devel-0:2022.2-5.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64"
},
"product_reference": "ostree-devel-0:2022.2-5.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64"
},
"product_reference": "ostree-grub2-0:2022.2-5.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le"
},
"product_reference": "ostree-grub2-0:2022.2-5.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64"
},
"product_reference": "ostree-grub2-0:2022.2-5.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64"
},
"product_reference": "ostree-libs-0:2022.2-5.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le"
},
"product_reference": "ostree-libs-0:2022.2-5.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x"
},
"product_reference": "ostree-libs-0:2022.2-5.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64"
},
"product_reference": "ostree-libs-0:2022.2-5.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64"
},
"product_reference": "ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le"
},
"product_reference": "ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x"
},
"product_reference": "ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2022.2-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64"
},
"product_reference": "ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src"
},
"product_reference": "ovn22.06-0:22.06.0-27.el8fdp.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-central-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-host-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64"
},
"product_reference": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le"
},
"product_reference": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x"
},
"product_reference": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64"
},
"product_reference": "ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src"
},
"product_reference": "ovn22.09-0:22.09.0-25.el8fdp.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-central-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-host-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64"
},
"product_reference": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le"
},
"product_reference": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x"
},
"product_reference": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64"
},
"product_reference": "ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src"
},
"product_reference": "podman-2:4.2.0-1.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch"
},
"product_reference": "podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pycdlib-tools-0:1.11.0-3.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch"
},
"product_reference": "pycdlib-tools-0:1.11.0-3.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-alembic-0:1.4.2-5.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src"
},
"product_reference": "python-alembic-0:1.4.2-5.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-amqp-0:2.5.2-7.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src"
},
"product_reference": "python-amqp-0:2.5.2-7.el8ost.1.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-amqp-doc-0:2.5.2-7.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch"
},
"product_reference": "python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cmd2-0:1.4.0-1.1.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src"
},
"product_reference": "python-cmd2-0:1.4.0-1.1.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-construct-0:2.10.56-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src"
},
"product_reference": "python-construct-0:2.10.56-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dogpile-cache-0:1.1.2-1.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src"
},
"product_reference": "python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-eventlet-0:0.30.2-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src"
},
"product_reference": "python-eventlet-0:0.30.2-1.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flask-1:1.1.1-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src"
},
"product_reference": "python-flask-1:1.1.1-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flask-doc-1:1.1.1-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch"
},
"product_reference": "python-flask-doc-1:1.1.1-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-funcsigs-0:1.0.2-8.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src"
},
"product_reference": "python-funcsigs-0:1.0.2-8.el8ost.1.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-0:19.9.0-10.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src"
},
"product_reference": "python-gunicorn-0:19.9.0-10.el8ost.1.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ifaddr-0:0.1.6-5.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src"
},
"product_reference": "python-ifaddr-0:0.1.6-5.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-importlib-metadata-0:1.7.0-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src"
},
"product_reference": "python-importlib-metadata-0:1.7.0-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-iso8601-0:0.1.12-8.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src"
},
"product_reference": "python-iso8601-0:0.1.12-8.el8ost.1.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jsonschema-0:3.2.0-5.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src"
},
"product_reference": "python-jsonschema-0:3.2.0-5.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kombu-1:4.6.6-7.el8ost.1.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src"
},
"product_reference": "python-kombu-1:4.6.6-7.el8ost.1.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kubernetes-0:25.3.0-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src"
},
"product_reference": "python-kubernetes-0:25.3.0-1.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lockfile-1:0.11.0-8.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src"
},
"product_reference": "python-lockfile-1:0.11.0-8.el8ar.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-msgpack-0:0.6.2-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src"
},
"product_reference": "python-msgpack-0:0.6.2-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64"
},
"product_reference": "python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64"
},
"product_reference": "python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src"
},
"product_reference": "python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src"
},
"product_reference": "python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src"
},
"product_reference": "python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch"
},
"product_reference": "python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src"
},
"product_reference": "python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch"
},
"product_reference": "python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src"
},
"product_reference": "python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch"
},
"product_reference": "python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src"
},
"product_reference": "python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src"
},
"product_reference": "python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src"
},
"product_reference": "python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch"
},
"product_reference": "python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src"
},
"product_reference": "python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-packaging-0:20.4-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src"
},
"product_reference": "python-packaging-0:20.4-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-packaging-doc-0:20.4-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch"
},
"product_reference": "python-packaging-doc-0:20.4-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-paste-0:3.2.4-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src"
},
"product_reference": "python-paste-0:3.2.4-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-paste-deploy-0:2.0.1-4.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src"
},
"product_reference": "python-paste-deploy-0:2.0.1-4.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pexpect-0:4.6-2.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src"
},
"product_reference": "python-pexpect-0:4.6-2.el8ar.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pint-0:0.10.1-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src"
},
"product_reference": "python-pint-0:0.10.1-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycdlib-0:1.11.0-3.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src"
},
"product_reference": "python-pycdlib-0:1.11.0-3.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyghmi-0:1.5.14-2.1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src"
},
"product_reference": "python-pyghmi-0:1.5.14-2.1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyperclip-0:1.6.4-6.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src"
},
"product_reference": "python-pyperclip-0:1.6.4-6.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyperclip-doc-0:1.6.4-6.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch"
},
"product_reference": "python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyroute2-0:0.5.13-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src"
},
"product_reference": "python-pyroute2-0:0.5.13-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-0:0.16.0-3.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src"
},
"product_reference": "python-pyrsistent-0:0.16.0-3.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64"
},
"product_reference": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le"
},
"product_reference": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x"
},
"product_reference": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64"
},
"product_reference": "python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-unixsocket-0:0.1.5-5.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src"
},
"product_reference": "python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rsa-0:4.7-1.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src"
},
"product_reference": "python-rsa-0:4.7-1.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tenacity-0:6.2.0-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src"
},
"product_reference": "python-tenacity-0:6.2.0-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wcwidth-0:0.1.7-14.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src"
},
"product_reference": "python-wcwidth-0:0.1.7-14.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-werkzeug-0:1.0.1-3.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src"
},
"product_reference": "python-werkzeug-0:1.0.1-3.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zeroconf-0:0.24.4-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src"
},
"product_reference": "python-zeroconf-0:0.24.4-1.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zipp-0:0.5.1-2.el8ost.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src"
},
"product_reference": "python-zipp-0:0.5.1-2.el8ost.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-funcsigs-0:1.0.2-8.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch"
},
"product_reference": "python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-alembic-0:1.4.2-5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch"
},
"product_reference": "python3-alembic-0:1.4.2-5.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-amqp-0:2.5.2-7.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch"
},
"product_reference": "python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ansible-runner-0:1.4.6-2.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch"
},
"product_reference": "python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cmd2-0:1.4.0-1.1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch"
},
"product_reference": "python3-cmd2-0:1.4.0-1.1.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-construct-0:2.10.56-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch"
},
"product_reference": "python3-construct-0:2.10.56-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64"
},
"product_reference": "python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le"
},
"product_reference": "python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x"
},
"product_reference": "python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64"
},
"product_reference": "python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch"
},
"product_reference": "python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-eventlet-0:0.30.2-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch"
},
"product_reference": "python3-eventlet-0:0.30.2-1.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-flask-1:1.1.1-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch"
},
"product_reference": "python3-flask-1:1.1.1-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-funcsigs-0:1.0.2-8.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch"
},
"product_reference": "python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-grpcio-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-grpcio-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-grpcio-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "python3-grpcio-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-grpcio-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64"
},
"product_reference": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le"
},
"product_reference": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x"
},
"product_reference": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64"
},
"product_reference": "python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gunicorn-0:19.9.0-10.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch"
},
"product_reference": "python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ifaddr-0:0.1.6-5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch"
},
"product_reference": "python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-importlib-metadata-0:1.7.0-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch"
},
"product_reference": "python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-iso8601-0:0.1.12-8.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch"
},
"product_reference": "python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jsonschema-0:3.2.0-5.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch"
},
"product_reference": "python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kombu-1:4.6.6-7.el8ost.1.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch"
},
"product_reference": "python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kubernetes-0:25.3.0-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch"
},
"product_reference": "python3-kubernetes-0:25.3.0-1.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kubernetes-tests-0:25.3.0-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch"
},
"product_reference": "python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch"
},
"product_reference": "python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libnmstate-0:1.3.3-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch"
},
"product_reference": "python3-libnmstate-0:1.3.3-1.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-lockfile-1:0.11.0-8.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch"
},
"product_reference": "python3-lockfile-1:0.11.0-8.el8ar.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-0:0.6.2-1.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64"
},
"product_reference": "python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-0:0.6.2-1.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64"
},
"product_reference": "python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64"
},
"product_reference": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64"
},
"product_reference": "python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64"
},
"product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le"
},
"product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x"
},
"product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64"
},
"product_reference": "python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch"
},
"product_reference": "python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch"
},
"product_reference": "python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch"
},
"product_reference": "python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch"
},
"product_reference": "python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch"
},
"product_reference": "python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch"
},
"product_reference": "python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch"
},
"product_reference": "python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch"
},
"product_reference": "python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch"
},
"product_reference": "python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch"
},
"product_reference": "python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch"
},
"product_reference": "python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch"
},
"product_reference": "python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch"
},
"product_reference": "python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch"
},
"product_reference": "python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch"
},
"product_reference": "python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch"
},
"product_reference": "python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-packaging-0:20.4-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch"
},
"product_reference": "python3-packaging-0:20.4-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-paste-0:3.2.4-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch"
},
"product_reference": "python3-paste-0:3.2.4-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-paste-deploy-0:2.0.1-4.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch"
},
"product_reference": "python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pexpect-0:4.6-2.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch"
},
"product_reference": "python3-pexpect-0:4.6-2.el8ar.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pint-0:0.10.1-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch"
},
"product_reference": "python3-pint-0:0.10.1-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pycdlib-0:1.11.0-3.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch"
},
"product_reference": "python3-pycdlib-0:1.11.0-3.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyghmi-0:1.5.14-2.1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch"
},
"product_reference": "python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyperclip-0:1.6.4-6.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch"
},
"product_reference": "python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyroute2-0:0.5.13-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch"
},
"product_reference": "python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64"
},
"product_reference": "python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le"
},
"product_reference": "python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x"
},
"product_reference": "python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64"
},
"product_reference": "python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64"
},
"product_reference": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le"
},
"product_reference": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x"
},
"product_reference": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64"
},
"product_reference": "python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch"
},
"product_reference": "python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rsa-0:4.7-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch"
},
"product_reference": "python3-rsa-0:4.7-1.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tenacity-0:6.2.0-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch"
},
"product_reference": "python3-tenacity-0:6.2.0-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wcwidth-0:0.1.7-14.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch"
},
"product_reference": "python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-werkzeug-0:1.0.1-3.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch"
},
"product_reference": "python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zeroconf-0:0.24.4-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch"
},
"product_reference": "python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zipp-0:0.5.1-2.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch"
},
"product_reference": "python3-zipp-0:0.5.1-2.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64"
},
"product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le"
},
"product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x"
},
"product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64"
},
"product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64"
},
"product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le"
},
"product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x"
},
"product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64"
},
"product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64"
},
"product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le"
},
"product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x"
},
"product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64"
},
"product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64"
},
"product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le"
},
"product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x"
},
"product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64"
},
"product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64"
},
"product_reference": "runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le"
},
"product_reference": "runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x"
},
"product_reference": "runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src"
},
"product_reference": "runc-3:1.1.2-2.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-3:1.1.2-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64"
},
"product_reference": "runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64"
},
"product_reference": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le"
},
"product_reference": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x"
},
"product_reference": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64"
},
"product_reference": "runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64"
},
"product_reference": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le"
},
"product_reference": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x"
},
"product_reference": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64"
},
"product_reference": "runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src"
},
"product_reference": "rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src"
},
"product_reference": "rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64"
},
"product_reference": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64"
},
"product_reference": "rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src"
},
"product_reference": "skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64"
},
"product_reference": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le"
},
"product_reference": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x"
},
"product_reference": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64"
},
"product_reference": "skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64"
},
"product_reference": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x"
},
"product_reference": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src"
},
"product_reference": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64"
},
"product_reference": "slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tini-0:0.16.1-1.el8ar.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64"
},
"product_reference": "tini-0:0.16.1-1.el8ar.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tini-0:0.16.1-1.el8ar.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le"
},
"product_reference": "tini-0:0.16.1-1.el8ar.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tini-0:0.16.1-1.el8ar.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x"
},
"product_reference": "tini-0:0.16.1-1.el8ar.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tini-0:0.16.1-1.el8ar.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src"
},
"product_reference": "tini-0:0.16.1-1.el8ar.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tini-0:0.16.1-1.el8ar.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64"
},
"product_reference": "tini-0:0.16.1-1.el8ar.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.1.0-1.rhaos4.12.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch"
},
"product_reference": "toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.1.0-1.rhaos4.12.el8.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src"
},
"product_reference": "toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64"
},
"product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x"
},
"product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64"
},
"product_reference": "afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64"
},
"product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x"
},
"product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64"
},
"product_reference": "afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64"
},
"product_reference": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x"
},
"product_reference": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64"
},
"product_reference": "afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64"
},
"product_reference": "buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x"
},
"product_reference": "buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src"
},
"product_reference": "buildah-1:1.23.4-3.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.23.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64"
},
"product_reference": "buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x"
},
"product_reference": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64"
},
"product_reference": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x"
},
"product_reference": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64"
},
"product_reference": "buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64"
},
"product_reference": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x"
},
"product_reference": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64"
},
"product_reference": "buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64"
},
"product_reference": "conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x"
},
"product_reference": "conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src"
},
"product_reference": "conmon-2:2.1.2-3.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.2-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64"
},
"product_reference": "conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64"
},
"product_reference": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x"
},
"product_reference": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64"
},
"product_reference": "conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64"
},
"product_reference": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x"
},
"product_reference": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64"
},
"product_reference": "conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64"
},
"product_reference": "conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64"
},
"product_reference": "coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64"
},
"product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x"
},
"product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64"
},
"product_reference": "coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64"
},
"product_reference": "coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64"
},
"product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x"
},
"product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64"
},
"product_reference": "coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64"
},
"product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x"
},
"product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64"
},
"product_reference": "coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64"
},
"product_reference": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x"
},
"product_reference": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64"
},
"product_reference": "coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64"
},
"product_reference": "cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x"
},
"product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64"
},
"product_reference": "cri-tools-0:1.25.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le"
},
"product_reference": "cri-tools-0:1.25.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x"
},
"product_reference": "cri-tools-0:1.25.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src"
},
"product_reference": "cri-tools-0:1.25.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.25.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64"
},
"product_reference": "cri-tools-0:1.25.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.25.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.25.0-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.25.0-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.25.0-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.25.0-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64"
},
"product_reference": "crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le"
},
"product_reference": "crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x"
},
"product_reference": "crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src"
},
"product_reference": "crun-0:1.4.2-2.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.4.2-2.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64"
},
"product_reference": "crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64"
},
"product_reference": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x"
},
"product_reference": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64"
},
"product_reference": "crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64"
},
"product_reference": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le"
},
"product_reference": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x"
},
"product_reference": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64"
},
"product_reference": "crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64"
},
"product_reference": "kata-containers-0:2.5.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le"
},
"product_reference": "kata-containers-0:2.5.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x"
},
"product_reference": "kata-containers-0:2.5.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src"
},
"product_reference": "kata-containers-0:2.5.2-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:2.5.2-1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64"
},
"product_reference": "kata-containers-0:2.5.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src"
},
"product_reference": "openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x"
},
"product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src"
},
"product_reference": "podman-3:4.2.0-4.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch"
},
"product_reference": "podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64"
},
"product_reference": "podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le"
},
"product_reference": "podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x"
},
"product_reference": "podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64"
},
"product_reference": "podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64"
},
"product_reference": "rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64"
},
"product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x"
},
"product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64"
},
"product_reference": "rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64"
},
"product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x"
},
"product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64"
},
"product_reference": "rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64"
},
"product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x"
},
"product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64"
},
"product_reference": "rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64"
},
"product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x"
},
"product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64"
},
"product_reference": "rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src"
},
"product_reference": "rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64"
},
"product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le"
},
"product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x"
},
"product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64"
},
"product_reference": "rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.src as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src"
},
"product_reference": "skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64"
},
"product_reference": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le"
},
"product_reference": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x"
},
"product_reference": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64"
},
"product_reference": "skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crudini-0:0.9.3-4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch"
},
"product_reference": "crudini-0:0.9.3-4.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crudini-0:0.9.3-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src"
},
"product_reference": "crudini-0:0.9.3-4.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "future-0:0.18.2-9.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src"
},
"product_reference": "future-0:0.18.2-9.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch"
},
"product_reference": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src"
},
"product_reference": "openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch"
},
"product_reference": "openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch"
},
"product_reference": "openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch"
},
"product_reference": "openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch"
},
"product_reference": "openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch"
},
"product_reference": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src"
},
"product_reference": "openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch"
},
"product_reference": "openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch"
},
"product_reference": "openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch"
},
"product_reference": "openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch"
},
"product_reference": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src"
},
"product_reference": "openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-macros-0:2020.1.2-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch"
},
"product_reference": "openstack-macros-0:2020.1.2-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-macros-0:2020.1.2-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src"
},
"product_reference": "openstack-macros-0:2020.1.2-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pyOpenSSL-0:20.0.1-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src"
},
"product_reference": "pyOpenSSL-0:20.0.1-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch"
},
"product_reference": "pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pyflakes-0:2.2.0-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src"
},
"product_reference": "pyflakes-0:2.2.0-3.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pysnmp-0:4.4.12-6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src"
},
"product_reference": "pysnmp-0:4.4.12-6.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-SecretStorage-0:2.3.1-9.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src"
},
"product_reference": "python-SecretStorage-0:2.3.1-9.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-alembic-0:1.6.0-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src"
},
"product_reference": "python-alembic-0:1.6.0-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-amqp-0:5.0.6-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src"
},
"product_reference": "python-amqp-0:5.0.6-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-amqp-doc-0:5.0.6-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch"
},
"product_reference": "python-amqp-doc-0:5.0.6-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-apipkg-0:1.5-12.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src"
},
"product_reference": "python-apipkg-0:1.5-12.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-atomicwrites-0:1.4.0-6.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src"
},
"product_reference": "python-atomicwrites-0:1.4.0-6.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src"
},
"product_reference": "python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-autopage-0:0.4.0-1.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src"
},
"product_reference": "python-autopage-0:0.4.0-1.el9.2.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bcrypt-0:3.1.6-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src"
},
"product_reference": "python-bcrypt-0:3.1.6-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64"
},
"product_reference": "python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le"
},
"product_reference": "python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x"
},
"product_reference": "python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64"
},
"product_reference": "python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-beautifulsoup4-0:4.9.3-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src"
},
"product_reference": "python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-betamax-0:0.8.1-12.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src"
},
"product_reference": "python-betamax-0:0.8.1-12.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cachetools-0:3.1.0-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src"
},
"product_reference": "python-cachetools-0:3.1.0-4.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-case-0:1.5.3-5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src"
},
"product_reference": "python-case-0:1.5.3-5.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src"
},
"product_reference": "python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-click-0:7.1.2-5.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src"
},
"product_reference": "python-click-0:7.1.2-5.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src"
},
"product_reference": "python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cmd2-0:1.4.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src"
},
"product_reference": "python-cmd2-0:1.4.0-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-colorama-0:0.4.1-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src"
},
"product_reference": "python-colorama-0:0.4.1-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-construct-0:2.10.56-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src"
},
"product_reference": "python-construct-0:2.10.56-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-contextlib2-0:0.6.0.post1-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src"
},
"product_reference": "python-contextlib2-0:0.6.0.post1-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-0:5.6-0.1b1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src"
},
"product_reference": "python-coverage-0:5.6-0.1b1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64"
},
"product_reference": "python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le"
},
"product_reference": "python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x"
},
"product_reference": "python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64"
},
"product_reference": "python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dataclasses-0:0.8-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src"
},
"product_reference": "python-dataclasses-0:0.8-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ddt-0:1.4.2-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src"
},
"product_reference": "python-ddt-0:1.4.2-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src"
},
"product_reference": "python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-decorator-0:4.4.0-6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src"
},
"product_reference": "python-decorator-0:4.4.0-6.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-defusedxml-0:0.7.1-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src"
},
"product_reference": "python-defusedxml-0:0.7.1-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-distlib-0:0.3.1-4.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src"
},
"product_reference": "python-distlib-0:0.3.1-4.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dogpile-cache-0:1.1.5-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src"
},
"product_reference": "python-dogpile-cache-0:1.1.5-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src"
},
"product_reference": "python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-editor-0:1.0.4-5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src"
},
"product_reference": "python-editor-0:1.0.4-5.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-entrypoints-0:0.3-8.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src"
},
"product_reference": "python-entrypoints-0:0.3-8.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-entrypoints-doc-0:0.3-8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch"
},
"product_reference": "python-entrypoints-doc-0:0.3-8.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-eventlet-0:0.30.2-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src"
},
"product_reference": "python-eventlet-0:0.30.2-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-execnet-0:1.7.1-5.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src"
},
"product_reference": "python-execnet-0:1.7.1-5.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-extras-0:1.0.0-15.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src"
},
"product_reference": "python-extras-0:1.0.0-15.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-fasteners-0:0.14.1-21.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src"
},
"product_reference": "python-fasteners-0:0.14.1-21.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-filelock-0:3.0.12-9.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src"
},
"product_reference": "python-filelock-0:3.0.12-9.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-filelock-doc-0:3.0.12-9.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch"
},
"product_reference": "python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-fixtures-0:3.0.0-22.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src"
},
"product_reference": "python-fixtures-0:3.0.0-22.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flake8-0:3.8.4-1.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src"
},
"product_reference": "python-flake8-0:3.8.4-1.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flask-1:2.0.1-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src"
},
"product_reference": "python-flask-1:2.0.1-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flask-doc-1:2.0.1-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch"
},
"product_reference": "python-flask-doc-1:2.0.1-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-flit-0:3.0.0-1.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src"
},
"product_reference": "python-flit-0:3.0.0-1.el9.2.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-freezegun-0:1.0.0-4.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src"
},
"product_reference": "python-freezegun-0:1.0.0-4.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-funcsigs-0:1.0.2-17.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src"
},
"product_reference": "python-funcsigs-0:1.0.2-17.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-funcsigs-doc-0:1.0.2-17.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch"
},
"product_reference": "python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src"
},
"product_reference": "python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gevent-0:21.1.2-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src"
},
"product_reference": "python-gevent-0:21.1.2-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gevent-debugsource-0:21.1.2-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64"
},
"product_reference": "python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gevent-debugsource-0:21.1.2-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le"
},
"product_reference": "python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gevent-debugsource-0:21.1.2-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x"
},
"product_reference": "python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gevent-debugsource-0:21.1.2-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64"
},
"product_reference": "python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src"
},
"product_reference": "python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-greenlet-0:1.0.0-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src"
},
"product_reference": "python-greenlet-0:1.0.0-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64"
},
"product_reference": "python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le"
},
"product_reference": "python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x"
},
"product_reference": "python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-greenlet-debugsource-0:1.0.0-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64"
},
"product_reference": "python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-0:20.0.4-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src"
},
"product_reference": "python-gunicorn-0:20.0.4-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-doc-0:20.0.4-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch"
},
"product_reference": "python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src"
},
"product_reference": "python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src"
},
"product_reference": "python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-html5lib-1:1.1-4.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src"
},
"product_reference": "python-html5lib-1:1.1-4.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-hypothesis-0:6.6.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src"
},
"product_reference": "python-hypothesis-0:6.6.0-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ifaddr-0:0.1.6-6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src"
},
"product_reference": "python-ifaddr-0:0.1.6-6.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-importlib-metadata-0:1.7.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src"
},
"product_reference": "python-importlib-metadata-0:1.7.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src"
},
"product_reference": "python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src"
},
"product_reference": "python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src"
},
"product_reference": "python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-iso8601-0:0.1.12-9.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src"
},
"product_reference": "python-iso8601-0:0.1.12-9.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-itsdangerous-0:2.0.1-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src"
},
"product_reference": "python-itsdangerous-0:2.0.1-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.0.1-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src"
},
"product_reference": "python-jinja2-0:3.0.1-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jsonpath-rw-0:1.2.3-23.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src"
},
"product_reference": "python-jsonpath-rw-0:1.2.3-23.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kafka-0:1.4.3-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src"
},
"product_reference": "python-kafka-0:1.4.3-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kazoo-0:2.7.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src"
},
"product_reference": "python-kazoo-0:2.7.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kazoo-doc-0:2.7.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch"
},
"product_reference": "python-kazoo-doc-0:2.7.0-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kerberos-0:1.3.0-11.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src"
},
"product_reference": "python-kerberos-0:1.3.0-11.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64"
},
"product_reference": "python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le"
},
"product_reference": "python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x"
},
"product_reference": "python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64"
},
"product_reference": "python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-keyring-0:21.0.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src"
},
"product_reference": "python-keyring-0:21.0.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src"
},
"product_reference": "python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src"
},
"product_reference": "python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src"
},
"product_reference": "python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kiwisolver-0:1.1.0-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src"
},
"product_reference": "python-kiwisolver-0:1.1.0-4.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64"
},
"product_reference": "python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le"
},
"product_reference": "python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x"
},
"product_reference": "python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64"
},
"product_reference": "python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-kombu-1:5.0.2-1.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src"
},
"product_reference": "python-kombu-1:5.0.2-1.el9.2.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-linecache2-0:1.0.0-25.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src"
},
"product_reference": "python-linecache2-0:1.0.0-25.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-logutils-0:0.3.5-7.1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src"
},
"product_reference": "python-logutils-0:0.3.5-7.1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-0:2.0.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src"
},
"product_reference": "python-markupsafe-0:2.0.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64"
},
"product_reference": "python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le"
},
"product_reference": "python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x"
},
"product_reference": "python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64"
},
"product_reference": "python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-mccabe-0:0.6.1-18.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src"
},
"product_reference": "python-mccabe-0:0.6.1-18.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-memcached-0:1.58-12.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src"
},
"product_reference": "python-memcached-0:1.58-12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-migrate-0:0.13.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src"
},
"product_reference": "python-migrate-0:0.13.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-mimeparse-0:1.6.0-16.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src"
},
"product_reference": "python-mimeparse-0:1.6.0-16.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-mock-0:3.0.5-14.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src"
},
"product_reference": "python-mock-0:3.0.5-14.el9.2.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-monotonic-0:1.5-9.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src"
},
"product_reference": "python-monotonic-0:1.5-9.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-more-itertools-0:7.2.0-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src"
},
"product_reference": "python-more-itertools-0:7.2.0-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src"
},
"product_reference": "python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-msgpack-0:0.6.2-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src"
},
"product_reference": "python-msgpack-0:0.6.2-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64"
},
"product_reference": "python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le"
},
"product_reference": "python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x"
},
"product_reference": "python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-msgpack-debugsource-0:0.6.2-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64"
},
"product_reference": "python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-munch-0:2.3.2-7.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src"
},
"product_reference": "python-munch-0:2.3.2-7.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src"
},
"product_reference": "python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-nose-0:1.3.7-33.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src"
},
"product_reference": "python-nose-0:1.3.7-33.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-nose-cover3-0:0.1.0-31.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src"
},
"product_reference": "python-nose-cover3-0:0.1.0-31.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src"
},
"product_reference": "python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src"
},
"product_reference": "python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src"
},
"product_reference": "python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src"
},
"product_reference": "python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src"
},
"product_reference": "python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src"
},
"product_reference": "python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch"
},
"product_reference": "python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src"
},
"product_reference": "python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch"
},
"product_reference": "python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src"
},
"product_reference": "python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src"
},
"product_reference": "python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src"
},
"product_reference": "python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch"
},
"product_reference": "python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src"
},
"product_reference": "python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch"
},
"product_reference": "python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src"
},
"product_reference": "python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch"
},
"product_reference": "python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src"
},
"product_reference": "python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src"
},
"product_reference": "python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src"
},
"product_reference": "python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch"
},
"product_reference": "python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src"
},
"product_reference": "python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch"
},
"product_reference": "python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src"
},
"product_reference": "python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src"
},
"product_reference": "python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src"
},
"product_reference": "python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src"
},
"product_reference": "python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src"
},
"product_reference": "python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src"
},
"product_reference": "python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch"
},
"product_reference": "python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src"
},
"product_reference": "python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch"
},
"product_reference": "python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src"
},
"product_reference": "python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src"
},
"product_reference": "python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-paste-0:3.5.0-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src"
},
"product_reference": "python-paste-0:3.5.0-3.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-paste-deploy-0:2.0.1-5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src"
},
"product_reference": "python-paste-deploy-0:2.0.1-5.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pbr-0:5.5.1-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src"
},
"product_reference": "python-pbr-0:5.5.1-3.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pecan-0:1.3.2-10.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src"
},
"product_reference": "python-pecan-0:1.3.2-10.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pexpect-0:4.6-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src"
},
"product_reference": "python-pexpect-0:4.6-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pint-0:0.10.1-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src"
},
"product_reference": "python-pint-0:0.10.1-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pretend-0:1.0.8-19.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src"
},
"product_reference": "python-pretend-0:1.0.8-19.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src"
},
"product_reference": "python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-prometheus_client-0:0.7.1-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src"
},
"product_reference": "python-prometheus_client-0:0.7.1-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src"
},
"product_reference": "python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch"
},
"product_reference": "python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycodestyle-0:2.6.0-4.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src"
},
"product_reference": "python-pycodestyle-0:2.6.0-4.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymemcache-0:3.5.0-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src"
},
"product_reference": "python-pymemcache-0:3.5.0-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyperclip-0:1.8.0-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src"
},
"product_reference": "python-pyperclip-0:1.8.0-3.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyperclip-doc-0:1.8.0-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch"
},
"product_reference": "python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytest-cov-0:2.11.1-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src"
},
"product_reference": "python-pytest-cov-0:2.11.1-3.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytest-forked-0:1.3.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src"
},
"product_reference": "python-pytest-forked-0:1.3.0-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytest-runner-0:4.0-12.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src"
},
"product_reference": "python-pytest-runner-0:4.0-12.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytest-xdist-0:2.2.1-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src"
},
"product_reference": "python-pytest-xdist-0:2.2.1-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytest-xprocess-0:0.18.1-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src"
},
"product_reference": "python-pytest-xprocess-0:0.18.1-4.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-redis-0:3.3.8-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src"
},
"product_reference": "python-redis-0:3.3.8-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-repoze-lru-0:0.7-7.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src"
},
"product_reference": "python-repoze-lru-0:0.7-7.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-kerberos-0:0.12.0-12.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src"
},
"product_reference": "python-requests-kerberos-0:0.12.0-12.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-mock-0:1.8.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src"
},
"product_reference": "python-requests-mock-0:1.8.0-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-unixsocket-0:0.2.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src"
},
"product_reference": "python-requests-unixsocket-0:0.2.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src"
},
"product_reference": "python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-retrying-0:1.3.3-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src"
},
"product_reference": "python-retrying-0:1.3.3-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-rfc3986-0:1.2.0-6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src"
},
"product_reference": "python-rfc3986-0:1.2.0-6.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-routes-0:2.4.1-12.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src"
},
"product_reference": "python-routes-0:2.4.1-12.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src"
},
"product_reference": "python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplegeneric-0:0.8.1-18.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src"
},
"product_reference": "python-simplegeneric-0:0.8.1-18.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplejson-0:3.17.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src"
},
"product_reference": "python-simplejson-0:3.17.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64"
},
"product_reference": "python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le"
},
"product_reference": "python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x"
},
"product_reference": "python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-simplejson-debugsource-0:3.17.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64"
},
"product_reference": "python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-singledispatch-0:3.4.0.3-19.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src"
},
"product_reference": "python-singledispatch-0:3.4.0.3-19.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-smi-0:0.3.4-10.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src"
},
"product_reference": "python-smi-0:0.3.4-10.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sortedcontainers-0:2.3.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src"
},
"product_reference": "python-sortedcontainers-0:2.3.0-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-soupsieve-0:2.1.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src"
},
"product_reference": "python-soupsieve-0:2.1.0-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-0:1.4.39-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src"
},
"product_reference": "python-sqlalchemy-0:1.4.39-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x"
},
"product_reference": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-doc-0:1.4.39-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch"
},
"product_reference": "python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlparse-0:0.2.4-10.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src"
},
"product_reference": "python-sqlparse-0:0.2.4-10.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-statsd-0:3.2.1-20.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src"
},
"product_reference": "python-statsd-0:3.2.1-20.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-statsd-doc-0:3.2.1-20.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch"
},
"product_reference": "python-statsd-doc-0:3.2.1-20.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-stestr-0:2.6.0-8.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src"
},
"product_reference": "python-stestr-0:2.6.0-8.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src"
},
"product_reference": "python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sure-0:1.4.11-12.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src"
},
"product_reference": "python-sure-0:1.4.11-12.el9.2.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src"
},
"product_reference": "python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src"
},
"product_reference": "python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src"
},
"product_reference": "python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tempita-0:0.5.1-25.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src"
},
"product_reference": "python-tempita-0:0.5.1-25.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tenacity-0:6.2.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src"
},
"product_reference": "python-tenacity-0:6.2.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-testrepository-0:0.0.20-20.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src"
},
"product_reference": "python-testrepository-0:0.0.20-20.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-testresources-0:2.0.1-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src"
},
"product_reference": "python-testresources-0:2.0.1-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-testscenarios-0:0.5.0-21.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src"
},
"product_reference": "python-testscenarios-0:0.5.0-21.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-testtools-0:2.4.0-8.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src"
},
"product_reference": "python-testtools-0:2.4.0-8.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-testtools-doc-0:2.4.0-8.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch"
},
"product_reference": "python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src"
},
"product_reference": "python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-0:6.1.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src"
},
"product_reference": "python-tornado-0:6.1.0-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64"
},
"product_reference": "python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le"
},
"product_reference": "python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x"
},
"product_reference": "python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64"
},
"product_reference": "python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-doc-0:6.1.0-2.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64"
},
"product_reference": "python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-doc-0:6.1.0-2.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le"
},
"product_reference": "python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-doc-0:6.1.0-2.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x"
},
"product_reference": "python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tornado-doc-0:6.1.0-2.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64"
},
"product_reference": "python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tox-0:3.23.0-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src"
},
"product_reference": "python-tox-0:3.23.0-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tox-current-env-0:0.0.6-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src"
},
"product_reference": "python-tox-current-env-0:0.0.6-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-traceback2-0:1.4.0-25.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src"
},
"product_reference": "python-traceback2-0:1.4.0-25.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-typeguard-0:2.9.1-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src"
},
"product_reference": "python-typeguard-0:2.9.1-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-typing-extensions-0:3.7.4.3-2.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src"
},
"product_reference": "python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unittest2-0:1.1.0-24.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src"
},
"product_reference": "python-unittest2-0:1.1.0-24.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-vine-0:5.0.0-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src"
},
"product_reference": "python-vine-0:5.0.0-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-virtualenv-0:20.4.4-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src"
},
"product_reference": "python-virtualenv-0:20.4.4-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-voluptuous-0:0.11.7-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src"
},
"product_reference": "python-voluptuous-0:0.11.7-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-waitress-0:2.0.0-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src"
},
"product_reference": "python-waitress-0:2.0.0-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-warlock-0:1.3.3-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src"
},
"product_reference": "python-warlock-0:1.3.3-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wcwidth-0:0.2.5-2.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src"
},
"product_reference": "python-wcwidth-0:0.2.5-2.el9.2.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webencodings-0:0.5.1-15.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src"
},
"product_reference": "python-webencodings-0:0.5.1-15.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webencodings-doc-0:0.5.1-15.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch"
},
"product_reference": "python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webob-0:1.8.5-5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src"
},
"product_reference": "python-webob-0:1.8.5-5.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-webtest-0:2.0.33-5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src"
},
"product_reference": "python-webtest-0:2.0.33-5.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-werkzeug-0:2.0.3-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src"
},
"product_reference": "python-werkzeug-0:2.0.3-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-0:1.11.2-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src"
},
"product_reference": "python-wrapt-0:1.11.2-4.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64"
},
"product_reference": "python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le"
},
"product_reference": "python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x"
},
"product_reference": "python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-debugsource-0:1.11.2-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64"
},
"product_reference": "python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-doc-0:1.11.2-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64"
},
"product_reference": "python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-doc-0:1.11.2-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le"
},
"product_reference": "python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-doc-0:1.11.2-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x"
},
"product_reference": "python-wrapt-doc-0:1.11.2-4.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wrapt-doc-0:1.11.2-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64"
},
"product_reference": "python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src"
},
"product_reference": "python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yappi-0:1.3.1-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src"
},
"product_reference": "python-yappi-0:1.3.1-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yappi-debugsource-0:1.3.1-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64"
},
"product_reference": "python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yappi-debugsource-0:1.3.1-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le"
},
"product_reference": "python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yappi-debugsource-0:1.3.1-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x"
},
"product_reference": "python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-yappi-debugsource-0:1.3.1-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64"
},
"product_reference": "python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zake-0:0.2.2-19.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src"
},
"product_reference": "python-zake-0:0.2.2-19.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zeroconf-0:0.24.4-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src"
},
"product_reference": "python-zeroconf-0:0.24.4-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zipp-0:0.5.1-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src"
},
"product_reference": "python-zipp-0:0.5.1-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zope-event-0:4.2.0-20.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src"
},
"product_reference": "python-zope-event-0:4.2.0-20.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zope-interface-0:5.4.0-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src"
},
"product_reference": "python-zope-interface-0:5.4.0-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-zope-testing-0:4.7-4.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src"
},
"product_reference": "python-zope-testing-0:4.7-4.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-SecretStorage-0:2.3.1-9.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch"
},
"product_reference": "python3-SecretStorage-0:2.3.1-9.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-alembic-0:1.6.0-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch"
},
"product_reference": "python3-alembic-0:1.6.0-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-amqp-0:5.0.6-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch"
},
"product_reference": "python3-amqp-0:5.0.6-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-apipkg-0:1.5-12.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch"
},
"product_reference": "python3-apipkg-0:1.5-12.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-atomicwrites-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch"
},
"product_reference": "python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch"
},
"product_reference": "python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-autopage-0:0.4.0-1.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch"
},
"product_reference": "python3-autopage-0:0.4.0-1.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-bcrypt-0:3.1.6-3.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64"
},
"product_reference": "python3-bcrypt-0:3.1.6-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-bcrypt-0:3.1.6-3.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le"
},
"product_reference": "python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-bcrypt-0:3.1.6-3.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x"
},
"product_reference": "python3-bcrypt-0:3.1.6-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-bcrypt-0:3.1.6-3.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64"
},
"product_reference": "python3-bcrypt-0:3.1.6-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64"
},
"product_reference": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le"
},
"product_reference": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x"
},
"product_reference": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64"
},
"product_reference": "python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch"
},
"product_reference": "python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-betamax-0:0.8.1-12.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch"
},
"product_reference": "python3-betamax-0:0.8.1-12.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cachetools-0:3.1.0-4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch"
},
"product_reference": "python3-cachetools-0:3.1.0-4.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-case-0:1.5.3-5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch"
},
"product_reference": "python3-case-0:1.5.3-5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch"
},
"product_reference": "python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-click-0:7.1.2-5.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch"
},
"product_reference": "python3-click-0:7.1.2-5.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch"
},
"product_reference": "python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch"
},
"product_reference": "python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cmd2-0:1.4.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch"
},
"product_reference": "python3-cmd2-0:1.4.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-colorama-0:0.4.1-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch"
},
"product_reference": "python3-colorama-0:0.4.1-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-construct-0:2.10.56-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch"
},
"product_reference": "python3-construct-0:2.10.56-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-contextlib2-0:0.6.0.post1-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch"
},
"product_reference": "python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-coverage-0:5.6-0.1b1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64"
},
"product_reference": "python3-coverage-0:5.6-0.1b1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-coverage-0:5.6-0.1b1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le"
},
"product_reference": "python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-coverage-0:5.6-0.1b1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x"
},
"product_reference": "python3-coverage-0:5.6-0.1b1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-coverage-0:5.6-0.1b1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64"
},
"product_reference": "python3-coverage-0:5.6-0.1b1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64"
},
"product_reference": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le"
},
"product_reference": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x"
},
"product_reference": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64"
},
"product_reference": "python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dataclasses-0:0.8-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch"
},
"product_reference": "python3-dataclasses-0:0.8-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ddt-0:1.4.2-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch"
},
"product_reference": "python3-ddt-0:1.4.2-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch"
},
"product_reference": "python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-decorator-0:4.4.0-6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch"
},
"product_reference": "python3-decorator-0:4.4.0-6.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-defusedxml-0:0.7.1-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch"
},
"product_reference": "python3-defusedxml-0:0.7.1-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-distlib-0:0.3.1-4.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch"
},
"product_reference": "python3-distlib-0:0.3.1-4.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dogpile-cache-0:1.1.5-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch"
},
"product_reference": "python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch"
},
"product_reference": "python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-editor-0:1.0.4-5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch"
},
"product_reference": "python3-editor-0:1.0.4-5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-entrypoints-0:0.3-8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch"
},
"product_reference": "python3-entrypoints-0:0.3-8.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-eventlet-0:0.30.2-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch"
},
"product_reference": "python3-eventlet-0:0.30.2-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-execnet-0:1.7.1-5.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch"
},
"product_reference": "python3-execnet-0:1.7.1-5.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-extras-0:1.0.0-15.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch"
},
"product_reference": "python3-extras-0:1.0.0-15.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-fasteners-0:0.14.1-21.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch"
},
"product_reference": "python3-fasteners-0:0.14.1-21.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-filelock-0:3.0.12-9.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch"
},
"product_reference": "python3-filelock-0:3.0.12-9.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-fixtures-0:3.0.0-22.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch"
},
"product_reference": "python3-fixtures-0:3.0.0-22.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-flake8-0:3.8.4-1.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch"
},
"product_reference": "python3-flake8-0:3.8.4-1.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-flask-1:2.0.1-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch"
},
"product_reference": "python3-flask-1:2.0.1-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-flit-0:3.0.0-1.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch"
},
"product_reference": "python3-flit-0:3.0.0-1.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-flit-core-0:3.0.0-1.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch"
},
"product_reference": "python3-flit-core-0:3.0.0-1.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-freezegun-0:1.0.0-4.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch"
},
"product_reference": "python3-freezegun-0:1.0.0-4.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-funcsigs-0:1.0.2-17.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch"
},
"product_reference": "python3-funcsigs-0:1.0.2-17.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-future-0:0.18.2-9.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch"
},
"product_reference": "python3-future-0:0.18.2-9.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch"
},
"product_reference": "python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gevent-0:21.1.2-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64"
},
"product_reference": "python3-gevent-0:21.1.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gevent-0:21.1.2-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le"
},
"product_reference": "python3-gevent-0:21.1.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gevent-0:21.1.2-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x"
},
"product_reference": "python3-gevent-0:21.1.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gevent-0:21.1.2-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64"
},
"product_reference": "python3-gevent-0:21.1.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64"
},
"product_reference": "python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le"
},
"product_reference": "python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x"
},
"product_reference": "python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64"
},
"product_reference": "python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch"
},
"product_reference": "python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-0:1.0.0-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64"
},
"product_reference": "python3-greenlet-0:1.0.0-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-0:1.0.0-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le"
},
"product_reference": "python3-greenlet-0:1.0.0-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-0:1.0.0-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x"
},
"product_reference": "python3-greenlet-0:1.0.0-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-0:1.0.0-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64"
},
"product_reference": "python3-greenlet-0:1.0.0-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64"
},
"product_reference": "python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le"
},
"product_reference": "python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x"
},
"product_reference": "python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64"
},
"product_reference": "python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-devel-0:1.0.0-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64"
},
"product_reference": "python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-devel-0:1.0.0-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le"
},
"product_reference": "python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-devel-0:1.0.0-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x"
},
"product_reference": "python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-greenlet-devel-0:1.0.0-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64"
},
"product_reference": "python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gunicorn-0:20.0.4-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch"
},
"product_reference": "python3-gunicorn-0:20.0.4-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch"
},
"product_reference": "python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch"
},
"product_reference": "python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch"
},
"product_reference": "python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-html5lib-1:1.1-4.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch"
},
"product_reference": "python3-html5lib-1:1.1-4.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+django-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hypothesis-0:6.6.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch"
},
"product_reference": "python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ifaddr-0:0.1.6-6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch"
},
"product_reference": "python3-ifaddr-0:0.1.6-6.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-importlib-metadata-0:1.7.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch"
},
"product_reference": "python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch"
},
"product_reference": "python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch"
},
"product_reference": "python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch"
},
"product_reference": "python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch"
},
"product_reference": "python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch"
},
"product_reference": "python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch"
},
"product_reference": "python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch"
},
"product_reference": "python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-iso8601-0:0.1.12-9.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch"
},
"product_reference": "python3-iso8601-0:0.1.12-9.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-itsdangerous-0:2.0.1-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch"
},
"product_reference": "python3-itsdangerous-0:2.0.1-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jinja2-0:3.0.1-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch"
},
"product_reference": "python3-jinja2-0:3.0.1-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jsonpath-rw-0:1.2.3-23.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch"
},
"product_reference": "python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kafka-0:1.4.3-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch"
},
"product_reference": "python3-kafka-0:1.4.3-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kazoo-0:2.7.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch"
},
"product_reference": "python3-kazoo-0:2.7.0-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kerberos-0:1.3.0-11.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64"
},
"product_reference": "python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kerberos-0:1.3.0-11.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le"
},
"product_reference": "python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kerberos-0:1.3.0-11.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x"
},
"product_reference": "python3-kerberos-0:1.3.0-11.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kerberos-0:1.3.0-11.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64"
},
"product_reference": "python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64"
},
"product_reference": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le"
},
"product_reference": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x"
},
"product_reference": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64"
},
"product_reference": "python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keyring-0:21.0.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch"
},
"product_reference": "python3-keyring-0:21.0.0-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch"
},
"product_reference": "python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch"
},
"product_reference": "python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch"
},
"product_reference": "python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch"
},
"product_reference": "python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kiwisolver-0:1.1.0-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64"
},
"product_reference": "python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kiwisolver-0:1.1.0-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le"
},
"product_reference": "python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kiwisolver-0:1.1.0-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x"
},
"product_reference": "python3-kiwisolver-0:1.1.0-4.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kiwisolver-0:1.1.0-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64"
},
"product_reference": "python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64"
},
"product_reference": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le"
},
"product_reference": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x"
},
"product_reference": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64"
},
"product_reference": "python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-kombu-1:5.0.2-1.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch"
},
"product_reference": "python3-kombu-1:5.0.2-1.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-linecache2-0:1.0.0-25.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch"
},
"product_reference": "python3-linecache2-0:1.0.0-25.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-logutils-0:0.3.5-7.1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch"
},
"product_reference": "python3-logutils-0:0.3.5-7.1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-markupsafe-0:2.0.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64"
},
"product_reference": "python3-markupsafe-0:2.0.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-markupsafe-0:2.0.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le"
},
"product_reference": "python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-markupsafe-0:2.0.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x"
},
"product_reference": "python3-markupsafe-0:2.0.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-markupsafe-0:2.0.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64"
},
"product_reference": "python3-markupsafe-0:2.0.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64"
},
"product_reference": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le"
},
"product_reference": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x"
},
"product_reference": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64"
},
"product_reference": "python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-mccabe-0:0.6.1-18.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch"
},
"product_reference": "python3-mccabe-0:0.6.1-18.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-memcached-0:1.58-12.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch"
},
"product_reference": "python3-memcached-0:1.58-12.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-migrate-0:0.13.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch"
},
"product_reference": "python3-migrate-0:0.13.0-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-mimeparse-0:1.6.0-16.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch"
},
"product_reference": "python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-mock-0:3.0.5-14.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch"
},
"product_reference": "python3-mock-0:3.0.5-14.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-monotonic-0:1.5-9.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch"
},
"product_reference": "python3-monotonic-0:1.5-9.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-more-itertools-0:7.2.0-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch"
},
"product_reference": "python3-more-itertools-0:7.2.0-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch"
},
"product_reference": "python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-0:0.6.2-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64"
},
"product_reference": "python3-msgpack-0:0.6.2-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-0:0.6.2-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le"
},
"product_reference": "python3-msgpack-0:0.6.2-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-0:0.6.2-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x"
},
"product_reference": "python3-msgpack-0:0.6.2-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-0:0.6.2-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64"
},
"product_reference": "python3-msgpack-0:0.6.2-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64"
},
"product_reference": "python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le"
},
"product_reference": "python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x"
},
"product_reference": "python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64"
},
"product_reference": "python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-munch-0:2.3.2-7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch"
},
"product_reference": "python3-munch-0:2.3.2-7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch"
},
"product_reference": "python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch"
},
"product_reference": "python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-nose-0:1.3.7-33.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch"
},
"product_reference": "python3-nose-0:1.3.7-33.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-nose-cover3-0:0.1.0-31.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch"
},
"product_reference": "python3-nose-cover3-0:0.1.0-31.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch"
},
"product_reference": "python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch"
},
"product_reference": "python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch"
},
"product_reference": "python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch"
},
"product_reference": "python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch"
},
"product_reference": "python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch"
},
"product_reference": "python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch"
},
"product_reference": "python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch"
},
"product_reference": "python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch"
},
"product_reference": "python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch"
},
"product_reference": "python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch"
},
"product_reference": "python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch"
},
"product_reference": "python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch"
},
"product_reference": "python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch"
},
"product_reference": "python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch"
},
"product_reference": "python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch"
},
"product_reference": "python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch"
},
"product_reference": "python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch"
},
"product_reference": "python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch"
},
"product_reference": "python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch"
},
"product_reference": "python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch"
},
"product_reference": "python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch"
},
"product_reference": "python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch"
},
"product_reference": "python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch"
},
"product_reference": "python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch"
},
"product_reference": "python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch"
},
"product_reference": "python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch"
},
"product_reference": "python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch"
},
"product_reference": "python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch"
},
"product_reference": "python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch"
},
"product_reference": "python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch"
},
"product_reference": "python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch"
},
"product_reference": "python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch"
},
"product_reference": "python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch"
},
"product_reference": "python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch"
},
"product_reference": "python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch"
},
"product_reference": "python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch"
},
"product_reference": "python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch"
},
"product_reference": "python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch"
},
"product_reference": "python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch"
},
"product_reference": "python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch"
},
"product_reference": "python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch"
},
"product_reference": "python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch"
},
"product_reference": "python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-paste-0:3.5.0-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch"
},
"product_reference": "python3-paste-0:3.5.0-3.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-paste-deploy-0:2.0.1-5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch"
},
"product_reference": "python3-paste-deploy-0:2.0.1-5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pbr-0:5.5.1-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch"
},
"product_reference": "python3-pbr-0:5.5.1-3.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pecan-0:1.3.2-10.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch"
},
"product_reference": "python3-pecan-0:1.3.2-10.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pexpect-0:4.6-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch"
},
"product_reference": "python3-pexpect-0:4.6-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pint-0:0.10.1-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch"
},
"product_reference": "python3-pint-0:0.10.1-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pretend-0:1.0.8-19.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch"
},
"product_reference": "python3-pretend-0:1.0.8-19.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch"
},
"product_reference": "python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-prometheus_client-0:0.7.1-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch"
},
"product_reference": "python3-prometheus_client-0:0.7.1-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch"
},
"product_reference": "python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch"
},
"product_reference": "python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pycodestyle-0:2.6.0-4.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch"
},
"product_reference": "python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyflakes-0:2.2.0-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch"
},
"product_reference": "python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pymemcache-0:3.5.0-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch"
},
"product_reference": "python3-pymemcache-0:3.5.0-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyperclip-0:1.8.0-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch"
},
"product_reference": "python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pysnmp-0:4.4.12-6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch"
},
"product_reference": "python3-pysnmp-0:4.4.12-6.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytest-cov-0:2.11.1-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch"
},
"product_reference": "python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytest-forked-0:1.3.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch"
},
"product_reference": "python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytest-runner-0:4.0-12.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch"
},
"product_reference": "python3-pytest-runner-0:4.0-12.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytest-xdist-0:2.2.1-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch"
},
"product_reference": "python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytest-xprocess-0:0.18.1-4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch"
},
"product_reference": "python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-redis-0:3.3.8-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch"
},
"product_reference": "python3-redis-0:3.3.8-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-repoze-lru-0:0.7-7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch"
},
"product_reference": "python3-repoze-lru-0:0.7-7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-kerberos-0:0.12.0-12.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch"
},
"product_reference": "python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-mock-0:1.8.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch"
},
"product_reference": "python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-unixsocket-0:0.2.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch"
},
"product_reference": "python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch"
},
"product_reference": "python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-retrying-0:1.3.3-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch"
},
"product_reference": "python3-retrying-0:1.3.3-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-rfc3986-0:1.2.0-6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch"
},
"product_reference": "python3-rfc3986-0:1.2.0-6.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-routes-0:2.4.1-12.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch"
},
"product_reference": "python3-routes-0:2.4.1-12.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch"
},
"product_reference": "python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplegeneric-0:0.8.1-18.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch"
},
"product_reference": "python3-simplegeneric-0:0.8.1-18.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplejson-0:3.17.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64"
},
"product_reference": "python3-simplejson-0:3.17.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplejson-0:3.17.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le"
},
"product_reference": "python3-simplejson-0:3.17.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplejson-0:3.17.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x"
},
"product_reference": "python3-simplejson-0:3.17.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplejson-0:3.17.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64"
},
"product_reference": "python3-simplejson-0:3.17.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64"
},
"product_reference": "python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le"
},
"product_reference": "python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x"
},
"product_reference": "python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64"
},
"product_reference": "python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-singledispatch-0:3.4.0.3-19.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch"
},
"product_reference": "python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-smi-0:0.3.4-10.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch"
},
"product_reference": "python3-smi-0:0.3.4-10.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sortedcontainers-0:2.3.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch"
},
"product_reference": "python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-soupsieve-0:2.1.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch"
},
"product_reference": "python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64"
},
"product_reference": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le"
},
"product_reference": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x"
},
"product_reference": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64"
},
"product_reference": "python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlparse-0:0.2.4-10.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch"
},
"product_reference": "python3-sqlparse-0:0.2.4-10.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-statsd-0:3.2.1-20.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch"
},
"product_reference": "python3-statsd-0:3.2.1-20.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-stestr-0:2.6.0-8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch"
},
"product_reference": "python3-stestr-0:2.6.0-8.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch"
},
"product_reference": "python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-subunit-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch"
},
"product_reference": "python3-subunit-0:1.4.0-6.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-subunit-test-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch"
},
"product_reference": "python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sure-0:1.4.11-12.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch"
},
"product_reference": "python3-sure-0:1.4.11-12.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch"
},
"product_reference": "python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch"
},
"product_reference": "python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch"
},
"product_reference": "python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch"
},
"product_reference": "python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch"
},
"product_reference": "python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tempita-0:0.5.1-25.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch"
},
"product_reference": "python3-tempita-0:0.5.1-25.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tenacity-0:6.2.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch"
},
"product_reference": "python3-tenacity-0:6.2.0-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-testrepository-0:0.0.20-20.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch"
},
"product_reference": "python3-testrepository-0:0.0.20-20.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-testresources-0:2.0.1-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch"
},
"product_reference": "python3-testresources-0:2.0.1-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-testscenarios-0:0.5.0-21.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch"
},
"product_reference": "python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-testtools-0:2.4.0-8.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch"
},
"product_reference": "python3-testtools-0:2.4.0-8.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch"
},
"product_reference": "python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tornado-0:6.1.0-2.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64"
},
"product_reference": "python3-tornado-0:6.1.0-2.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tornado-0:6.1.0-2.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le"
},
"product_reference": "python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tornado-0:6.1.0-2.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x"
},
"product_reference": "python3-tornado-0:6.1.0-2.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tornado-0:6.1.0-2.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64"
},
"product_reference": "python3-tornado-0:6.1.0-2.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64"
},
"product_reference": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le"
},
"product_reference": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x"
},
"product_reference": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64"
},
"product_reference": "python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tox-current-env-0:0.0.6-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch"
},
"product_reference": "python3-tox-current-env-0:0.0.6-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-traceback2-0:1.4.0-25.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch"
},
"product_reference": "python3-traceback2-0:1.4.0-25.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-typeguard-0:2.9.1-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch"
},
"product_reference": "python3-typeguard-0:2.9.1-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch"
},
"product_reference": "python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-unittest2-0:1.1.0-24.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch"
},
"product_reference": "python3-unittest2-0:1.1.0-24.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-vine-0:5.0.0-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch"
},
"product_reference": "python3-vine-0:5.0.0-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-virtualenv-0:20.4.4-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch"
},
"product_reference": "python3-virtualenv-0:20.4.4-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-voluptuous-0:0.11.7-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch"
},
"product_reference": "python3-voluptuous-0:0.11.7-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-waitress-0:2.0.0-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch"
},
"product_reference": "python3-waitress-0:2.0.0-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-warlock-0:1.3.3-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch"
},
"product_reference": "python3-warlock-0:1.3.3-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wcwidth-0:0.2.5-2.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch"
},
"product_reference": "python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-webencodings-0:0.5.1-15.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch"
},
"product_reference": "python3-webencodings-0:0.5.1-15.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-webob-0:1.8.5-5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch"
},
"product_reference": "python3-webob-0:1.8.5-5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-webtest-0:2.0.33-5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch"
},
"product_reference": "python3-webtest-0:2.0.33-5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-werkzeug-0:2.0.3-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch"
},
"product_reference": "python3-werkzeug-0:2.0.3-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wrapt-0:1.11.2-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64"
},
"product_reference": "python3-wrapt-0:1.11.2-4.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wrapt-0:1.11.2-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le"
},
"product_reference": "python3-wrapt-0:1.11.2-4.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wrapt-0:1.11.2-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x"
},
"product_reference": "python3-wrapt-0:1.11.2-4.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wrapt-0:1.11.2-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64"
},
"product_reference": "python3-wrapt-0:1.11.2-4.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64"
},
"product_reference": "python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le"
},
"product_reference": "python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x"
},
"product_reference": "python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64"
},
"product_reference": "python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch"
},
"product_reference": "python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-yappi-0:1.3.1-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64"
},
"product_reference": "python3-yappi-0:1.3.1-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-yappi-0:1.3.1-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le"
},
"product_reference": "python3-yappi-0:1.3.1-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-yappi-0:1.3.1-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x"
},
"product_reference": "python3-yappi-0:1.3.1-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-yappi-0:1.3.1-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64"
},
"product_reference": "python3-yappi-0:1.3.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64"
},
"product_reference": "python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le"
},
"product_reference": "python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x"
},
"product_reference": "python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64"
},
"product_reference": "python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zake-0:0.2.2-19.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch"
},
"product_reference": "python3-zake-0:0.2.2-19.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zeroconf-0:0.24.4-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch"
},
"product_reference": "python3-zeroconf-0:0.24.4-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zipp-0:0.5.1-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch"
},
"product_reference": "python3-zipp-0:0.5.1-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zope-event-0:4.2.0-20.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch"
},
"product_reference": "python3-zope-event-0:4.2.0-20.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zope-interface-0:5.4.0-1.el9.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64"
},
"product_reference": "python3-zope-interface-0:5.4.0-1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zope-interface-0:5.4.0-1.el9.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le"
},
"product_reference": "python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zope-interface-0:5.4.0-1.el9.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x"
},
"product_reference": "python3-zope-interface-0:5.4.0-1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zope-interface-0:5.4.0-1.el9.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64"
},
"product_reference": "python3-zope-interface-0:5.4.0-1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-zope-testing-0:4.7-4.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch"
},
"product_reference": "python3-zope-testing-0:4.7-4.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64"
},
"product_reference": "subunit-0:1.4.0-6.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le"
},
"product_reference": "subunit-0:1.4.0-6.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x"
},
"product_reference": "subunit-0:1.4.0-6.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-0:1.4.0-6.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src"
},
"product_reference": "subunit-0:1.4.0-6.el9.1.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64"
},
"product_reference": "subunit-0:1.4.0-6.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64"
},
"product_reference": "subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le"
},
"product_reference": "subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x"
},
"product_reference": "subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64"
},
"product_reference": "subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64"
},
"product_reference": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le"
},
"product_reference": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x"
},
"product_reference": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64"
},
"product_reference": "subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64"
},
"product_reference": "subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le"
},
"product_reference": "subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x"
},
"product_reference": "subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64"
},
"product_reference": "subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64"
},
"product_reference": "subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le"
},
"product_reference": "subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x"
},
"product_reference": "subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-debuginfo-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64"
},
"product_reference": "subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-debugsource-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64"
},
"product_reference": "subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-debugsource-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le"
},
"product_reference": "subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-debugsource-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x"
},
"product_reference": "subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-debugsource-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64"
},
"product_reference": "subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-devel-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64"
},
"product_reference": "subunit-devel-0:1.4.0-6.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-devel-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le"
},
"product_reference": "subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-devel-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x"
},
"product_reference": "subunit-devel-0:1.4.0-6.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-devel-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64"
},
"product_reference": "subunit-devel-0:1.4.0-6.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-filters-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch"
},
"product_reference": "subunit-filters-0:1.4.0-6.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-perl-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch"
},
"product_reference": "subunit-perl-0:1.4.0-6.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-shell-0:1.4.0-6.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch"
},
"product_reference": "subunit-shell-0:1.4.0-6.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-static-0:1.4.0-6.el9.1.aarch64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64"
},
"product_reference": "subunit-static-0:1.4.0-6.el9.1.aarch64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-static-0:1.4.0-6.el9.1.ppc64le as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le"
},
"product_reference": "subunit-static-0:1.4.0-6.el9.1.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-static-0:1.4.0-6.el9.1.s390x as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x"
},
"product_reference": "subunit-static-0:1.4.0-6.el9.1.s390x",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "subunit-static-0:1.4.0-6.el9.1.x86_64 as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64"
},
"product_reference": "subunit-static-0:1.4.0-6.el9.1.x86_64",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tox-0:3.23.0-2.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12",
"product_id": "9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
},
"product_reference": "tox-0:3.23.0-2.el9.1.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-4235",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-12-28T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156727"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in go-yaml. This issue occurs due to unbounded alias chasing, where a maliciously crafted YAML file can cause the system to consume significant system resources. If parsing user input, this may be used as a denial of service vector.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-yaml: Denial of Service in go-yaml",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-4235"
},
{
"category": "external",
"summary": "RHBZ#2156727",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156727"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4235"
},
{
"category": "external",
"summary": "https://github.com/go-yaml/yaml/commit/bb4e33bf68bf89cad44d386192cbed201f35b241",
"url": "https://github.com/go-yaml/yaml/commit/bb4e33bf68bf89cad44d386192cbed201f35b241"
},
{
"category": "external",
"summary": "https://github.com/go-yaml/yaml/pull/375",
"url": "https://github.com/go-yaml/yaml/pull/375"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2021-0061",
"url": "https://pkg.go.dev/vuln/GO-2021-0061"
}
],
"release_date": "2022-12-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-yaml: Denial of Service in go-yaml"
},
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding header",
"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-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"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-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"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-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.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-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.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-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"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-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.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-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.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-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.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-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"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-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"acknowledgments": [
{
"names": [
"Steven Murdoch"
]
}
],
"cve": "CVE-2022-2995",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"discovery_date": "2022-08-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2121632"
}
],
"notes": [
{
"category": "description",
"text": "Incorrect handling of the supplementary groups in the CRI-O container engine might lead to sensitive information disclosure or possible data modification if an attacker has direct access to the affected container where supplementary groups are used to set access permissions and is able to execute a binary code in that container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cri-o: incorrect handling of the supplementary groups",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2995"
},
{
"category": "external",
"summary": "RHBZ#2121632",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121632"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2995",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2995"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2995",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2995"
},
{
"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": "2022-08-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "cri-o: incorrect handling of the supplementary groups"
},
{
"acknowledgments": [
{
"names": [
"Fujitsu"
]
}
],
"cve": "CVE-2022-2996",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2022-08-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2115122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the python-scciclient when making an HTTPS connection to a server where the server\u0027s certificate would not be verified. This issue opens up the connection to possible Man-in-the-middle (MITM) attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-scciclient: missing server certificate verification",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2996"
},
{
"category": "external",
"summary": "RHBZ#2115122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2996"
},
{
"category": "external",
"summary": "https://opendev.org/x/python-scciclient/commit/274dca0344b65b4ac113d3271d21c17e970a636c",
"url": "https://opendev.org/x/python-scciclient/commit/274dca0344b65b4ac113d3271d21c17e970a636c"
}
],
"release_date": "2022-06-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-scciclient: missing server certificate verification"
},
{
"acknowledgments": [
{
"names": [
"Kubernetes Security Response Committee"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-3162",
"discovery_date": "2022-10-20T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2136673"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in kubernetes. Users authorized to list or watch one type of namespaced custom resource cluster-wide can read custom resources of a different kind in the same API group they are not authorized to read.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubernetes: Unauthorized read of Custom Resources",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3162"
},
{
"category": "external",
"summary": "RHBZ#2136673",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2136673"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3162",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3162"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3162",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3162"
},
{
"category": "external",
"summary": "https://github.com/kubernetes/kubernetes/issues/113756",
"url": "https://github.com/kubernetes/kubernetes/issues/113756"
}
],
"release_date": "2022-11-10T16:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kubernetes: Unauthorized read of Custom Resources"
},
{
"cve": "CVE-2022-3172",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2022-09-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2127804"
}
],
"notes": [
{
"category": "description",
"text": "A security issue was discovered in kube-apiserver that allows an aggregated API server to redirect client traffic to any URL. This issue leads to the client performing unexpected actions and forwarding the client\u0027s API server credentials to third parties.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kube-apiserver: Aggregated API server can cause clients to be redirected (SSRF)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3172"
},
{
"category": "external",
"summary": "RHBZ#2127804",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2127804"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3172",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3172"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3172",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3172"
},
{
"category": "external",
"summary": "https://github.com/kubernetes/kubernetes/issues/112513",
"url": "https://github.com/kubernetes/kubernetes/issues/112513"
}
],
"release_date": "2022-09-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kube-apiserver: Aggregated API server can cause clients to be redirected (SSRF)"
},
{
"cve": "CVE-2022-3259",
"cwe": {
"id": "CWE-665",
"name": "Improper Initialization"
},
"discovery_date": "2022-07-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2103220"
}
],
"notes": [
{
"category": "description",
"text": "Openshift 4.9 does not use HTTP Strict Transport Security (HSTS) which may allow man-in-the-middle (MITM) attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "OpenShift: Missing HTTP Strict Transport Security",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3259"
},
{
"category": "external",
"summary": "RHBZ#2103220",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103220"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3259",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3259"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3259",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3259"
}
],
"release_date": "2022-06-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "OpenShift: Missing HTTP Strict Transport Security"
},
{
"cve": "CVE-2022-3466",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2022-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2134063"
}
],
"notes": [
{
"category": "description",
"text": "The version of cri-o as released for Red Hat OpenShift Container Platform 4.9.48, 4.10.31, and 4.11.6 via RHBA-2022:6316, RHBA-2022:6257, and RHBA-2022:6658, respectively, included an incorrect version of cri-o missing the fix for CVE-2022-27652, which was previously fixed in OCP 4.9.41 and 4.10.12 via RHBA-2022:5433 and RHSA-2022:1600. This issue could allow an attacker with access to programs with inheritable file capabilities to elevate those capabilities to the permitted set when execve(2) runs. For more details, see https://access.redhat.com/security/cve/CVE-2022-27652.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cri-o: Security regression of CVE-2022-27652",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "After further investigation we came to the conclusion that this CVE has a very minimal impact on Red Hat OpenShift Container Platform.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3466"
},
{
"category": "external",
"summary": "RHBZ#2134063",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134063"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3466",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3466"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3466",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3466"
}
],
"release_date": "2022-10-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "cri-o: Security regression of CVE-2022-27652"
},
{
"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-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"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-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"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": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"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-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-30631",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: compress/gzip: stack exhaustion in Reader.Read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit CVE-2022-30631, an attacker supplies a specially crafted gzip archive to a Go application that uses a vulnerable version of the compress/gzip package without adequate input validation. This can lead to uncontrolled recursion, resulting in stack exhaustion and causing the application to panic, thereby affecting its availability.\n\nAs this is merely a DoS and there is no known way to control the instruction pointer, RH ProdSec has set the impact of this vulnerabilty to \"Moderate\".\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "RHBZ#2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631"
},
{
"category": "external",
"summary": "https://go.dev/issue/53168",
"url": "https://go.dev/issue/53168"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "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.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: compress/gzip: stack exhaustion in Reader.Read"
},
{
"cve": "CVE-2022-32148",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working",
"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-200: Exposure of Sensitive Information to an Unauthorized Actor vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token, multi-factor authentication (MFA), which is coupled with account management controls, including integration with single sign-on (SSO), to ensure that user permissions are restricted to only the functions necessary for their roles. Access to sensitive information is explicitly authorized and enforced based on predefined access policies. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, which helps identify patterns of unauthorized access or data exposure. The platform enforces the use of validated cryptographic modules across compute resources to protect the confidentiality of information, even in the event of interception.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "RHBZ#2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148"
},
{
"category": "external",
"summary": "https://go.dev/issue/53423",
"url": "https://go.dev/issue/53423"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"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-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"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-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"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": "2023-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
},
{
"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.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"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-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"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-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-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"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": [
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"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-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"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.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/url: JoinPath does not strip relative path components in all circumstances"
},
{
"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-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"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-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
},
"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-01-17T19:29:22+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
}
],
"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-4.12:NetworkManager-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.src",
"8Base-RHOSE-4.12:NetworkManager-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-adsl-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-bluetooth-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-cloud-setup-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-config-connectivity-redhat-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-config-server-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-debugsource-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-dispatcher-routing-rules-1:1.36.0-8.el8_6.noarch",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-libnm-devel-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ovs-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-ppp-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-team-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-tui-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wifi-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.aarch64",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.ppc64le",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.s390x",
"8Base-RHOSE-4.12:NetworkManager-wwan-debuginfo-1:1.36.0-8.el8_6.x86_64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-0:1.4.6-2.el8ar.src",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.noarch",
"8Base-RHOSE-4.12:ansible-runner-http-0:1.0.0-2.el8ar.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.src",
"8Base-RHOSE-4.12:atomic-openshift-service-idler-0:4.12.0-202210141624.p0.ga0f9090.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:bootupd-debuginfo-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.src",
"8Base-RHOSE-4.12:buildah-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.aarch64",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.ppc64le",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.s390x",
"8Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-2.el8.x86_64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:butane-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debuginfo-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:butane-debugsource-0:0.16.0-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:butane-redistributable-0:0.16.0-2.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:conmon-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.aarch64",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.ppc64le",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.s390x",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.src",
"8Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el8.x86_64",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-0:0.20.4-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:console-login-helper-messages-issuegen-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:console-login-helper-messages-profile-0:0.20.4-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:container-selinux-2:2.188.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:containernetworking-plugins-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debuginfo-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:containernetworking-plugins-debugsource-0:1.0.1-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:containers-common-2:1-27.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.src",
"8Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.aarch64",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.ppc64le",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.s390x",
"8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.src",
"8Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.aarch64",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.ppc64le",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.s390x",
"8Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el8.x86_64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crit-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-debugsource-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-devel-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:criu-libs-debuginfo-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.noarch",
"8Base-RHOSE-4.12:crudini-0:0.9-11.el8ost.1.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:crun-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:crun-debugsource-0:1.4.2-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:fuse-overlayfs-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debuginfo-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:fuse-overlayfs-debugsource-0:1.9-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.src",
"8Base-RHOSE-4.12:grpc-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-debugsource-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-devel-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:haproxy-0:2.2.24-1.el8.src",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy-debugsource-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.aarch64",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.ppc64le",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.s390x",
"8Base-RHOSE-4.12:haproxy22-debuginfo-0:2.2.24-1.el8.x86_64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.aarch64",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.ppc64le",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.src",
"8Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el8.x86_64",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.src",
"8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.40.1.rt7.197.el8_6.x86_64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:libslirp-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debuginfo-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-debugsource-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:libslirp-devel-0:4.4.0-2.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:network-scripts-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.src",
"8Base-RHOSE-4.12:nmstate-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-debugsource-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-devel-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.aarch64",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.ppc64le",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.s390x",
"8Base-RHOSE-4.12:nmstate-libs-debuginfo-0:1.3.3-1.el8.x86_64",
"8Base-RHOSE-4.12:nmstate-plugin-ovsdb-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-ansible-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-ansible-test-0:4.12.0-202211071957.p0.g3a9d20e.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.s390x",
"8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.src",
"8Base-RHOSE-4.12:openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-debugsource-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-devel-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:openvswitch2.17-ipsec-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:openvswitch2.17-test-0:2.17.0-62.el8fdp.noarch",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.src",
"8Base-RHOSE-4.12:ostree-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-debugsource-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-devel-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-grub2-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.aarch64",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.ppc64le",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.s390x",
"8Base-RHOSE-4.12:ostree-libs-debuginfo-0:2022.2-5.el8.x86_64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.06-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-central-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-debugsource-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-host-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.06-vtep-debuginfo-0:22.06.0-27.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.src",
"8Base-RHOSE-4.12:ovn22.09-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-central-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-debugsource-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-host-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.aarch64",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.ppc64le",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.s390x",
"8Base-RHOSE-4.12:ovn22.09-vtep-debuginfo-0:22.09.0-25.el8fdp.x86_64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:podman-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-catatonit-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-debugsource-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-docker-2:4.2.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-gvproxy-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-plugins-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-remote-debuginfo-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:podman-tests-2:4.2.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:pycdlib-tools-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python-alembic-0:1.4.2-5.el8ost.src",
"8Base-RHOSE-4.12:python-amqp-0:2.5.2-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-amqp-doc-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python-cmd2-0:1.4.0-1.1.el8.src",
"8Base-RHOSE-4.12:python-construct-0:2.10.56-1.el8ost.src",
"8Base-RHOSE-4.12:python-dogpile-cache-0:1.1.2-1.el8ost.1.src",
"8Base-RHOSE-4.12:python-eventlet-0:0.30.2-1.el8.src",
"8Base-RHOSE-4.12:python-flask-1:1.1.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-flask-doc-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-funcsigs-0:1.0.2-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-gunicorn-0:19.9.0-10.el8ost.1.src",
"8Base-RHOSE-4.12:python-ifaddr-0:0.1.6-5.el8ost.src",
"8Base-RHOSE-4.12:python-importlib-metadata-0:1.7.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-iso8601-0:0.1.12-8.el8ost.1.src",
"8Base-RHOSE-4.12:python-jsonschema-0:3.2.0-5.el8ost.src",
"8Base-RHOSE-4.12:python-kombu-1:4.6.6-7.el8ost.1.src",
"8Base-RHOSE-4.12:python-kubernetes-0:25.3.0-1.el8.src",
"8Base-RHOSE-4.12:python-lockfile-1:0.11.0-8.el8ar.src",
"8Base-RHOSE-4.12:python-msgpack-0:0.6.2-1.el8ost.src",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.src",
"8Base-RHOSE-4.12:python-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.src",
"8Base-RHOSE-4.12:python-oslo-db-lang-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.src",
"8Base-RHOSE-4.12:python-oslo-i18n-lang-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.src",
"8Base-RHOSE-4.12:python-oslo-log-lang-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.src",
"8Base-RHOSE-4.12:python-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.src",
"8Base-RHOSE-4.12:python-oslo-policy-lang-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.src",
"8Base-RHOSE-4.12:python-packaging-0:20.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-packaging-doc-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python-paste-0:3.2.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-paste-deploy-0:2.0.1-4.el8ost.src",
"8Base-RHOSE-4.12:python-pexpect-0:4.6-2.el8ar.src",
"8Base-RHOSE-4.12:python-pint-0:0.10.1-1.el8ost.src",
"8Base-RHOSE-4.12:python-pycdlib-0:1.11.0-3.el8.src",
"8Base-RHOSE-4.12:python-pyghmi-0:1.5.14-2.1.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-0:1.6.4-6.el8ost.src",
"8Base-RHOSE-4.12:python-pyperclip-doc-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python-pyroute2-0:0.5.13-1.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-0:0.16.0-3.el8ost.src",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python-pyrsistent-debugsource-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python-requests-unixsocket-0:0.1.5-5.el8ar.src",
"8Base-RHOSE-4.12:python-rsa-0:4.7-1.el8.src",
"8Base-RHOSE-4.12:python-tenacity-0:6.2.0-1.el8ost.src",
"8Base-RHOSE-4.12:python-wcwidth-0:0.1.7-14.el8ost.src",
"8Base-RHOSE-4.12:python-werkzeug-0:1.0.1-3.el8ost.src",
"8Base-RHOSE-4.12:python-zeroconf-0:0.24.4-1.el8ost.src",
"8Base-RHOSE-4.12:python-zipp-0:0.5.1-2.el8ost.src",
"8Base-RHOSE-4.12:python2-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-alembic-0:1.4.2-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-amqp-0:2.5.2-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ansible-runner-0:1.4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-cmd2-0:1.4.0-1.1.el8.noarch",
"8Base-RHOSE-4.12:python3-construct-0:2.10.56-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:python3-criu-0:3.15-4.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:python3-dogpile-cache-0:1.1.2-1.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-eventlet-0:0.30.2-1.el8.noarch",
"8Base-RHOSE-4.12:python3-flask-1:1.1.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-funcsigs-0:1.0.2-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x",
"8Base-RHOSE-4.12:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-gunicorn-0:19.9.0-10.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-ifaddr-0:0.1.6-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-iso8601-0:0.1.12-8.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-jsonschema-0:3.2.0-5.el8ost.noarch",
"8Base-RHOSE-4.12:python3-kombu-1:4.6.6-7.el8ost.1.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kubernetes-tests-0:25.3.0-1.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202210261235.p0.g92b9be2.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-libnmstate-0:1.3.3-1.el8.noarch",
"8Base-RHOSE-4.12:python3-lockfile-1:0.11.0-8.el8ar.noarch",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.aarch64",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.ppc64le",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.s390x",
"8Base-RHOSE-4.12:python3-openvswitch2.17-debuginfo-0:2.17.0-62.el8fdp.x86_64",
"8Base-RHOSE-4.12:python3-oslo-config-2:8.7.1-0.20211012155707.1a7bd66.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-context-tests-0:3.3.1-0.20211012152439.641a1e0.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-db-tests-0:9.1.0-0.20211020204148.be2cc6a.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-i18n-0:5.1.0-0.20211012165753.b031d17.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-log-tests-0:4.6.0-0.20211012154701.41c8807.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-messaging-tests-0:12.9.1-0.20211020204149.f9de265.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20211020174122.43eee50.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-policy-tests-0:3.8.2-0.20211012161944.c7fd9f4.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-oslo-serialization-tests-0:4.2.0-0.20211012151454.2b94a4f.el8.noarch",
"8Base-RHOSE-4.12:python3-packaging-0:20.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-0:3.2.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-paste-deploy-0:2.0.1-4.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pexpect-0:4.6-2.el8ar.noarch",
"8Base-RHOSE-4.12:python3-pint-0:0.10.1-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pycdlib-0:1.11.0-3.el8.noarch",
"8Base-RHOSE-4.12:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyperclip-0:1.6.4-6.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyroute2-0:0.5.13-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.aarch64",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.ppc64le",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.s390x",
"8Base-RHOSE-4.12:python3-pyrsistent-debuginfo-0:0.16.0-3.el8ost.x86_64",
"8Base-RHOSE-4.12:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch",
"8Base-RHOSE-4.12:python3-rsa-0:4.7-1.el8.noarch",
"8Base-RHOSE-4.12:python3-tenacity-0:6.2.0-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-wcwidth-0:0.1.7-14.el8ost.noarch",
"8Base-RHOSE-4.12:python3-werkzeug-0:1.0.1-3.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zeroconf-0:0.24.4-1.el8ost.noarch",
"8Base-RHOSE-4.12:python3-zipp-0:0.5.1-2.el8ost.noarch",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.src",
"8Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.aarch64",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.ppc64le",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.s390x",
"8Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.el8.x86_64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:runc-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debuginfo-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:runc-debugsource-3:1.1.2-2.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:rust-bootupd-0:0.2.5-3.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:rust-bootupd-debugsource-0:0.2.5-3.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.src",
"8Base-RHOSE-4.12:skopeo-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.aarch64",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.ppc64le",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.s390x",
"8Base-RHOSE-4.12:skopeo-tests-2:1.8.0-1.rhaos4.12.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.src",
"8Base-RHOSE-4.12:slirp4netns-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debuginfo-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.12:slirp4netns-debugsource-0:1.1.8-1.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.aarch64",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.ppc64le",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.s390x",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.src",
"8Base-RHOSE-4.12:tini-0:0.16.1-1.el8ar.x86_64",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.noarch",
"8Base-RHOSE-4.12:toolbox-0:0.1.0-1.rhaos4.12.el8.src",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-debuginfo-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:afterburn-dracut-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:buildah-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-debugsource-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:buildah-tests-debuginfo-1:1.23.4-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:conmon-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debuginfo-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:conmon-debugsource-2:2.1.2-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.aarch64",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.ppc64le",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.s390x",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.src",
"9Base-RHOSE-4.12:conmon-rs-0:0.4.0-2.rhaos4.12.git.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:coreos-installer-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-bootinfra-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debuginfo-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-debugsource-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:coreos-installer-dracut-0:0.16.1-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.src",
"9Base-RHOSE-4.12:cri-o-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.aarch64",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.ppc64le",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.s390x",
"9Base-RHOSE-4.12:cri-o-debugsource-0:1.25.1-5.rhaos4.12.git6005903.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.src",
"9Base-RHOSE-4.12:cri-tools-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debuginfo-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.aarch64",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.ppc64le",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.s390x",
"9Base-RHOSE-4.12:cri-tools-debugsource-0:1.25.0-2.el9.x86_64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:crun-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debuginfo-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:crun-debugsource-0:1.4.2-2.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:ignition-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-debugsource-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.aarch64",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.ppc64le",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.s390x",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.src",
"9Base-RHOSE-4.12:kata-containers-0:2.5.2-1.el9.x86_64",
"9Base-RHOSE-4.12:openshift-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.src",
"9Base-RHOSE-4.12:openshift-clients-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-clients-redistributable-0:4.12.0-202301042257.p0.g854f807.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.s390x",
"9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202301042257.p0.g77bec7a.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:podman-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-catatonit-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-debugsource-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-docker-3:4.2.0-4.rhaos4.12.el9.noarch",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-gvproxy-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-plugins-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-remote-debuginfo-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:podman-tests-3:4.2.0-4.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rpm-ostree-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-debugsource-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-devel-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rpm-ostree-libs-debuginfo-0:2022.10.99.g0049dbdd-3.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:rust-afterburn-0:5.3.0-1.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:rust-afterburn-debugsource-0:5.3.0-1.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.src",
"9Base-RHOSE-4.12:skopeo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debuginfo-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-debugsource-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.aarch64",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.ppc64le",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.s390x",
"9Base-RHOSE-4.12:skopeo-tests-2:1.8.0-5.rhaos4.12.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:crudini-0:0.9.3-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:future-0:0.18.2-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-1:21.0.1-0.20221114235951.fe64d5e.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-api-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-common-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-conductor-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-dnsmasq-tftp-server-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-0:11.0.1-0.20221205155952.cd22607.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-api-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-conductor-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-inspector-dnsmasq-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.src",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:openstack-macros-0:2020.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-0:20.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pyOpenSSL-doc-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:pyflakes-0:2.2.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:pysnmp-0:4.4.12-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-SecretStorage-0:2.3.1-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-alembic-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-0:5.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-amqp-doc-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-apipkg-0:1.5-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-atomicwrites-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-autopage-0:0.4.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-0:3.1.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-bcrypt-debugsource-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-beautifulsoup4-0:4.9.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-betamax-0:0.8.1-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cachetools-0:3.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-case-0:1.5.3-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-click-0:7.1.2-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-cmd2-0:1.4.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-colorama-0:0.4.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-construct-0:2.10.56-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-contextlib2-0:0.6.0.post1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-0:5.6-0.1b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-coverage-debugsource-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-dataclasses-0:0.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ddt-0:1.4.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-decorator-0:4.4.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-defusedxml-0:0.7.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-distlib-0:0.3.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-dogpile-cache-0:1.1.5-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-editor-0:1.0.4-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-0:0.3-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-entrypoints-doc-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-eventlet-0:0.30.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-execnet-0:1.7.1-5.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-extras-0:1.0.0-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-fasteners-0:0.14.1-21.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-0:3.0.12-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-filelock-doc-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-fixtures-0:3.0.0-22.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flake8-0:3.8.4-1.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-1:2.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-flask-doc-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-flit-0:3.0.0-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-freezegun-0:1.0.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-0:1.0.2-17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-funcsigs-doc-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-futurist-0:2.4.1-0.20220802175500.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-0:21.1.2-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-gevent-debugsource-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-0:1.0.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-greenlet-debugsource-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-0:20.0.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-gunicorn-doc-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-hacking-0:1.0.1-0.20210812104123.865398f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-html5lib-1:1.1-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-hypothesis-0:6.6.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-ifaddr-0:0.1.6-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-importlib-metadata-0:1.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-iso8601-0:0.1.12-9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-itsdangerous-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-jsonpath-rw-0:1.2.3-23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kafka-0:1.4.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-0:2.7.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kazoo-doc-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-0:1.3.0-11.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kerberos-debugsource-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-keyring-0:21.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-0:1.1.0-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-kiwisolver-debugsource-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-kombu-1:5.0.2-1.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-linecache2-0:1.0.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-logutils-0:0.3.5-7.1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-markupsafe-debugsource-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-mccabe-0:0.6.1-18.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-memcached-0:1.58-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-migrate-0:0.13.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mimeparse-0:1.6.0-16.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-mock-0:3.0.5-14.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-monotonic-0:1.5-9.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-more-itertools-0:7.2.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-mox3-0:1.1.0-0.20210812114029.99a302f.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-0:0.6.2-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-msgpack-debugsource-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-munch-0:2.3.2-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-0:1.3.7-33.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-nose-cover3-0:0.1.0-31.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-cache-lang-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-concurrency-lang-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-db-lang-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-i18n-lang-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-log-lang-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-middleware-lang-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-policy-lang-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-utils-lang-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-oslo-versionedobjects-lang-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-0:3.5.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-paste-deploy-0:2.0.1-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pbr-0:5.5.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pecan-0:1.3.2-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pexpect-0:4.6-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pint-0:0.10.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pretend-0:1.0.8-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-prometheus_client-0:0.7.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-0:3.1.1-0.20220802144439.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pycadf-common-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pycodestyle-0:2.6.0-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pymemcache-0:3.5.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-0:1.8.0-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pyperclip-doc-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-pytest-cov-0:2.11.1-3.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-forked-0:1.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-runner-0:4.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xdist-0:2.2.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-pytest-xprocess-0:0.18.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-redis-0:3.3.8-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-repoze-lru-0:0.7-7.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-kerberos-0:0.12.0-12.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-mock-0:1.8.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-requests-unixsocket-0:0.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-retrying-0:1.3.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-rfc3986-0:1.2.0-6.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-routes-0:2.4.1-12.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplegeneric-0:0.8.1-18.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-0:3.17.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-simplejson-debugsource-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-singledispatch-0:3.4.0.3-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-smi-0:0.3.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sortedcontainers-0:2.3.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-soupsieve-0:2.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-0:1.4.39-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-debugsource-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-sqlalchemy-doc-0:1.4.39-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-sqlparse-0:0.2.4-10.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-0:3.2.1-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-statsd-doc-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python-stestr-0:2.6.0-8.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sure-0:1.4.11-12.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-0:4.3.4-0.20221213135957.69b014c.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tempita-0:0.5.1-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tenacity-0:6.2.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testrepository-0:0.0.20-20.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testresources-0:2.0.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-testscenarios-0:0.5.0-21.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-0:2.4.0-8.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-testtools-doc-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-tooz-0:3.0.0-0.20220811181909.d145b50.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-0:6.1.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-debugsource-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python-tornado-doc-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-tox-0:3.23.0-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-tox-current-env-0:0.0.6-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-traceback2-0:1.4.0-25.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typeguard-0:2.9.1-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-typing-extensions-0:3.7.4.3-2.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-unittest2-0:1.1.0-24.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-vine-0:5.0.0-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-virtualenv-0:20.4.4-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-voluptuous-0:0.11.7-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-waitress-0:2.0.0-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-warlock-0:1.3.3-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wcwidth-0:0.2.5-2.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-0:0.5.1-15.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-webencodings-doc-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python-webob-0:1.8.5-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-webtest-0:2.0.33-5.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-0:1.11.2-4.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-debugsource-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-wrapt-doc-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-wsme-0:0.11.0-0.20220802144439.80bda90.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-0:1.3.1-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python-yappi-debugsource-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python-zake-0:0.2.2-19.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zeroconf-0:0.24.4-2.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zipp-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-event-0:4.2.0-20.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-interface-0:5.4.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.12:python-zope-testing-0:4.7-4.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:python3-SecretStorage-0:2.3.1-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-alembic-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-amqp-0:5.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-apipkg-0:1.5-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-atomicwrites-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-automaton-0:3.0.0-0.20220811170530.ed884e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-autopage-0:0.4.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-bcrypt-debuginfo-0:3.1.6-3.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-beautifulsoup4-0:4.9.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-betamax-0:0.8.1-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cachetools-0:3.1.0-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-case-0:1.5.3-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cinderclient-0:9.0.0-0.20220811172734.2c7d463.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-click-0:7.1.2-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cliff-tests-0:3.10.1-0.20220802152018.a04a48f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-cmd2-0:1.4.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-colorama-0:0.4.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-construct-0:2.10.56-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-contextlib2-0:0.6.0.post1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-coverage-debuginfo-0:5.6-0.1b1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-dataclasses-0:0.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ddt-0:1.4.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-debtcollector-0:2.5.0-0.20220802170047.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-decorator-0:4.4.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-defusedxml-0:0.7.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-distlib-0:0.3.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dogpile-cache-0:1.1.5-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-dracclient-0:8.0.0-0.20220802154400.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-editor-0:1.0.4-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-entrypoints-0:0.3-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-eventlet-0:0.30.2-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-execnet-0:1.7.1-5.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-extras-0:1.0.0-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fasteners-0:0.14.1-21.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-filelock-0:3.0.12-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-fixtures-0:3.0.0-22.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flake8-0:3.8.4-1.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flask-1:2.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-flit-core-0:3.0.0-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-freezegun-0:1.0.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-funcsigs-0:1.0.2-17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-future-0:0.18.2-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-futurist-0:2.4.1-0.20220802175500.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-gevent-debuginfo-0:21.1.2-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-glanceclient-1:4.0.1-0.20220811181326.1b854e1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-debuginfo-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-greenlet-devel-0:1.0.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-gunicorn-0:20.0.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hacking-0:1.0.1-0.20210812104123.865398f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hardware-detect-0:0.29.1-0.20220811165930.fd4bce6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-html5lib-1:1.1-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+cli-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+dateutil-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+django-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+ghostwriter-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+lark-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+numpy-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pandas-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytest-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+pytz-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+redis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis+zoneinfo-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-hypothesis-0:6.6.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ifaddr-0:0.1.6-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-importlib-metadata-0:1.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-inspector-tests-0:11.0.1-0.20221205155952.cd22607.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-lib-0:5.2.0-0.20220802170917.e205816.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-prometheus-exporter-0:3.1.1-0.20221003235527.eb27243.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-python-agent-tests-0:9.0.1-0.20220818145522.ad1eb41.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironic-tests-1:21.0.1-0.20221114235951.fe64d5e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-ironicclient-0:4.9.0-0.20211209154934.6f1be06.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-iso8601-0:0.1.12-9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-itsdangerous-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-jsonpath-rw-0:1.2.3-23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kafka-0:1.4.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kazoo-0:2.7.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kerberos-debuginfo-0:1.3.0-11.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-keyring-0:21.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneauth1-0:5.0.0-0.20220811173415.2445a5d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystoneclient-tests-1:5.0.0-0.20220811173653.11d5abe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-keystonemiddleware-0:10.0.0-0.20220811174058.dd31878.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-kiwisolver-debuginfo-0:1.1.0-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-kombu-1:5.0.2-1.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-linecache2-0:1.0.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-logutils-0:0.3.5-7.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-markupsafe-debuginfo-0:2.0.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-mccabe-0:0.6.1-18.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-memcached-0:1.58-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-migrate-0:0.13.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mimeparse-0:1.6.0-16.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mock-0:3.0.5-14.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-monotonic-0:1.5-9.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-more-itertools-0:7.2.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-mox3-0:1.1.0-0.20210812114029.99a302f.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-msgpack-debuginfo-0:0.6.2-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-munch-0:2.3.2-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-neutronclient-tests-0:7.6.0-0.20211012175718.983f0ab.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-0:1.3.7-33.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-nose-cover3-0:0.1.0-31.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-openstacksdk-tests-0:0.99.1-0.20220811190026.a41d04e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-client-config-0:2.1.0-0.20210722194729.bc96c23.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-service-types-0:1.7.0-0.20220802143336.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-os-traits-tests-0:2.8.0-0.20220811182615.04e8bb3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osc-lib-tests-0:2.6.1-0.20220811172053.973e169.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-cache-tests-0:3.0.0-0.20220811175617.79945c1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-concurrency-tests-0:5.0.0-0.20220811181826.052b2f2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-config-2:9.0.0-0.20220811165930.9eaae04.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-context-tests-0:5.0.0-0.20220811171413.f388eb9.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-db-tests-0:12.0.0-0.20220811175859.a808381.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-i18n-0:5.1.0-0.20220802145025.b031d17.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-log-tests-0:5.0.0-0.20220811172332.6401da7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-messaging-tests-0:13.0.0-0.20220811175319.4186386.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-metrics-tests-0:0.3.0-0.20220802145828.43eee50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-middleware-tests-0:5.0.0-0.20220811170931.51e1882.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-policy-tests-0:4.0.0-0.20220811173113.5bd767b.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-reports-tests-0:2.3.0-0.20211012151507.f2799dc.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-rootwrap-tests-0:6.3.1-0.20220803131706.1b1b960.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-serialization-tests-0:5.0.0-0.20220811171112.dd2a819.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-service-tests-0:3.0.0-0.20220811180157.a27acfe.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-upgradecheck-0:2.0.0-0.20220811171652.b3a2b19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-utils-tests-0:6.0.0-0.20220811175035.7df6473.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslo-versionedobjects-tests-0:3.0.0-0.20220811180555.cec2b8e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-oslotest-0:4.4.1-0.20210812115053.aaf3a72.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-osprofiler-0:3.4.3-0.20220802174918.3286301.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-0:3.5.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-paste-deploy-0:2.0.1-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pbr-0:5.5.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pecan-0:1.3.2-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pexpect-0:4.6-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pint-0:0.10.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pretend-0:1.0.8-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-proliantutils-0:2.13.2-0.20220802173426.8c7b6b1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-prometheus_client-0:0.7.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyOpenSSL-0:20.0.1-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycadf-0:3.1.1-0.20220802144439.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pycodestyle-0:2.6.0-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyflakes-0:2.2.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pymemcache-0:3.5.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pyperclip-0:1.8.0-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pysnmp-0:4.4.12-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-cov-0:2.11.1-3.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-forked-0:1.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-runner-0:4.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xdist-0:2.2.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-pytest-xprocess-0:0.18.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-redis-0:3.3.8-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-repoze-lru-0:0.7-7.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-kerberos-0:0.12.0-12.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-mock-0:1.8.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requests-unixsocket-0:0.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-requestsexceptions-0:1.4.0-0.20220802143336.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-retrying-0:1.3.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-rfc3986-0:1.2.0-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-routes-0:2.4.1-12.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-scciclient-0:0.12.3-0.20220811182700.0940a71.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplegeneric-0:0.8.1-18.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-simplejson-debuginfo-0:3.17.0-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-singledispatch-0:3.4.0.3-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-smi-0:0.3.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sortedcontainers-0:2.3.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-soupsieve-0:2.1.0-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiomysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+aiosqlite-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+asyncio-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pymssql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mssql_pyodbc-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+mysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_asyncpg-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+postgresql_pg8000-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy+pymysql-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-sqlalchemy-debuginfo-0:1.4.39-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-sqlparse-0:0.2.4-10.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-statsd-0:3.2.1-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stestr-0:2.6.0-8.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-stevedore-0:4.0.0-0.20220811180640.ccd1754.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-subunit-test-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sure-0:1.4.11-12.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-oem-idrac-tests-0:4.0.0-0.20220802162610.7b75e6e.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-sushy-tests-0:4.3.4-0.20221213135957.69b014c.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-swiftclient-0:4.0.1-0.20220811174436.9eee29d.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tempita-0:0.5.1-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tenacity-0:6.2.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testrepository-0:0.0.20-20.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testresources-0:2.0.1-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testscenarios-0:0.5.0-21.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-testtools-0:2.4.0-8.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tooz-0:3.0.0-0.20220811181909.d145b50.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-tornado-debuginfo-0:6.1.0-2.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-tox-current-env-0:0.0.6-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-traceback2-0:1.4.0-25.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typeguard-0:2.9.1-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-typing-extensions-0:3.7.4.3-2.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-unittest2-0:1.1.0-24.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-vine-0:5.0.0-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-virtualenv-0:20.4.4-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-voluptuous-0:0.11.7-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-waitress-0:2.0.0-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-warlock-0:1.3.3-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wcwidth-0:0.2.5-2.el9.2.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webencodings-0:0.5.1-15.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webob-0:1.8.5-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-webtest-0:2.0.33-5.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-wrapt-debuginfo-0:1.11.2-4.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-wsme-0:0.11.0-0.20220802144439.80bda90.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-yappi-debuginfo-0:1.3.1-2.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zake-0:0.2.2-19.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zeroconf-0:0.24.4-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zipp-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-event-0:4.2.0-20.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.aarch64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.ppc64le",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.s390x",
"9Base-RHOSE-IRONIC-4.12:python3-zope-interface-0:5.4.0-1.el9.x86_64",
"9Base-RHOSE-IRONIC-4.12:python3-zope-testing-0:4.7-4.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.src",
"9Base-RHOSE-IRONIC-4.12:subunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-cppunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debuginfo-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-debugsource-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-devel-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:subunit-filters-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-perl-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-shell-0:1.4.0-6.el9.1.noarch",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.aarch64",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.ppc64le",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.s390x",
"9Base-RHOSE-IRONIC-4.12:subunit-static-0:1.4.0-6.el9.1.x86_64",
"9Base-RHOSE-IRONIC-4.12:tox-0:3.23.0-2.el9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
}
]
}
RHSA-2023_2758
Vulnerability from csaf_redhat - Published: 2023-05-16 08:49 - Updated: 2024-12-17 22:17Notes
{
"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* golang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)\n\n* golang: go/parser: stack exhaustion in all Parse* functions (CVE-2022-1962)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: encoding/xml: stack exhaustion in Decoder.Skip (CVE-2022-28131)\n\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\n\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n\n* golang: encoding/xml: stack exhaustion in Unmarshal (CVE-2022-30633)\n\n* golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)\n\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* podman: symlink exchange attack in podman export volume (CVE-2023-0778)\n\n* golang: crypto/tls: session tickets lack random ticket_age_add (CVE-2022-30629)\n\n* 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-2022-32189)\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.8 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:2758",
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
},
{
"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.8_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.8_release_notes/index"
},
{
"category": "external",
"summary": "2033280",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2033280"
},
{
"category": "external",
"summary": "2047290",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2047290"
},
{
"category": "external",
"summary": "2059658",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2059658"
},
{
"category": "external",
"summary": "2080458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080458"
},
{
"category": "external",
"summary": "2089790",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2089790"
},
{
"category": "external",
"summary": "2090166",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090166"
},
{
"category": "external",
"summary": "2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "2097708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097708"
},
{
"category": "external",
"summary": "2106396",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106396"
},
{
"category": "external",
"summary": "2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "2107376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376"
},
{
"category": "external",
"summary": "2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "2107390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107390"
},
{
"category": "external",
"summary": "2107392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107392"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2116481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116481"
},
{
"category": "external",
"summary": "2116922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116922"
},
{
"category": "external",
"summary": "2120435",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2120435"
},
{
"category": "external",
"summary": "2121841",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121841"
},
{
"category": "external",
"summary": "2123415",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123415"
},
{
"category": "external",
"summary": "2124414",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124414"
},
{
"category": "external",
"summary": "2124416",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124416"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2124705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124705"
},
{
"category": "external",
"summary": "2124952",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124952"
},
{
"category": "external",
"summary": "2126243",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126243"
},
{
"category": "external",
"summary": "2126697",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126697"
},
{
"category": "external",
"summary": "2128675",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2128675"
},
{
"category": "external",
"summary": "2131741",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131741"
},
{
"category": "external",
"summary": "2131836",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131836"
},
{
"category": "external",
"summary": "2135970",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135970"
},
{
"category": "external",
"summary": "2135973",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135973"
},
{
"category": "external",
"summary": "2136319",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2136319"
},
{
"category": "external",
"summary": "2136933",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2136933"
},
{
"category": "external",
"summary": "2138434",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138434"
},
{
"category": "external",
"summary": "2139052",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139052"
},
{
"category": "external",
"summary": "2139724",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139724"
},
{
"category": "external",
"summary": "2140084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140084"
},
{
"category": "external",
"summary": "2140087",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140087"
},
{
"category": "external",
"summary": "2141452",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2141452"
},
{
"category": "external",
"summary": "2142711",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142711"
},
{
"category": "external",
"summary": "2144754",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144754"
},
{
"category": "external",
"summary": "2152516",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152516"
},
{
"category": "external",
"summary": "2153036",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153036"
},
{
"category": "external",
"summary": "2155828",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155828"
},
{
"category": "external",
"summary": "2157930",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2157930"
},
{
"category": "external",
"summary": "2158084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158084"
},
{
"category": "external",
"summary": "2158469",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158469"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "2161682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161682"
},
{
"category": "external",
"summary": "2163759",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163759"
},
{
"category": "external",
"summary": "2165875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165875"
},
{
"category": "external",
"summary": "2168256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168256"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2758.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2024-12-17T22:17:58+00:00",
"generator": {
"date": "2024-12-17T22:17:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:2758",
"initial_release_date": "2023-05-16T08:49:00+00:00",
"revision_history": [
{
"date": "2023-05-16T08:49:00+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-16T08:49:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:17: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. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.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:8080020230321153727:0f77c1b7",
"product": {
"name": "container-tools:rhel8:8080020230321153727:0f77c1b7",
"product_id": "container-tools:rhel8:8080020230321153727:0f77c1b7",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/container-tools@rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"product": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"product_id": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@63.1-1.module%2Bel8.8.0%2B18286%2Bcd236dce?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"product": {
"name": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"product_id": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-2.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"product": {
"name": "podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"product_id": "podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=noarch\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"product": {
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"product_id": "python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.4.1-1.module%2Bel8.8.0%2B18275%2B3a56cc62?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"product": {
"name": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"product_id": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"product": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"product_id": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"product": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"product_id": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@63.1-1.module%2Bel8.8.0%2B18286%2Bcd236dce?arch=src"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"product": {
"name": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"product_id": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-2.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"product": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"product_id": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"product": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"product_id": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-63.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"product_id": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"product": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"product_id": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=src"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"product": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"product_id": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"product": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"product_id": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.0-4.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"product": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"product_id": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"product": {
"name": "python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"product_id": "python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.4.1-1.module%2Bel8.8.0%2B18275%2B3a56cc62?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"product": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"product_id": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"product": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"product_id": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=src"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src",
"product": {
"name": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src",
"product_id": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"product": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"product_id": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"product_id": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"product": {
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"product_id": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"product": {
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"product_id": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"product": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"product_id": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-63.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"product": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"product_id": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"product": {
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"product_id": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"product": {
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"product_id": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.0-4.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_id": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product": {
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_id": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product": {
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_id": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product": {
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_id": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product": {
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_id": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product": {
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_id": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product": {
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_id": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_id": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product": {
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_id": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"product": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"product_id": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"product": {
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"product_id": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_id": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"product": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"product_id": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"product": {
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"product_id": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"product": {
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"product_id": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"product": {
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"product_id": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"product_id": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"product": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"product_id": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-63.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"product": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"product_id": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"product": {
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"product_id": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"product": {
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"product_id": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.0-4.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_id": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product": {
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_id": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product": {
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_id": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product": {
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_id": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product": {
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_id": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product": {
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_id": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_id": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product": {
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_id": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_id": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product": {
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_id": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"product": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"product_id": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"product": {
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"product_id": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"product_id": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"product": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"product_id": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"product_id": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"product_id": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"product": {
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"product_id": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"product": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_id": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-63.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"product": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"product_id": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"product_id": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"product": {
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"product_id": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.0-4.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_id": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product": {
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_id": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product": {
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_id": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product": {
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_id": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product": {
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_id": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product": {
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_id": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_id": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product": {
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_id": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_id": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product": {
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_id": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"product": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"product_id": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"product": {
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"product_id": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_id": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"product": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"product_id": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"product_id": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"product": {
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"product_id": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"product": {
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"product_id": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"product": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"product_id": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-63.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"product": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"product_id": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"product": {
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"product_id": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"product": {
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"product_id": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.0-4.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_id": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product": {
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_id": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product": {
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_id": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product": {
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_id": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product": {
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_id": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product": {
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_id": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_id": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product": {
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_id": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_id": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product": {
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_id": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"product": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"product_id": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"product": {
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"product_id": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_id": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
"product_reference": "container-tools:rhel8:8080020230321153727:0f77c1b7",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64"
},
"product_reference": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le"
},
"product_reference": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x"
},
"product_reference": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src"
},
"product_reference": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64"
},
"product_reference": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x"
},
"product_reference": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64"
},
"product_reference": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x"
},
"product_reference": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64"
},
"product_reference": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64"
},
"product_reference": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le"
},
"product_reference": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x"
},
"product_reference": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64"
},
"product_reference": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch"
},
"product_reference": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src"
},
"product_reference": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch"
},
"product_reference": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src"
},
"product_reference": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src"
},
"product_reference": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64"
},
"product_reference": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le"
},
"product_reference": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x"
},
"product_reference": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src"
},
"product_reference": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64"
},
"product_reference": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64"
},
"product_reference": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le"
},
"product_reference": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x"
},
"product_reference": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src"
},
"product_reference": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64"
},
"product_reference": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64"
},
"product_reference": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x"
},
"product_reference": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64"
},
"product_reference": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64"
},
"product_reference": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le"
},
"product_reference": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x"
},
"product_reference": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64"
},
"product_reference": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src"
},
"product_reference": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src"
},
"product_reference": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64"
},
"product_reference": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le"
},
"product_reference": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x"
},
"product_reference": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src"
},
"product_reference": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64"
},
"product_reference": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64"
},
"product_reference": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le"
},
"product_reference": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x"
},
"product_reference": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64"
},
"product_reference": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64"
},
"product_reference": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le"
},
"product_reference": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x"
},
"product_reference": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64"
},
"product_reference": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64"
},
"product_reference": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le"
},
"product_reference": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x"
},
"product_reference": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64"
},
"product_reference": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch"
},
"product_reference": "podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64"
},
"product_reference": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le"
},
"product_reference": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x"
},
"product_reference": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64"
},
"product_reference": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64"
},
"product_reference": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le"
},
"product_reference": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x"
},
"product_reference": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64"
},
"product_reference": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64"
},
"product_reference": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le"
},
"product_reference": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x"
},
"product_reference": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64"
},
"product_reference": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64"
},
"product_reference": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le"
},
"product_reference": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x"
},
"product_reference": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64"
},
"product_reference": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src"
},
"product_reference": "python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch"
},
"product_reference": "python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64"
},
"product_reference": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le"
},
"product_reference": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x"
},
"product_reference": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src"
},
"product_reference": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64"
},
"product_reference": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64"
},
"product_reference": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le"
},
"product_reference": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x"
},
"product_reference": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64"
},
"product_reference": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src"
},
"product_reference": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64 as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch"
},
"product_reference": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src as a component of container-tools:rhel8:8080020230321153727:0f77c1b7 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
},
"product_reference": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src",
"relates_to_product_reference": "AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding 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.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"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": [
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"cve": "CVE-2022-1962",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, go/parser. When calling any Parse functions on the Go source code, which contains deeply nested types or declarations, a panic can occur due to stack exhaustion. This issue allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: stack exhaustion in all Parse* functions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1962"
},
{
"category": "external",
"summary": "RHBZ#2107376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962"
},
{
"category": "external",
"summary": "https://go.dev/issue/53616",
"url": "https://go.dev/issue/53616"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: stack exhaustion in all Parse* functions"
},
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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": [
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
},
"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": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"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": [
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-28131",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107390"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang encoding/xml. When calling Decoder, Skip while parsing a deeply nested XML document, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/xml: stack exhaustion in Decoder.Skip",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-28131"
},
{
"category": "external",
"summary": "RHBZ#2107390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107390"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28131",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28131"
},
{
"category": "external",
"summary": "https://go.dev/issue/53614",
"url": "https://go.dev/issue/53614"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/xml: stack exhaustion in Decoder.Skip"
},
{
"cve": "CVE-2022-30629",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"discovery_date": "2022-06-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2092793"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls golang package. When session tickets are generated by crypto/tls, it is missing the ticket expiration. This issue may allow an attacker to observe the TLS handshakes to correlate successive connections during session resumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: session tickets lack random ticket_age_add",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30629"
},
{
"category": "external",
"summary": "RHBZ#2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg",
"url": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg"
}
],
"release_date": "2022-06-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: crypto/tls: session tickets lack random ticket_age_add"
},
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30631",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: compress/gzip: stack exhaustion in Reader.Read",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "RHBZ#2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631"
},
{
"category": "external",
"summary": "https://go.dev/issue/53168",
"url": "https://go.dev/issue/53168"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: compress/gzip: stack exhaustion in Reader.Read"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30633",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107392"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Unmarshal on an XML document into a Go struct, which has a nested field that uses the \"any\" field tag, can cause a panic due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/xml: stack exhaustion in Unmarshal",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30633"
},
{
"category": "external",
"summary": "RHBZ#2107392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107392"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30633",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30633"
},
{
"category": "external",
"summary": "https://go.dev/issue/53611",
"url": "https://go.dev/issue/53611"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/xml: stack exhaustion in Unmarshal"
},
{
"cve": "CVE-2022-30635",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/gob: stack exhaustion in Decoder.Decode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform (OCP) starting from 4.10 stream is already compiled in the patched version of Go, hence is not affected by this vulnerability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "RHBZ#2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635"
},
{
"category": "external",
"summary": "https://go.dev/issue/53615",
"url": "https://go.dev/issue/53615"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/gob: stack exhaustion in Decoder.Decode"
},
{
"cve": "CVE-2022-32148",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "RHBZ#2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148"
},
{
"category": "external",
"summary": "https://go.dev/issue/53423",
"url": "https://go.dev/issue/53423"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"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": [
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
},
{
"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": [
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
},
"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": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"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": [
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
}
],
"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-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": [
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
},
"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-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
},
{
"acknowledgments": [
{
"names": [
"Zhi Li"
],
"organization": "Huazhong University of Science and Technology"
},
{
"names": [
"Weijie Liu",
"Hongliang Tian"
],
"organization": "Ant Group"
},
{
"names": [
"XiaoFeng Wang"
],
"organization": "Indiana University Bloomington"
}
],
"cve": "CVE-2023-0778",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2023-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2168256"
}
],
"notes": [
{
"category": "description",
"text": "A Time-of-check Time-of-use (TOCTOU) flaw was found in podman. This issue may allow a malicious user to replace a normal file in a volume with a symlink while exporting the volume, allowing for access to arbitrary files on the host file system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "podman: symlink exchange attack in podman export volume",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0778"
},
{
"category": "external",
"summary": "RHBZ#2168256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168256"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0778",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0778"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0778",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0778"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-qwqv-rqgf-8qh8",
"url": "https://github.com/advisories/GHSA-qwqv-rqgf-8qh8"
}
],
"release_date": "2023-02-15T15:56:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch",
"AppStream-8.8.0.GA:container-tools:rhel8:8080020230321153727:0f77c1b7:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "podman: symlink exchange attack in podman export volume"
}
]
}
RHSA-2022_8626
Vulnerability from csaf_redhat - Published: 2022-11-28 20:47 - Updated: 2024-12-17 22:07Notes
{
"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.11.17 is now available with\nupdates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.11.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. 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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.11.17. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHBA-2022:8627\n\nSecurity Fix(es):\n\n* golang: net/http: improper sanitization of Transfer-Encoding header\n(CVE-2022-1705)\n* golang: net/http: handle server errors after sending GOAWAY\n(CVE-2022-27664)\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit\nX-Forwarded-For not working (CVE-2022-32148)\n* golang: math/big: decoding big.Float and big.Rat types can panic if the\nencoded message is too short, potentially allowing a denial of service\n(CVE-2022-32189)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s)\nlisted in the References section.\n\nAll OpenShift Container Platform 4.11 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.11/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-2022:8626",
"url": "https://access.redhat.com/errata/RHSA-2022:8626"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"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": "OCPBUGS-4045",
"url": "https://issues.redhat.com/browse/OCPBUGS-4045"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8626.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.11.17 packages and security update",
"tracking": {
"current_release_date": "2024-12-17T22:07:11+00:00",
"generator": {
"date": "2024-12-17T22:07:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2022:8626",
"initial_release_date": "2022-11-28T20:47:08+00:00",
"revision_history": [
{
"date": "2022-11-28T20:47:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-28T20:47:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:07:11+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.11",
"product": {
"name": "Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.11::el8"
}
}
},
{
"category": "product_name",
"name": "Ironic content for Red Hat OpenShift Container Platform 4.11",
"product": {
"name": "Ironic content for Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-IRONIC-4.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ironic:4.11::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"product": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"product_id": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.24.2-7.el8.src",
"product": {
"name": "cri-tools-0:1.24.2-7.el8.src",
"product_id": "cri-tools-0:1.24.2-7.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.24.2-7.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.src",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.src",
"product_id": "ignition-0:2.14.0-5.rhaos4.11.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.11.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"product_id": "openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.11.0-202211091106.p0.g5658434.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"product": {
"name": "python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"product_id": "python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sushy@4.1.3-0.20221107175431.1da4385.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product_id": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product_id": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product_id": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.24.2-7.el8.x86_64",
"product": {
"name": "cri-tools-0:1.24.2-7.el8.x86_64",
"product_id": "cri-tools-0:1.24.2-7.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.24.2-7.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"product_id": "cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.24.2-7.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"product_id": "cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.24.2-7.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_id": "ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.11.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.11.0-202211091106.p0.g5658434.assembly.stream.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product_id": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product_id": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product_id": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.24.2-7.el8.aarch64",
"product": {
"name": "cri-tools-0:1.24.2-7.el8.aarch64",
"product_id": "cri-tools-0:1.24.2-7.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.24.2-7.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"product_id": "cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.24.2-7.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"product_id": "cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.24.2-7.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_id": "ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.11.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.11.0-202211091106.p0.g5658434.assembly.stream.el8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product_id": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product_id": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product_id": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.24.2-7.el8.ppc64le",
"product": {
"name": "cri-tools-0:1.24.2-7.el8.ppc64le",
"product_id": "cri-tools-0:1.24.2-7.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.24.2-7.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"product_id": "cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.24.2-7.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.24.2-7.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_id": "ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.11.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.11.0-202211091106.p0.g5658434.assembly.stream.el8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product_id": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product": {
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product_id": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product_id": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.24.3-6.rhaos4.11.gitc4567c0.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.24.2-7.el8.s390x",
"product": {
"name": "cri-tools-0:1.24.2-7.el8.s390x",
"product_id": "cri-tools-0:1.24.2-7.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.24.2-7.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"product_id": "cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.24.2-7.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"product_id": "cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.24.2-7.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"product": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_id": "ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.14.0-5.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"product": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_id": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.14.0-5.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"product": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_id": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.14.0-5.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"product": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_id": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.14.0-5.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"product": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_id": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.14.0-5.rhaos4.11.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.11.0-202211091106.p0.g5658434.assembly.stream.el8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"product": {
"name": "python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"product_id": "python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy@4.1.3-0.20221107175431.1da4385.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"product": {
"name": "python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"product_id": "python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy-tests@4.1.3-0.20221107175431.1da4385.el8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64"
},
"product_reference": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le"
},
"product_reference": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x"
},
"product_reference": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src"
},
"product_reference": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64"
},
"product_reference": "cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x"
},
"product_reference": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.24.2-7.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64"
},
"product_reference": "cri-tools-0:1.24.2-7.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.24.2-7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le"
},
"product_reference": "cri-tools-0:1.24.2-7.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.24.2-7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x"
},
"product_reference": "cri-tools-0:1.24.2-7.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.24.2-7.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src"
},
"product_reference": "cri-tools-0:1.24.2-7.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.24.2-7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64"
},
"product_reference": "cri-tools-0:1.24.2-7.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.24.2-7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.24.2-7.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.24.2-7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.24.2-7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.24.2-7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.11.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.14.0-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64"
},
"product_reference": "ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64"
},
"product_reference": "ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64"
},
"product_reference": "ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64"
},
"product_reference": "ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64"
},
"product_reference": "ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src"
},
"product_reference": "python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"relates_to_product_reference": "8Base-RHOSE-IRONIC-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
},
"product_reference": "python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-IRONIC-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
},
"product_reference": "python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-IRONIC-4.11"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding 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-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T20:47:08+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8626"
}
],
"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-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"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-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
}
],
"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-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
},
"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": "2022-11-28T20:47:08+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8626"
}
],
"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-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-32148",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "RHBZ#2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148"
},
{
"category": "external",
"summary": "https://go.dev/issue/53423",
"url": "https://go.dev/issue/53423"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T20:47:08+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8626"
}
],
"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-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
}
],
"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-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
},
"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": "2022-11-28T20:47:08+00:00",
"details": "See the following documentation, which will be updated shortly for this\nrelease, for important instructions on how to upgrade your cluster and\nfully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8626"
}
],
"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-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.src",
"8Base-RHOSE-4.11:cri-o-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debuginfo-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.aarch64",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.ppc64le",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.s390x",
"8Base-RHOSE-4.11:cri-o-debugsource-0:1.24.3-6.rhaos4.11.gitc4567c0.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.src",
"8Base-RHOSE-4.11:cri-tools-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debuginfo-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.aarch64",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.ppc64le",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.s390x",
"8Base-RHOSE-4.11:cri-tools-debugsource-0:1.24.2-7.el8.x86_64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.src",
"8Base-RHOSE-4.11:ignition-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-debugsource-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.aarch64",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.ppc64le",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.s390x",
"8Base-RHOSE-4.11:ignition-validate-debuginfo-0:2.14.0-5.rhaos4.11.el8.x86_64",
"8Base-RHOSE-4.11:openshift-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.src",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.s390x",
"8Base-RHOSE-4.11:openshift-hyperkube-0:4.11.0-202211091106.p0.g5658434.assembly.stream.el8.x86_64",
"8Base-RHOSE-IRONIC-4.11:python-sushy-0:4.1.3-0.20221107175431.1da4385.el8.src",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-0:4.1.3-0.20221107175431.1da4385.el8.noarch",
"8Base-RHOSE-IRONIC-4.11:python3-sushy-tests-0:4.1.3-0.20221107175431.1da4385.el8.noarch"
]
}
],
"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"
}
]
}
RHSA-2023_2236
Vulnerability from csaf_redhat - Published: 2023-05-09 10:03 - Updated: 2024-12-17 22:17Notes
{
"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* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* 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-2022-32189)\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.2 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:2236",
"url": "https://access.redhat.com/errata/RHSA-2023:2236"
},
{
"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.2_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index"
},
{
"category": "external",
"summary": "2033282",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2033282"
},
{
"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": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "2163752",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163752"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2236.json"
}
],
"title": "Red Hat Security Advisory: toolbox security and bug fix update",
"tracking": {
"current_release_date": "2024-12-17T22:17:09+00:00",
"generator": {
"date": "2024-12-17T22:17:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:2236",
"initial_release_date": "2023-05-09T10:03:47+00:00",
"revision_history": [
{
"date": "2023-05-09T10:03:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-09T10:03:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:17: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.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.3-9.el9.src",
"product": {
"name": "toolbox-0:0.0.99.3-9.el9.src",
"product_id": "toolbox-0:0.0.99.3-9.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-9.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-9.el9.aarch64",
"product": {
"name": "toolbox-0:0.0.99.3-9.el9.aarch64",
"product_id": "toolbox-0:0.0.99.3-9.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-9.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"product": {
"name": "toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"product_id": "toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-9.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"product_id": "toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-9.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"product_id": "toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-9.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-9.el9.ppc64le",
"product": {
"name": "toolbox-0:0.0.99.3-9.el9.ppc64le",
"product_id": "toolbox-0:0.0.99.3-9.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-9.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"product": {
"name": "toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"product_id": "toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-9.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"product_id": "toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-9.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"product_id": "toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-9.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-9.el9.x86_64",
"product": {
"name": "toolbox-0:0.0.99.3-9.el9.x86_64",
"product_id": "toolbox-0:0.0.99.3-9.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-9.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-9.el9.x86_64",
"product": {
"name": "toolbox-tests-0:0.0.99.3-9.el9.x86_64",
"product_id": "toolbox-tests-0:0.0.99.3-9.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-9.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"product_id": "toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-9.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"product_id": "toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-9.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-9.el9.s390x",
"product": {
"name": "toolbox-0:0.0.99.3-9.el9.s390x",
"product_id": "toolbox-0:0.0.99.3-9.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-9.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-9.el9.s390x",
"product": {
"name": "toolbox-tests-0:0.0.99.3-9.el9.s390x",
"product_id": "toolbox-tests-0:0.0.99.3-9.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-9.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"product_id": "toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-9.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"product_id": "toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-9.el9?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.3-9.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.aarch64"
},
"product_reference": "toolbox-0:0.0.99.3-9.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-9.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le"
},
"product_reference": "toolbox-0:0.0.99.3-9.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-9.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x"
},
"product_reference": "toolbox-0:0.0.99.3-9.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-9.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src"
},
"product_reference": "toolbox-0:0.0.99.3-9.el9.src",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-9.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64"
},
"product_reference": "toolbox-0:0.0.99.3-9.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-9.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-9.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64"
},
"product_reference": "toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-9.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le"
},
"product_reference": "toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-9.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x"
},
"product_reference": "toolbox-tests-0:0.0.99.3-9.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-9.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
},
"product_reference": "toolbox-tests-0:0.0.99.3-9.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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": [
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
]
},
"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": "2023-05-09T10:03:47+00:00",
"details": "For details on how 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.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2236"
}
],
"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": [
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
]
}
],
"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": [
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
]
},
"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": "2023-05-09T10:03:47+00:00",
"details": "For details on how 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.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2236"
}
],
"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": [
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
]
}
],
"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-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": [
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41717"
},
{
"category": "external",
"summary": "RHBZ#2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717"
},
{
"category": "external",
"summary": "https://go.dev/cl/455635",
"url": "https://go.dev/cl/455635"
},
{
"category": "external",
"summary": "https://go.dev/cl/455717",
"url": "https://go.dev/cl/455717"
},
{
"category": "external",
"summary": "https://go.dev/issue/56350",
"url": "https://go.dev/issue/56350"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ",
"url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-1144",
"url": "https://pkg.go.dev/vuln/GO-2022-1144"
}
],
"release_date": "2022-11-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:47+00:00",
"details": "For details on how 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.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2236"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.src",
"AppStream-9.2.0.GA:toolbox-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debuginfo-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-debugsource-0:0.0.99.3-9.el9.x86_64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.aarch64",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.ppc64le",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.s390x",
"AppStream-9.2.0.GA:toolbox-tests-0:0.0.99.3-9.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
RHSA-2023_3742
Vulnerability from csaf_redhat - Published: 2023-06-21 15:22 - Updated: 2024-12-17 22: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": "Updated images that include numerous enhancements, security, and bug fixes are now available in Red Hat Container Registry for Red Hat OpenShift Data Foundation 4.13.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* goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be (CVE-2021-4238)\n\n* decode-uri-component: improper input validation resulting in DoS (CVE-2022-38900)\n\n* vault: Hashicorp Vault AWS IAM Integration Authentication Bypass (CVE-2020-16250)\n\n* vault: GCP Auth Method Allows Authentication Bypass (CVE-2020-16251)\n\n* nodejs-ansi-regex: Regular expression denial of service (ReDoS) matching ANSI escape codes (CVE-2021-3807)\n\n* go-yaml: Denial of Service in go-yaml (CVE-2021-4235)\n\n* vault: incorrect policy enforcement (CVE-2021-43998)\n\n* nodejs: Improper handling of URI Subject Alternative Names (CVE-2021-44531)\n\n* nodejs: Certificate Verification Bypass via String Injection (CVE-2021-44532)\n\n* nodejs: Incorrect handling of certificate subject and issuer fields (CVE-2021-44533)\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* nodejs-minimatch: ReDoS via the braceExpand function (CVE-2022-3517)\n\n* jsonwebtoken: Insecure default algorithm in jwt.verify() could lead to signature validation bypass (CVE-2022-23540)\n\n* jsonwebtoken: Insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC (CVE-2022-23541)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)\n\n* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)\n\n* consul: Consul Template May Expose Vault Secrets When Processing Invalid Input (CVE-2022-38149)\n\n* vault: insufficient certificate revocation list checking (CVE-2022-41316)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\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* json5: Prototype Pollution in JSON5 via Parse Method (CVE-2022-46175)\n\n* vault: Vault\u2019s Microsoft SQL Database Storage Backend Vulnerable to SQL Injection Via Configuration File (CVE-2023-0620)\n\n* hashicorp/vault: Vault\u2019s PKI Issuer Endpoint Did Not Correctly Authorize Access to Issuer Metadata (CVE-2023-0665)\n\n* Hashicorp/vault: Vault Fails to Verify if Approle SecretID Belongs to Role During a Destroy Operation (CVE-2023-24999)\n\n* hashicorp/vault: Cache-Timing Attacks During Seal and Unseal Operations (CVE-2023-25000)\n\n* validator: Inefficient Regular Expression Complexity in Validator.js (CVE-2021-3765)\n\n* nodejs: Prototype pollution via console.table properties (CVE-2022-21824)\n\n* 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-2022-32189)\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:3742",
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
},
{
"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_openshift_data_foundation/4.13/html/4.13_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index"
},
{
"category": "external",
"summary": "1786696",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786696"
},
{
"category": "external",
"summary": "1855339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1855339"
},
{
"category": "external",
"summary": "1943137",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1943137"
},
{
"category": "external",
"summary": "1944687",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1944687"
},
{
"category": "external",
"summary": "1989088",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1989088"
},
{
"category": "external",
"summary": "2005040",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005040"
},
{
"category": "external",
"summary": "2005830",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005830"
},
{
"category": "external",
"summary": "2007557",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2007557"
},
{
"category": "external",
"summary": "2028193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2028193"
},
{
"category": "external",
"summary": "2040839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040839"
},
{
"category": "external",
"summary": "2040846",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040846"
},
{
"category": "external",
"summary": "2040856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040856"
},
{
"category": "external",
"summary": "2040862",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040862"
},
{
"category": "external",
"summary": "2042914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2042914"
},
{
"category": "external",
"summary": "2052252",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2052252"
},
{
"category": "external",
"summary": "2101497",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101497"
},
{
"category": "external",
"summary": "2101916",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101916"
},
{
"category": "external",
"summary": "2102304",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102304"
},
{
"category": "external",
"summary": "2104148",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104148"
},
{
"category": "external",
"summary": "2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2115020",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115020"
},
{
"category": "external",
"summary": "2115616",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115616"
},
{
"category": "external",
"summary": "2119551",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2119551"
},
{
"category": "external",
"summary": "2120098",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2120098"
},
{
"category": "external",
"summary": "2120944",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2120944"
},
{
"category": "external",
"summary": "2124668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2126299",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126299"
},
{
"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": "2134609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609"
},
{
"category": "external",
"summary": "2135339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135339"
},
{
"category": "external",
"summary": "2139037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139037"
},
{
"category": "external",
"summary": "2141095",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2141095"
},
{
"category": "external",
"summary": "2142651",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142651"
},
{
"category": "external",
"summary": "2142894",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142894"
},
{
"category": "external",
"summary": "2142941",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142941"
},
{
"category": "external",
"summary": "2143944",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2143944"
},
{
"category": "external",
"summary": "2144256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144256"
},
{
"category": "external",
"summary": "2151903",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151903"
},
{
"category": "external",
"summary": "2152143",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152143"
},
{
"category": "external",
"summary": "2154250",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2154250"
},
{
"category": "external",
"summary": "2155507",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155507"
},
{
"category": "external",
"summary": "2155743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155743"
},
{
"category": "external",
"summary": "2156067",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156067"
},
{
"category": "external",
"summary": "2156069",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156069"
},
{
"category": "external",
"summary": "2156263",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156263"
},
{
"category": "external",
"summary": "2156519",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156519"
},
{
"category": "external",
"summary": "2156727",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156727"
},
{
"category": "external",
"summary": "2156729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156729"
},
{
"category": "external",
"summary": "2157876",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2157876"
},
{
"category": "external",
"summary": "2158922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158922"
},
{
"category": "external",
"summary": "2159676",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159676"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "2161879",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161879"
},
{
"category": "external",
"summary": "2161937",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161937"
},
{
"category": "external",
"summary": "2162257",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162257"
},
{
"category": "external",
"summary": "2164617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164617"
},
{
"category": "external",
"summary": "2165495",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165495"
},
{
"category": "external",
"summary": "2165504",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165504"
},
{
"category": "external",
"summary": "2165929",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165929"
},
{
"category": "external",
"summary": "2165938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165938"
},
{
"category": "external",
"summary": "2165984",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165984"
},
{
"category": "external",
"summary": "2166222",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166222"
},
{
"category": "external",
"summary": "2166234",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166234"
},
{
"category": "external",
"summary": "2166869",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166869"
},
{
"category": "external",
"summary": "2167299",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167299"
},
{
"category": "external",
"summary": "2167308",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167308"
},
{
"category": "external",
"summary": "2167337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167337"
},
{
"category": "external",
"summary": "2167340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167340"
},
{
"category": "external",
"summary": "2167946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167946"
},
{
"category": "external",
"summary": "2168113",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168113"
},
{
"category": "external",
"summary": "2168635",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168635"
},
{
"category": "external",
"summary": "2168840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168840"
},
{
"category": "external",
"summary": "2168849",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168849"
},
{
"category": "external",
"summary": "2169375",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169375"
},
{
"category": "external",
"summary": "2169378",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169378"
},
{
"category": "external",
"summary": "2169779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169779"
},
{
"category": "external",
"summary": "2170644",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170644"
},
{
"category": "external",
"summary": "2170673",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170673"
},
{
"category": "external",
"summary": "2172089",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172089"
},
{
"category": "external",
"summary": "2172365",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172365"
},
{
"category": "external",
"summary": "2172521",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172521"
},
{
"category": "external",
"summary": "2173161",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173161"
},
{
"category": "external",
"summary": "2173528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173528"
},
{
"category": "external",
"summary": "2173534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173534"
},
{
"category": "external",
"summary": "2173926",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173926"
},
{
"category": "external",
"summary": "2175612",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175612"
},
{
"category": "external",
"summary": "2175685",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175685"
},
{
"category": "external",
"summary": "2175714",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175714"
},
{
"category": "external",
"summary": "2175867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175867"
},
{
"category": "external",
"summary": "2176080",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176080"
},
{
"category": "external",
"summary": "2176456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176456"
},
{
"category": "external",
"summary": "2176739",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176739"
},
{
"category": "external",
"summary": "2176776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176776"
},
{
"category": "external",
"summary": "2176798",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176798"
},
{
"category": "external",
"summary": "2176809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176809"
},
{
"category": "external",
"summary": "2177134",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177134"
},
{
"category": "external",
"summary": "2177221",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177221"
},
{
"category": "external",
"summary": "2177325",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177325"
},
{
"category": "external",
"summary": "2177695",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177695"
},
{
"category": "external",
"summary": "2177844",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177844"
},
{
"category": "external",
"summary": "2178033",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178033"
},
{
"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": "2178588",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178588"
},
{
"category": "external",
"summary": "2178619",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178619"
},
{
"category": "external",
"summary": "2178682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178682"
},
{
"category": "external",
"summary": "2179133",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179133"
},
{
"category": "external",
"summary": "2179337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179337"
},
{
"category": "external",
"summary": "2179403",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179403"
},
{
"category": "external",
"summary": "2179846",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179846"
},
{
"category": "external",
"summary": "2179860",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179860"
},
{
"category": "external",
"summary": "2179976",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179976"
},
{
"category": "external",
"summary": "2179981",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179981"
},
{
"category": "external",
"summary": "2179997",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179997"
},
{
"category": "external",
"summary": "2180211",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180211"
},
{
"category": "external",
"summary": "2180397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180397"
},
{
"category": "external",
"summary": "2180440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180440"
},
{
"category": "external",
"summary": "2180921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180921"
},
{
"category": "external",
"summary": "2181112",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181112"
},
{
"category": "external",
"summary": "2181133",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181133"
},
{
"category": "external",
"summary": "2181446",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181446"
},
{
"category": "external",
"summary": "2181535",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181535"
},
{
"category": "external",
"summary": "2181551",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181551"
},
{
"category": "external",
"summary": "2181832",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181832"
},
{
"category": "external",
"summary": "2181949",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181949"
},
{
"category": "external",
"summary": "2182041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182041"
},
{
"category": "external",
"summary": "2182296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182296"
},
{
"category": "external",
"summary": "2182375",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182375"
},
{
"category": "external",
"summary": "2182644",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182644"
},
{
"category": "external",
"summary": "2182664",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182664"
},
{
"category": "external",
"summary": "2182703",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182703"
},
{
"category": "external",
"summary": "2182972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182972"
},
{
"category": "external",
"summary": "2182981",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182981"
},
{
"category": "external",
"summary": "2183155",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183155"
},
{
"category": "external",
"summary": "2183196",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183196"
},
{
"category": "external",
"summary": "2183266",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183266"
},
{
"category": "external",
"summary": "2183457",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183457"
},
{
"category": "external",
"summary": "2183478",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183478"
},
{
"category": "external",
"summary": "2183520",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183520"
},
{
"category": "external",
"summary": "2184068",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184068"
},
{
"category": "external",
"summary": "2184605",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184605"
},
{
"category": "external",
"summary": "2184663",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184663"
},
{
"category": "external",
"summary": "2184769",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184769"
},
{
"category": "external",
"summary": "2184773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184773"
},
{
"category": "external",
"summary": "2184892",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184892"
},
{
"category": "external",
"summary": "2184984",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184984"
},
{
"category": "external",
"summary": "2185164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185164"
},
{
"category": "external",
"summary": "2185188",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185188"
},
{
"category": "external",
"summary": "2185757",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185757"
},
{
"category": "external",
"summary": "2185871",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185871"
},
{
"category": "external",
"summary": "2186171",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186171"
},
{
"category": "external",
"summary": "2186225",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186225"
},
{
"category": "external",
"summary": "2186475",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186475"
},
{
"category": "external",
"summary": "2186752",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186752"
},
{
"category": "external",
"summary": "2187251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187251"
},
{
"category": "external",
"summary": "2187296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187296"
},
{
"category": "external",
"summary": "2187736",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187736"
},
{
"category": "external",
"summary": "2187952",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187952"
},
{
"category": "external",
"summary": "2187969",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187969"
},
{
"category": "external",
"summary": "2187986",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187986"
},
{
"category": "external",
"summary": "2188053",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188053"
},
{
"category": "external",
"summary": "2188238",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188238"
},
{
"category": "external",
"summary": "2188303",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188303"
},
{
"category": "external",
"summary": "2188427",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188427"
},
{
"category": "external",
"summary": "2188666",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188666"
},
{
"category": "external",
"summary": "2189483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189483"
},
{
"category": "external",
"summary": "2189929",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189929"
},
{
"category": "external",
"summary": "2189982",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189982"
},
{
"category": "external",
"summary": "2189984",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189984"
},
{
"category": "external",
"summary": "2190129",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2190129"
},
{
"category": "external",
"summary": "2190241",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2190241"
},
{
"category": "external",
"summary": "2192088",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192088"
},
{
"category": "external",
"summary": "2192670",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192670"
},
{
"category": "external",
"summary": "2192824",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192824"
},
{
"category": "external",
"summary": "2192875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192875"
},
{
"category": "external",
"summary": "2193114",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193114"
},
{
"category": "external",
"summary": "2193220",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193220"
},
{
"category": "external",
"summary": "2196176",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196176"
},
{
"category": "external",
"summary": "2196236",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196236"
},
{
"category": "external",
"summary": "2196298",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196298"
},
{
"category": "external",
"summary": "2203795",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203795"
},
{
"category": "external",
"summary": "2208029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208029"
},
{
"category": "external",
"summary": "2208079",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208079"
},
{
"category": "external",
"summary": "2208269",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208269"
},
{
"category": "external",
"summary": "2208558",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208558"
},
{
"category": "external",
"summary": "2208962",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208962"
},
{
"category": "external",
"summary": "2209364",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209364"
},
{
"category": "external",
"summary": "2209643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209643"
},
{
"category": "external",
"summary": "2209695",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209695"
},
{
"category": "external",
"summary": "2210964",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210964"
},
{
"category": "external",
"summary": "2211334",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211334"
},
{
"category": "external",
"summary": "2211343",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211343"
},
{
"category": "external",
"summary": "2211704",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211704"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3742.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.13.0 security and bug fix update",
"tracking": {
"current_release_date": "2024-12-17T22:56:10+00:00",
"generator": {
"date": "2024-12-17T22:56:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3742",
"initial_release_date": "2023-06-21T15:22:11+00:00",
"revision_history": [
{
"date": "2023-06-21T15:22:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-22T19:51:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:56:10+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHODF 4.13 for RHEL 9",
"product": {
"name": "RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"product_id": "odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.13.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"product_id": "odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.13.0-17"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"product_id": "odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.13.0-41"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"product_id": "odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"product_id": "odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.13.0-41"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"product_id": "odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.13.0-17"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.13.0-78"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"product_id": "odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"product_id": "odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.13.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"product": {
"name": "odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"product_id": "odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.13.0-85"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.13.0-81"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.13.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"product": {
"name": "odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"product_id": "odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"product_id": "odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.13.0-24"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"product_id": "odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.13.0-217"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"product_id": "odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.13.0-33"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.13.0-70"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"product_id": "odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.13.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"product_id": "odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.13.0-17"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"product_id": "odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.13.0-41"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"product_id": "odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"product_id": "odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.13.0-41"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"product_id": "odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.13.0-17"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.13.0-78"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"product_id": "odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"product_id": "odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.13.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"product": {
"name": "odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"product_id": "odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.13.0-85"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.13.0-81"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"product_id": "odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.13.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"product": {
"name": "odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"product_id": "odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"product_id": "odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.13.0-24"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"product_id": "odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.13.0-217"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"product_id": "odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.13.0-33"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.13.0-70"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"product_id": "odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.13.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"product_id": "odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.13.0-17"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"product_id": "odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.13.0-41"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"product_id": "odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"product_id": "odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.13.0-41"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"product_id": "odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.13.0-17"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.13.0-78"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"product_id": "odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"product_id": "odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.13.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"product": {
"name": "odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"product_id": "odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.13.0-85"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.13.0-81"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"product_id": "odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.13.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"product": {
"name": "odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"product_id": "odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"product_id": "odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.13.0-24"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"product_id": "odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.13.0-217"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"product_id": "odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.13.0-33"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.13.0-70"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"product_id": "odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.13.0-17"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"product_id": "odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.13.0-41"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"product_id": "odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.13.0-41"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.13.0-17"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"product_id": "odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.13.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.13.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"product_id": "odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.13.0-24"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"product_id": "odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.13.0-33"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64"
},
"product_reference": "odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le"
},
"product_reference": "odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x"
},
"product_reference": "odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le"
},
"product_reference": "odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x"
},
"product_reference": "odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64"
},
"product_reference": "odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-16250",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"discovery_date": "2023-02-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2167337"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vault and Vault Enterprise (\u201cVault\u201d). In the affected versions of Vault, with the AWS Auth Method configured and under certain circumstances, the values relied upon by Vault to validate AWS IAM identities and roles may be manipulated and bypass authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vault: Hashicorp Vault AWS IAM Integration Authentication Bypass",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-16250"
},
{
"category": "external",
"summary": "RHBZ#2167337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167337"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-16250",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-16250"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-16250",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-16250"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2020-16-vault-s-aws-auth-method-allows-authentication-bypass/18101",
"url": "https://discuss.hashicorp.com/t/hcsec-2020-16-vault-s-aws-auth-method-allows-authentication-bypass/18101"
}
],
"release_date": "2020-08-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vault: Hashicorp Vault AWS IAM Integration Authentication Bypass"
},
{
"cve": "CVE-2020-16251",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"discovery_date": "2023-02-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2167340"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vault and Vault Enterprise (\u201cVault\u201d). In affected versions of Vault, with the GCP Auth Method configured and under certain circumstances, the values relied upon by Vault to validate Google Compute Engine (GCE) VMs may be manipulated and bypass authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vault: GCP Auth Method Allows Authentication Bypass",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-16251"
},
{
"category": "external",
"summary": "RHBZ#2167340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167340"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-16251",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-16251"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-16251",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-16251"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2020-17-vault-s-gcp-auth-method-allows-authentication-bypass/18102",
"url": "https://discuss.hashicorp.com/t/hcsec-2020-17-vault-s-gcp-auth-method-allows-authentication-bypass/18102"
}
],
"release_date": "2020-08-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vault: GCP Auth Method Allows Authentication Bypass"
},
{
"cve": "CVE-2021-3765",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2022-09-13T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126299"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the validator package. Affected versions of this package are vulnerable to Regular expression denial of service (ReDoS) attacks, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "validator: Inefficient Regular Expression Complexity in Validator.js",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3765"
},
{
"category": "external",
"summary": "RHBZ#2126299",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126299"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3765",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3765"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3765",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3765"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/c37e975c-21a3-4c5f-9b57-04d63b28cfc9",
"url": "https://huntr.dev/bounties/c37e975c-21a3-4c5f-9b57-04d63b28cfc9"
}
],
"release_date": "2021-11-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "validator: Inefficient Regular Expression Complexity in Validator.js"
},
{
"cve": "CVE-2021-3807",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-09-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2007557"
}
],
"notes": [
{
"category": "description",
"text": "A regular expression denial of service (ReDoS) vulnerability was found in nodejs-ansi-regex. This could possibly cause an application using ansi-regex to use an excessive amount of CPU time when matching crafted ANSI escape codes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-ansi-regex: Regular expression denial of service (ReDoS) matching ANSI escape codes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw requires crafted invalid ANSI escape codes in order to be exploited and only allows for denial of service of applications on the client side, hence the impact has been rated as Moderate.\n\nIn Red Hat Virtualization and Red Hat Quay some components use a vulnerable version of ansi-regex. However, all frontend code is executed on the client side. As the maximum impact of this vulnerability is denial of service in the client, the vulnerability is rated Moderate for those products.\n\nOpenShift Container Platform 4 (OCP) ships affected version of ansi-regex in the ose-metering-hadoop container, however the metering operator is deprecated since 4.6[1]. This issue is not currently planned to be addressed in future updates and hence hadoop container has been marked as \u0027will not fix\u0027.\n\nAdvanced Cluster Management for Kubernetes (RHACM) ships the affected version of ansi-regex in several containers, however the impact of this vulnerability is deemed low as it would result in an authenticated slowing down their own user interface. \n\n[1] https://docs.openshift.com/container-platform/4.6/metering/metering-about-metering.html",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3807"
},
{
"category": "external",
"summary": "RHBZ#2007557",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2007557"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3807",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3807"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3807",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3807"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994",
"url": "https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994"
}
],
"release_date": "2021-09-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs-ansi-regex: Regular expression denial of service (ReDoS) matching ANSI escape codes"
},
{
"cve": "CVE-2021-4235",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-12-28T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156727"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in go-yaml. This issue occurs due to unbounded alias chasing, where a maliciously crafted YAML file can cause the system to consume significant system resources. If parsing user input, this may be used as a denial of service vector.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-yaml: Denial of Service in go-yaml",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-4235"
},
{
"category": "external",
"summary": "RHBZ#2156727",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156727"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4235"
},
{
"category": "external",
"summary": "https://github.com/go-yaml/yaml/commit/bb4e33bf68bf89cad44d386192cbed201f35b241",
"url": "https://github.com/go-yaml/yaml/commit/bb4e33bf68bf89cad44d386192cbed201f35b241"
},
{
"category": "external",
"summary": "https://github.com/go-yaml/yaml/pull/375",
"url": "https://github.com/go-yaml/yaml/pull/375"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2021-0061",
"url": "https://pkg.go.dev/vuln/GO-2021-0061"
}
],
"release_date": "2022-12-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-yaml: Denial of Service in go-yaml"
},
{
"cve": "CVE-2021-4238",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"discovery_date": "2022-12-28T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in goutils where randomly generated alphanumeric strings contain significantly less entropy than expected. Both the `RandomAlphaNumeric` and `CryptoRandomAlphaNumeric` functions always return strings containing at least one digit from 0 to 9. This issue significantly reduces the amount of entropy generated in short strings by these functions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-4238"
},
{
"category": "external",
"summary": "RHBZ#2156729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-4238",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4238"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4238",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4238"
},
{
"category": "external",
"summary": "https://github.com/Masterminds/goutils/commit/869801f20f9f1e7ecdbdb6422049d8241270d5e1",
"url": "https://github.com/Masterminds/goutils/commit/869801f20f9f1e7ecdbdb6422049d8241270d5e1"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3839-6r69-m497",
"url": "https://github.com/advisories/GHSA-3839-6r69-m497"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-0411",
"url": "https://pkg.go.dev/vuln/GO-2022-0411"
}
],
"release_date": "2022-12-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"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:L",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be"
},
{
"cve": "CVE-2021-43998",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"discovery_date": "2021-11-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2028193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in HashiCorp Vault. In affected versions of HashiCorp Vault and Vault Enterprise, templated ACL policies would always match the first-created entity alias if multiple entity aliases exist for a specified entity and mount combination, potentially resulting in incorrect policy enforcement.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vault: incorrect policy enforcement",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-43998"
},
{
"category": "external",
"summary": "RHBZ#2028193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2028193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-43998",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43998"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-43998",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43998"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2021-30-vaults-templated-acl-policies-matched-first-created-alias-per-entity-and-auth-backend/32132",
"url": "https://discuss.hashicorp.com/t/hcsec-2021-30-vaults-templated-acl-policies-matched-first-created-alias-per-entity-and-auth-backend/32132"
}
],
"release_date": "2021-11-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vault: incorrect policy enforcement"
},
{
"cve": "CVE-2021-44531",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2022-01-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2040839"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node.js where it accepted a certificate\u0027s Subject Alternative Names (SAN) entry, as opposed to what is specified by the HTTPS protocol. This flaw allows an active person-in-the-middle to forge a certificate and impersonate a trusted host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Improper handling of URI Subject Alternative Names",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 consumes nodejs from RHEL, so security tracking is provided by the container health index on the customer portal [1]. Additionally there is no impact from this issue on Quay 3.3 and 3.2 because nodejs is only used at build time and is no longer shipped, starting with Quay 3.5 [2].\n[1] https://catalog.redhat.com/software/containers/quay/quay-rhel8/600e03aadd19c7786c43ae49?container-tabs=security\n[2] https://issues.redhat.com/browse/PROJQUAY-1409\nTherefore Quay component is marked as \"Will not fix\" with impact LOW.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44531"
},
{
"category": "external",
"summary": "RHBZ#2040839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040839"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44531",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44531"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44531",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44531"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/",
"url": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/"
}
],
"release_date": "2022-01-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: Improper handling of URI Subject Alternative Names"
},
{
"cve": "CVE-2021-44532",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2022-01-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2040846"
}
],
"notes": [
{
"category": "description",
"text": "It was found that node.js did not safely read the x509 certificate generalName format properly, resulting in data injection. A certificate could use a specially crafted extension in order to be successfully validated, permitting an attacker to impersonate a trusted host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Certificate Verification Bypass via String Injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 consumes nodejs from RHEL, so security tracking is provided by the container health index on the customer portal [1]. Additionally there is no impact from this issue on Quay 3.3 and 3.2 because nodejs is only used at build time and is no longer shipped, starting with Quay 3.5 [2].\n[1] https://catalog.redhat.com/software/containers/quay/quay-rhel8/600e03aadd19c7786c43ae49?container-tabs=security\n[2] https://issues.redhat.com/browse/PROJQUAY-1409\nTherefore Quay component is marked as \"Will not fix\" with impact LOW.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44532"
},
{
"category": "external",
"summary": "RHBZ#2040846",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040846"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44532",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44532"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44532",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44532"
}
],
"release_date": "2022-01-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: Certificate Verification Bypass via String Injection"
},
{
"cve": "CVE-2021-44533",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2022-01-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2040856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node.js, where it did not properly handle multi-value Relative Distinguished Names. This flaw allows a specially crafted x509 certificate to produce a false multi-value Relative Distinguished Name and to inject arbitrary data in node.js libraries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Incorrect handling of certificate subject and issuer fields",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 consumes nodejs from RHEL, so security tracking is provided by the container health index on the customer portal [1]. Additionally, there is no impact from this issue on Quay 3.3 and 3.2 because nodejs is only used at build time and is no longer shipped, starting with Quay 3.5 [2].\n[1] https://catalog.redhat.com/software/containers/quay/quay-rhel8/600e03aadd19c7786c43ae49?container-tabs=security\n[2] https://issues.redhat.com/browse/PROJQUAY-1409\nTherefore, the Quay component is marked as \"Will not fix\" with impact LOW.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44533"
},
{
"category": "external",
"summary": "RHBZ#2040856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44533",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44533"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44533",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44533"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/",
"url": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/"
}
],
"release_date": "2022-01-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: Incorrect handling of certificate subject and issuer fields"
},
{
"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": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"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-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"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-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"cve": "CVE-2022-3517",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2022-06-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2134609"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the nodejs-minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-minimatch: ReDoS via the braceExpand 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": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3517"
},
{
"category": "external",
"summary": "RHBZ#2134609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517"
}
],
"release_date": "2022-02-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs-minimatch: ReDoS via the braceExpand function"
},
{
"cve": "CVE-2022-21824",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2022-01-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2040862"
}
],
"notes": [
{
"category": "description",
"text": "Due to the formatting logic of the \"console.table()\" function it was not safe to allow user controlled input to be passed to the \"properties\" parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be \"__proto__\". The prototype pollution has very limited control, in that it only allows an empty string to be assigned to numerical keys of the object prototype.Node.js \u003e= 12.22.9, \u003e= 14.18.3, \u003e= 16.13.2, and \u003e= 17.3.1 use a null protoype for the object these properties are being assigned to.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Prototype pollution via console.table properties",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 consumes nodejs from RHEL, so security tracking is provided by the container health index on the customer portal [1]. Additionally there is no impact from this issue on Quay 3.3 and 3.2 because nodejs is only used at build time and is no longer shipped, starting with Quay 3.5 [2].\n[1] https://catalog.redhat.com/software/containers/quay/quay-rhel8/600e03aadd19c7786c43ae49?container-tabs=security\n[2] https://issues.redhat.com/browse/PROJQUAY-1409\nTherefore Quay component is marked as \"Will not fix\".",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21824"
},
{
"category": "external",
"summary": "RHBZ#2040862",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040862"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21824"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21824",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21824"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/",
"url": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/"
}
],
"release_date": "2022-01-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"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:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "nodejs: Prototype pollution via console.table properties"
},
{
"cve": "CVE-2022-23540",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-02-13T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2169378"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the jsonwebtoken library. In affected versions of the jsonwebtoken library, lack of algorithm definition and a falsy secret or key in the jwt.verify() function may lead to signature validation bypass due to defaulting to the none algorithm for signature verification.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsonwebtoken: Insecure default algorithm in jwt.verify() could lead to signature validation bypass",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23540"
},
{
"category": "external",
"summary": "RHBZ#2169378",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169378"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23540"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23540",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23540"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jsonwebtoken/security/advisories/GHSA-qwph-4952-7xr6",
"url": "https://github.com/auth0/node-jsonwebtoken/security/advisories/GHSA-qwph-4952-7xr6"
}
],
"release_date": "2022-12-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jsonwebtoken: Insecure default algorithm in jwt.verify() could lead to signature validation bypass"
},
{
"cve": "CVE-2022-23541",
"cwe": {
"id": "CWE-1259",
"name": "Improper Restriction of Security Token Assignment"
},
"discovery_date": "2023-02-13T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2169375"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the jsonwebtoken library. Affected versions of jsonwebtoken library can be misconfigured so that passing a poorly implemented key retrieval function will result in incorrect verification of tokens. Using a different algorithm and key combination in verification than what was used to sign the tokens, specifically, tokens signed with an asymmetric public key could be verified with a symmetric HS256 algorithm. This can lead to the successful validation of forged tokens.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsonwebtoken: Insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23541"
},
{
"category": "external",
"summary": "RHBZ#2169375",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169375"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23541"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23541",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23541"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jsonwebtoken/security/advisories/GHSA-hjrf-2m68-5959",
"url": "https://github.com/auth0/node-jsonwebtoken/security/advisories/GHSA-hjrf-2m68-5959"
}
],
"release_date": "2022-12-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jsonwebtoken: Insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC"
},
{
"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": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"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": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-30635",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/gob: stack exhaustion in Decoder.Decode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform (OCP) starting from 4.10 stream is already compiled in the patched version of Go, hence is not affected by this vulnerability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "RHBZ#2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635"
},
{
"category": "external",
"summary": "https://go.dev/issue/53615",
"url": "https://go.dev/issue/53615"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/gob: stack exhaustion in Decoder.Decode"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"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": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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-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": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"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-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/url: JoinPath does not strip relative path components in all circumstances"
},
{
"cve": "CVE-2022-38149",
"cwe": {
"id": "CWE-532",
"name": "Insertion of Sensitive Information into Log File"
},
"discovery_date": "2022-08-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2119551"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the HashiCorp Consul Template. This issue may reveal the contents of a Vault secret when used with an invalid template.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "consul: Consul Template May Expose Vault Secrets When Processing Invalid Input",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-38149"
},
{
"category": "external",
"summary": "RHBZ#2119551",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2119551"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-38149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38149"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hsec-2022-16-consul-template-may-expose-vault-secrets-when-processing-invalid-input/43215",
"url": "https://discuss.hashicorp.com/t/hsec-2022-16-consul-template-may-expose-vault-secrets-when-processing-invalid-input/43215"
}
],
"release_date": "2022-08-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "consul: Consul Template May Expose Vault Secrets When Processing Invalid Input"
},
{
"cve": "CVE-2022-38900",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2023-02-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2170644"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in decode-uri-component. This issue occurs due to a specially crafted input, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "decode-uri-component: improper input validation resulting in DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For OpenShift Container Platform (OCP), Advanced Clusters Management for Kubernetes (ACM) and Advanced Cluster Security (ACS), the NPM decode-uri-component package is only present in source repositories as a development dependency, it is not used in production. Therefore this vulnerability is rated Low for OCP and ACS.\n\nIn Red Hat OpenShift Logging the openshift-logging/kibana6-rhel8 container bundles many nodejs packages as a build time dependencies, including the decode-uri-component package. \nThe vulnerable code is not used, hence the impact to OpenShift Logging by this vulnerability 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.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-38900"
},
{
"category": "external",
"summary": "RHBZ#2170644",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170644"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-38900",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38900"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38900",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38900"
},
{
"category": "external",
"summary": "https://github.com/SamVerschueren/decode-uri-component/issues/5",
"url": "https://github.com/SamVerschueren/decode-uri-component/issues/5"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-w573-4hg7-7wgq",
"url": "https://github.com/advisories/GHSA-w573-4hg7-7wgq"
}
],
"release_date": "2022-11-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "decode-uri-component: improper input validation resulting in DoS"
},
{
"cve": "CVE-2022-41316",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2022-10-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in HashiCorp Vault and Vault Enterprise. Vault\u2019s TLS certificate auth method did not initially load the optionally-configured CRL issued by the role\u2019s Certificate Authority (CA) into memory on startup, resulting in the revocation list not being checked if the CRL has not yet been retrieved.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vault: insufficient certificate revocation list checking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41316"
},
{
"category": "external",
"summary": "RHBZ#2135339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41316",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41316"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41316",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41316"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2022-24-vaults-tls-cert-auth-method-only-loaded-crl-after-first-request/45483",
"url": "https://discuss.hashicorp.com/t/hcsec-2022-24-vaults-tls-cert-auth-method-only-loaded-crl-after-first-request/45483"
}
],
"release_date": "2022-10-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vault: insufficient certificate revocation list checking"
},
{
"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": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"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-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2022-41717",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-01-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le"
]
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41717"
},
{
"category": "external",
"summary": "RHBZ#2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717"
},
{
"category": "external",
"summary": "https://go.dev/cl/455635",
"url": "https://go.dev/cl/455635"
},
{
"category": "external",
"summary": "https://go.dev/cl/455717",
"url": "https://go.dev/cl/455717"
},
{
"category": "external",
"summary": "https://go.dev/issue/56350",
"url": "https://go.dev/issue/56350"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ",
"url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-1144",
"url": "https://pkg.go.dev/vuln/GO-2022-1144"
}
],
"release_date": "2022-11-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
},
{
"acknowledgments": [
{
"names": [
"Philippe Antoine"
],
"organization": "Catena Cyber"
}
],
"cve": "CVE-2022-41723",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_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": [
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_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-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"cve": "CVE-2022-41724",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "RHBZ#2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724"
},
{
"category": "external",
"summary": "https://go.dev/cl/468125",
"url": "https://go.dev/cl/468125"
},
{
"category": "external",
"summary": "https://go.dev/issue/58001",
"url": "https://go.dev/issue/58001"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1570",
"url": "https://pkg.go.dev/vuln/GO-2023-1570"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: large handshake records may cause panics"
},
{
"cve": "CVE-2022-41725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "RHBZ#2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725"
},
{
"category": "external",
"summary": "https://go.dev/cl/468124",
"url": "https://go.dev/cl/468124"
},
{
"category": "external",
"summary": "https://go.dev/issue/58006",
"url": "https://go.dev/issue/58006"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1569",
"url": "https://pkg.go.dev/vuln/GO-2023-1569"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2022-46175",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-12-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156263"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the json5 package. The affected version of the json5 package could allow an attacker to set arbitrary and unexpected keys on the object returned from JSON5.parse.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "json5: Prototype Pollution in JSON5 via Parse Method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The json5 package is a build-time dependency in Red Hat products and is not used in production runtime. Hence, the impact is set to 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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-46175"
},
{
"category": "external",
"summary": "RHBZ#2156263",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156263"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-46175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46175"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-46175",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-46175"
},
{
"category": "external",
"summary": "https://github.com/json5/json5/security/advisories/GHSA-9c47-m6qq-7p4h",
"url": "https://github.com/json5/json5/security/advisories/GHSA-9c47-m6qq-7p4h"
}
],
"release_date": "2022-12-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "json5: Prototype Pollution in JSON5 via Parse Method"
},
{
"cve": "CVE-2023-0620",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"discovery_date": "2023-04-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184663"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in HashiCorp Vault and Vault Enterprise, which are vulnerable to SQL injection. This flaw allows a local authenticated attacker to send specially-crafted SQL statements to the Microsoft SQL (MSSQL) Database Storage Backend, which could allow the attacker to view, add, modify, or delete information in the backend database.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vault: Vault\u2019s Microsoft SQL Database Storage Backend Vulnerable to SQL Injection Via Configuration File",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0620"
},
{
"category": "external",
"summary": "RHBZ#2184663",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184663"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0620",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0620"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0620",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0620"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2023-12-vault-s-microsoft-sql-database-storage-backend-vulnerable-to-sql-injection-via-configuration-file/52080",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-12-vault-s-microsoft-sql-database-storage-backend-vulnerable-to-sql-injection-via-configuration-file/52080"
}
],
"release_date": "2023-03-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vault: Vault\u2019s Microsoft SQL Database Storage Backend Vulnerable to SQL Injection Via Configuration File"
},
{
"cve": "CVE-2023-0665",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2023-03-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182981"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hashicorp vault. Vault\u2019s PKI mount issuer endpoints did not correctly authorize access to remove an issuer or modify issuer metadata, potentially resulting in a denial of service of the PKI mount. This bug did not affect public or private key material, trust chains, or certificate issuance.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hashicorp/vault: Vault\u2019s PKI Issuer Endpoint Did Not Correctly Authorize Access to Issuer Metadata",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0665"
},
{
"category": "external",
"summary": "RHBZ#2182981",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182981"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0665",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0665"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0665",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0665"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2023-11-vault-s-pki-issuer-endpoint-did-not-correctly-authorize-access-to-issuer-metadata/52079/1",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-11-vault-s-pki-issuer-endpoint-did-not-correctly-authorize-access-to-issuer-metadata/52079/1"
}
],
"release_date": "2023-03-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"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:L",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "hashicorp/vault: Vault\u2019s PKI Issuer Endpoint Did Not Correctly Authorize Access to Issuer Metadata"
},
{
"cve": "CVE-2023-24999",
"cwe": {
"id": "CWE-863",
"name": "Incorrect Authorization"
},
"discovery_date": "2023-03-13T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2177844"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hashicorp vault. When using the Vault and Vault Enterprise approle auth method, any authenticated user with access to the /auth/approle/role/:role_name/secret-id-accessor/destroy endpoint can destroy the secret ID of another role by providing the secret ID accessor.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Hashicorp/vault: Vault Fails to Verify if Approle SecretID Belongs to Role During a Destroy Operation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24999"
},
{
"category": "external",
"summary": "RHBZ#2177844",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177844"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24999",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24999"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24999",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24999"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2023-07-vault-fails-to-verify-if-approle-secretid-belongs-to-role-during-a-destroy-operation/51305",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-07-vault-fails-to-verify-if-approle-secretid-belongs-to-role-during-a-destroy-operation/51305"
}
],
"release_date": "2023-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Hashicorp/vault: Vault Fails to Verify if Approle SecretID Belongs to Role During a Destroy Operation"
},
{
"cve": "CVE-2023-25000",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-03-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182972"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hashicorp vault. This flaw allows an attacker with access to and the ability to observe a large number of unseal operations on the host through a side channel to reduce the search space of a brute-force effort to recover the Shamir shares.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hashicorp/vault: Cache-Timing Attacks During Seal and Unseal Operations",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25000"
},
{
"category": "external",
"summary": "RHBZ#2182972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182972"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25000",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25000"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25000",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25000"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2023-10-vault-vulnerable-to-cache-timing-attacks-during-seal-and-unseal-operations/52078",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-10-vault-vulnerable-to-cache-timing-attacks-during-seal-and-unseal-operations/52078"
}
],
"release_date": "2023-03-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "hashicorp/vault: Cache-Timing Attacks During Seal and Unseal Operations"
}
]
}
RHSA-2022:8781
Vulnerability from csaf_redhat - Published: 2022-12-08 07:37 - Updated: 2025-11-25 10:21Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Logging Subsystem 5.5.5 - Red Hat OpenShift\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Logging Subsystem 5.5.5 - Red Hat OpenShift\n\nSecurity Fixe(s):\n\n* jackson-databind: denial of service via a large depth of nested objects\u00a0(CVE-2020-36518)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879, CVE-2022-2880, CVE-2022-41715)\n\n* jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS (CVE-2022-42003)\n\n* jackson-databind: use of deeply nested arrays (CVE-2022-42004)\n\n* loader-utils: Regular expression denial of service (CVE-2022-37603)\n\n* 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-2022-32189)\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-2022:8781",
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2064698",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064698"
},
{
"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": "2135244",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135244"
},
{
"category": "external",
"summary": "2135247",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135247"
},
{
"category": "external",
"summary": "2140597",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140597"
},
{
"category": "external",
"summary": "LOG-2860",
"url": "https://issues.redhat.com/browse/LOG-2860"
},
{
"category": "external",
"summary": "LOG-3131",
"url": "https://issues.redhat.com/browse/LOG-3131"
},
{
"category": "external",
"summary": "LOG-3222",
"url": "https://issues.redhat.com/browse/LOG-3222"
},
{
"category": "external",
"summary": "LOG-3226",
"url": "https://issues.redhat.com/browse/LOG-3226"
},
{
"category": "external",
"summary": "LOG-3284",
"url": "https://issues.redhat.com/browse/LOG-3284"
},
{
"category": "external",
"summary": "LOG-3287",
"url": "https://issues.redhat.com/browse/LOG-3287"
},
{
"category": "external",
"summary": "LOG-3301",
"url": "https://issues.redhat.com/browse/LOG-3301"
},
{
"category": "external",
"summary": "LOG-3305",
"url": "https://issues.redhat.com/browse/LOG-3305"
},
{
"category": "external",
"summary": "LOG-3310",
"url": "https://issues.redhat.com/browse/LOG-3310"
},
{
"category": "external",
"summary": "LOG-3332",
"url": "https://issues.redhat.com/browse/LOG-3332"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8781.json"
}
],
"title": "Red Hat Security Advisory: Logging Subsystem 5.5.5 - Red Hat OpenShift security update",
"tracking": {
"current_release_date": "2025-11-25T10:21:13+00:00",
"generator": {
"date": "2025-11-25T10:21:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2022:8781",
"initial_release_date": "2022-12-08T07:37:32+00:00",
"revision_history": [
{
"date": "2022-12-08T07:37:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-12-08T07:37:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-25T10:21:13+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHOL 5.5 for RHEL 8",
"product": {
"name": "RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:logging:5.5::el8"
}
}
}
],
"category": "product_family",
"name": "logging for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"product": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.5.5-3"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"product": {
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"product_id": "openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-operator-bundle\u0026tag=v5.5.5-8"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"product": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.5.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"product": {
"name": "openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"product_id": "openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-operator-bundle\u0026tag=v5.5.5-14"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-311"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-78"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"product": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"product_id": "openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-247"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"product": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"product_id": "openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-273"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"product": {
"name": "openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"product_id": "openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-59"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"product": {
"name": "openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"product_id": "openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-67"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"product": {
"name": "openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"product_id": "openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-310"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"product": {
"name": "openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"product_id": "openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.6.1-23"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"product": {
"name": "openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"product_id": "openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-39"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.5.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"product": {
"name": "openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"product_id": "openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-operator-bundle\u0026tag=v5.5.5-19"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"product": {
"name": "openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"product_id": "openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.5.5-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-64"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"product": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"product_id": "openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-30"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"product": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.5.5-3"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"product": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.5.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-311"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-78"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"product": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"product_id": "openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-247"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"product": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"product_id": "openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-273"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"product": {
"name": "openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"product_id": "openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-59"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"product": {
"name": "openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"product_id": "openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-67"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"product": {
"name": "openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"product_id": "openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-310"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"product": {
"name": "openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"product_id": "openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.6.1-23"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"product": {
"name": "openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"product_id": "openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-39"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.5.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"product": {
"name": "openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"product_id": "openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.5.5-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-64"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"product": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"product_id": "openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-30"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"product": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.5.5-3"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"product": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.5.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-311"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-78"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"product": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"product_id": "openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-247"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"product": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"product_id": "openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-273"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"product": {
"name": "openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"product_id": "openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-59"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"product": {
"name": "openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"product_id": "openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-67"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"product": {
"name": "openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"product_id": "openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-310"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"product": {
"name": "openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"product_id": "openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.6.1-23"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le",
"product": {
"name": "openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le",
"product_id": "openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-39"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.5.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"product": {
"name": "openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"product_id": "openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.5.5-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-64"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"product": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"product_id": "openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-30"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"product": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.5.5-3"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"product": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.5.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-311"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-78"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"product": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"product_id": "openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-247"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"product": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"product_id": "openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-273"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"product": {
"name": "openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"product_id": "openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-59"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"product": {
"name": "openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"product_id": "openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-67"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"product": {
"name": "openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"product_id": "openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-310"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"product": {
"name": "openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"product_id": "openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.6.1-23"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"product": {
"name": "openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"product_id": "openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-39"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.5.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"product": {
"name": "openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"product_id": "openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.5.5-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-64"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"product": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"product_id": "openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-30"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64"
},
"product_reference": "openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64"
},
"product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le"
},
"product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x"
},
"product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64"
},
"product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64"
},
"product_reference": "openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64"
},
"product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64"
},
"product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le"
},
"product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x"
},
"product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64"
},
"product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le"
},
"product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64"
},
"product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x"
},
"product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x"
},
"product_reference": "openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64"
},
"product_reference": "openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le"
},
"product_reference": "openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64"
},
"product_reference": "openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64"
},
"product_reference": "openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x"
},
"product_reference": "openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le"
},
"product_reference": "openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64"
},
"product_reference": "openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x"
},
"product_reference": "openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le"
},
"product_reference": "openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64"
},
"product_reference": "openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64"
},
"product_reference": "openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64"
},
"product_reference": "openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x"
},
"product_reference": "openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64"
},
"product_reference": "openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le"
},
"product_reference": "openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64"
},
"product_reference": "openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x"
},
"product_reference": "openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64"
},
"product_reference": "openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
},
"product_reference": "openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64"
},
"product_reference": "openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x"
},
"product_reference": "openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64"
},
"product_reference": "openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64"
},
"product_reference": "openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le"
},
"product_reference": "openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64"
},
"product_reference": "openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64"
},
"product_reference": "openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le"
},
"product_reference": "openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x"
},
"product_reference": "openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64"
},
"product_reference": "openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64"
},
"product_reference": "openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x"
},
"product_reference": "openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
},
"product_reference": "openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-36518",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-03-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2064698"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jackson Databind package. This cause of the issue is due to a Java StackOverflow exception and a denial of service via a significant depth of nested objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: denial of service via a large depth of nested objects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "CodeReady Studio is no longer supported and therefore this flaw will not be addressed in CodeReady Studio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-36518"
},
{
"category": "external",
"summary": "RHBZ#2064698",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064698"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-36518",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36518"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36518",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36518"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-57j2-w4cx-62h2",
"url": "https://github.com/advisories/GHSA-57j2-w4cx-62h2"
}
],
"release_date": "2020-08-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jackson-databind: denial of service via a large depth of nested objects"
},
{
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"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-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"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": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
}
],
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"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-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"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": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
}
],
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"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-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"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": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
}
],
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"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-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"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": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
},
{
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"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-37603",
"cwe": {
"id": "CWE-185",
"name": "Incorrect Regular Expression"
},
"discovery_date": "2022-11-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2140597"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in loader-utils webpack library. When the url variable from interpolateName is set, the prototype can be polluted. This issue could lead to a regular expression Denial of Service (ReDoS), affecting the availability of the affected component.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "loader-utils: Regular expression denial of service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-37603"
},
{
"category": "external",
"summary": "RHBZ#2140597",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140597"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-37603",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37603"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-37603",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-37603"
}
],
"release_date": "2022-10-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "loader-utils: Regular expression denial of service"
},
{
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"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-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"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": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
}
],
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2022-42003",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-10-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135244"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled due to unchecked primitive value deserializers to avoid deep wrapper array nesting.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-42003"
},
{
"category": "external",
"summary": "RHBZ#2135244",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135244"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-42003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42003"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42003",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42003"
}
],
"release_date": "2022-10-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS"
},
{
"cve": "CVE-2022-42004",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-10-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135247"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found In FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion due to the lack of a check in BeanDeserializer._deserializeFromArray to prevent the use of deeply nested arrays. An application is only vulnerable with certain customized choices for deserialization.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: use of deeply nested arrays",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-42004"
},
{
"category": "external",
"summary": "RHBZ#2135247",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135247"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-42004",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42004"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42004",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42004"
}
],
"release_date": "2022-10-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jackson-databind: use of deeply nested arrays"
}
]
}
RHSA-2023_0542
Vulnerability from csaf_redhat - Published: 2023-01-30 17:18 - Updated: 2024-12-17 22:08Notes
{
"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 Service Mesh 2.3.1 Containers\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 Service Mesh is the Red Hat distribution of the Istio service mesh project, tailored for installation into an on-premise OpenShift Container Platform installation.\n\nThis advisory covers container images for the release.\n\nSecurity Fix(es):\n\n* goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be (CVE-2021-4238)\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n* Istio: Denial of service attack via a specially crafted message (CVE-2022-39278)\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n* kiali: error message spoofing in kiali UI (CVE-2022-3962)\n* 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-2022-32189)\n\nFor more details about security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, see the CVE page(s) listed in the Container CVEs 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:0542",
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"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": "2148199",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148199"
},
{
"category": "external",
"summary": "2148661",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148661"
},
{
"category": "external",
"summary": "2156729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156729"
},
{
"category": "external",
"summary": "OSSM-1977",
"url": "https://issues.redhat.com/browse/OSSM-1977"
},
{
"category": "external",
"summary": "OSSM-2083",
"url": "https://issues.redhat.com/browse/OSSM-2083"
},
{
"category": "external",
"summary": "OSSM-2147",
"url": "https://issues.redhat.com/browse/OSSM-2147"
},
{
"category": "external",
"summary": "OSSM-2169",
"url": "https://issues.redhat.com/browse/OSSM-2169"
},
{
"category": "external",
"summary": "OSSM-2170",
"url": "https://issues.redhat.com/browse/OSSM-2170"
},
{
"category": "external",
"summary": "OSSM-2179",
"url": "https://issues.redhat.com/browse/OSSM-2179"
},
{
"category": "external",
"summary": "OSSM-2184",
"url": "https://issues.redhat.com/browse/OSSM-2184"
},
{
"category": "external",
"summary": "OSSM-2188",
"url": "https://issues.redhat.com/browse/OSSM-2188"
},
{
"category": "external",
"summary": "OSSM-2189",
"url": "https://issues.redhat.com/browse/OSSM-2189"
},
{
"category": "external",
"summary": "OSSM-2190",
"url": "https://issues.redhat.com/browse/OSSM-2190"
},
{
"category": "external",
"summary": "OSSM-2232",
"url": "https://issues.redhat.com/browse/OSSM-2232"
},
{
"category": "external",
"summary": "OSSM-2241",
"url": "https://issues.redhat.com/browse/OSSM-2241"
},
{
"category": "external",
"summary": "OSSM-2251",
"url": "https://issues.redhat.com/browse/OSSM-2251"
},
{
"category": "external",
"summary": "OSSM-2308",
"url": "https://issues.redhat.com/browse/OSSM-2308"
},
{
"category": "external",
"summary": "OSSM-2315",
"url": "https://issues.redhat.com/browse/OSSM-2315"
},
{
"category": "external",
"summary": "OSSM-2324",
"url": "https://issues.redhat.com/browse/OSSM-2324"
},
{
"category": "external",
"summary": "OSSM-2335",
"url": "https://issues.redhat.com/browse/OSSM-2335"
},
{
"category": "external",
"summary": "OSSM-2338",
"url": "https://issues.redhat.com/browse/OSSM-2338"
},
{
"category": "external",
"summary": "OSSM-2344",
"url": "https://issues.redhat.com/browse/OSSM-2344"
},
{
"category": "external",
"summary": "OSSM-2375",
"url": "https://issues.redhat.com/browse/OSSM-2375"
},
{
"category": "external",
"summary": "OSSM-2376",
"url": "https://issues.redhat.com/browse/OSSM-2376"
},
{
"category": "external",
"summary": "OSSM-535",
"url": "https://issues.redhat.com/browse/OSSM-535"
},
{
"category": "external",
"summary": "OSSM-827",
"url": "https://issues.redhat.com/browse/OSSM-827"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0542.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Service Mesh 2.3.1 Containers security update",
"tracking": {
"current_release_date": "2024-12-17T22:08:44+00:00",
"generator": {
"date": "2024-12-17T22:08:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:0542",
"initial_release_date": "2023-01-30T17:18:54+00:00",
"revision_history": [
{
"date": "2023-01-30T17:18:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-01-30T17:18:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:08:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHOSSM 2.3 for RHEL 8",
"product": {
"name": "RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_mesh:2.3::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Service Mesh"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"product": {
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"product_id": "openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-cni-rhel8\u0026tag=2.3.1-9"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"product": {
"name": "openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"product_id": "openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/grafana-rhel8\u0026tag=2.3.1-5"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"product": {
"name": "openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"product_id": "openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8\u0026tag=1.57.5-3"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"product": {
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"product_id": "openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8-operator\u0026tag=1.57.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"product": {
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"product_id": "openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8\u0026tag=2.3.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"product": {
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"product_id": "openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-rhel8-operator\u0026tag=2.3.1-10"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"product": {
"name": "openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"product_id": "openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/pilot-rhel8\u0026tag=2.3.1-9"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"product": {
"name": "openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"product_id": "openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/prometheus-rhel8\u0026tag=2.3.1-6"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"product": {
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"product_id": "openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/proxyv2-rhel8\u0026tag=2.3.1-11"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"product": {
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"product_id": "openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/ratelimit-rhel8\u0026tag=2.3.1-5"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"product": {
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"product_id": "openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-cni-rhel8\u0026tag=2.3.1-9"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"product": {
"name": "openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"product_id": "openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/grafana-rhel8\u0026tag=2.3.1-5"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"product": {
"name": "openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"product_id": "openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8\u0026tag=1.57.5-3"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"product": {
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"product_id": "openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8-operator\u0026tag=1.57.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"product": {
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"product_id": "openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"product_identification_helper": {
"purl": "pkg:oci/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8\u0026tag=2.3.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"product": {
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"product_id": "openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-rhel8-operator\u0026tag=2.3.1-10"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"product": {
"name": "openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"product_id": "openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/pilot-rhel8\u0026tag=2.3.1-9"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"product": {
"name": "openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"product_id": "openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/prometheus-rhel8\u0026tag=2.3.1-6"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"product": {
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"product_id": "openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/proxyv2-rhel8\u0026tag=2.3.1-11"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"product": {
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"product_id": "openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/ratelimit-rhel8\u0026tag=2.3.1-5"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"product": {
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"product_id": "openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-cni-rhel8\u0026tag=2.3.1-9"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"product": {
"name": "openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"product_id": "openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/grafana-rhel8\u0026tag=2.3.1-5"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"product": {
"name": "openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"product_id": "openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8\u0026tag=1.57.5-3"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"product": {
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"product_id": "openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8-operator\u0026tag=1.57.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"product": {
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"product_id": "openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8\u0026tag=2.3.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"product": {
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"product_id": "openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-rhel8-operator\u0026tag=2.3.1-10"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"product": {
"name": "openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"product_id": "openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/pilot-rhel8\u0026tag=2.3.1-9"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"product": {
"name": "openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"product_id": "openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/prometheus-rhel8\u0026tag=2.3.1-6"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"product": {
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"product_id": "openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/proxyv2-rhel8\u0026tag=2.3.1-11"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le",
"product": {
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le",
"product_id": "openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/ratelimit-rhel8\u0026tag=2.3.1-5"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x"
},
"product_reference": "openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64"
},
"product_reference": "openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le"
},
"product_reference": "openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le"
},
"product_reference": "openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64"
},
"product_reference": "openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x"
},
"product_reference": "openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x"
},
"product_reference": "openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64"
},
"product_reference": "openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le"
},
"product_reference": "openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le"
},
"product_reference": "openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64"
},
"product_reference": "openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x"
},
"product_reference": "openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64"
},
"product_reference": "openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x"
},
"product_reference": "openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le"
},
"product_reference": "openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64"
},
"product_reference": "openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x"
},
"product_reference": "openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
},
"product_reference": "openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x"
},
"product_reference": "openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64"
},
"product_reference": "openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le"
},
"product_reference": "openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le"
},
"product_reference": "openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x"
},
"product_reference": "openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64"
},
"product_reference": "openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le"
},
"product_reference": "openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x"
},
"product_reference": "openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64"
},
"product_reference": "openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64"
},
"product_reference": "openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x"
},
"product_reference": "openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
},
"product_reference": "openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-4238",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"discovery_date": "2022-12-28T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in goutils where randomly generated alphanumeric strings contain significantly less entropy than expected. Both the `RandomAlphaNumeric` and `CryptoRandomAlphaNumeric` functions always return strings containing at least one digit from 0 to 9. This issue significantly reduces the amount of entropy generated in short strings by these functions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x"
],
"known_not_affected": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-4238"
},
{
"category": "external",
"summary": "RHBZ#2156729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-4238",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4238"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4238",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4238"
},
{
"category": "external",
"summary": "https://github.com/Masterminds/goutils/commit/869801f20f9f1e7ecdbdb6422049d8241270d5e1",
"url": "https://github.com/Masterminds/goutils/commit/869801f20f9f1e7ecdbdb6422049d8241270d5e1"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3839-6r69-m497",
"url": "https://github.com/advisories/GHSA-3839-6r69-m497"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-0411",
"url": "https://pkg.go.dev/vuln/GO-2022-0411"
}
],
"release_date": "2022-12-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-30T17:18:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"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:L",
"version": "3.1"
},
"products": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be"
},
{
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
}
],
"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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"known_not_affected": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
},
"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-01-30T17:18:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
}
],
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
}
],
"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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"known_not_affected": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
},
"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-01-30T17:18:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
}
],
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"acknowledgments": [
{
"names": [
"John Mazzitelli"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2022-3962",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2022-11-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2148661"
}
],
"notes": [
{
"category": "description",
"text": "A content spoofing vulnerability was found in Kiali. It was discovered that Kiali does not implement error handling when the page or endpoint being accessed cannot be found. This issue allows an attacker to perform arbitrary text injection when an error response is retrieved from the URL being accessed.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kiali: error message spoofing in kiali 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": [
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
],
"known_not_affected": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3962"
},
{
"category": "external",
"summary": "RHBZ#2148661",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148661"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3962"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3962",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3962"
}
],
"release_date": "2022-11-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-30T17:18:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
}
],
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kiali: error message spoofing in kiali UI"
},
{
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
}
],
"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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"known_not_affected": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
},
"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": "2023-01-30T17:18:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
}
],
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
}
],
"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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"known_not_affected": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
},
"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": "2023-01-30T17:18:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
}
],
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"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-39278",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-10-13T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2148199"
}
],
"notes": [
{
"category": "description",
"text": "An uncontrolled resource consumption flaw was found in the Istio control plane, istiod. This issue could allow an unauthenticated remote attacker to send a specially crafted or oversized message that could cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Istio: Denial of service attack via a specially crafted message",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x"
],
"known_not_affected": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39278"
},
{
"category": "external",
"summary": "RHBZ#2148199",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148199"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39278",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39278"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39278",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39278"
},
{
"category": "external",
"summary": "https://github.com/istio/istio/security/advisories/GHSA-86vr-4wcv-mm9w",
"url": "https://github.com/istio/istio/security/advisories/GHSA-86vr-4wcv-mm9w"
},
{
"category": "external",
"summary": "https://istio.io/latest/news/security/istio-security-2022-007/",
"url": "https://istio.io/latest/news/security/istio-security-2022-007/"
}
],
"release_date": "2022-10-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-30T17:18:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Istio: Denial of service attack via a specially crafted message"
},
{
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
}
],
"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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"known_not_affected": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
},
"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-01-30T17:18:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
}
],
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
}
]
}
RHSA-2023:2802
Vulnerability from csaf_redhat - Published: 2023-05-16 08:59 - Updated: 2025-11-27 23:55Notes
{
"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* golang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)\n\n* golang: go/parser: stack exhaustion in all Parse* functions (CVE-2022-1962)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: encoding/xml: stack exhaustion in Decoder.Skip (CVE-2022-28131)\n\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\n\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n\n* golang: encoding/xml: stack exhaustion in Unmarshal (CVE-2022-30633)\n\n* golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)\n\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* podman: symlink exchange attack in podman export volume (CVE-2023-0778)\n\n* podman: possible information disclosure and modification (CVE-2022-2989)\n\n* 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-2022-32189)\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.8 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:2802",
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
},
{
"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.8_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.8_release_notes/index"
},
{
"category": "external",
"summary": "2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "2107376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376"
},
{
"category": "external",
"summary": "2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "2107390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107390"
},
{
"category": "external",
"summary": "2107392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107392"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2115089",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115089"
},
{
"category": "external",
"summary": "2121445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121445"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2129766",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129766"
},
{
"category": "external",
"summary": "2152907",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152907"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "2165610",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165610"
},
{
"category": "external",
"summary": "2165790",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165790"
},
{
"category": "external",
"summary": "2166906",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166906"
},
{
"category": "external",
"summary": "2168256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168256"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2802.json"
}
],
"title": "Red Hat Security Advisory: container-tools:4.0 security and bug fix update",
"tracking": {
"current_release_date": "2025-11-27T23:55:38+00:00",
"generator": {
"date": "2025-11-27T23:55:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:2802",
"initial_release_date": "2023-05-16T08:59:44+00:00",
"revision_history": [
{
"date": "2023-05-16T08:59:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-16T08:59:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-27T23:55:38+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.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-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64 (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"product": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64 (container-tools:4.0)",
"product_id": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64 (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"product": {
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src (container-tools:4.0)",
"product_id": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.199.0-1.module%2Bel8.8.0%2B18113%2B8b5b6979?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"product": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.src (container-tools:4.0)",
"product_id": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src (container-tools:4.0)",
"product_id": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.0.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch (container-tools:4.0)",
"product_id": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=noarch\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"product": {
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch (container-tools:4.0)",
"product_id": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.199.0-1.module%2Bel8.8.0%2B18113%2B8b5b6979?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"product": {
"name": "podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch (container-tools:4.0)",
"product_id": "podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"product": {
"name": "python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch (container-tools:4.0)",
"product_id": "python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.0.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=noarch\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"product": {
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch (container-tools:4.0)",
"product_id": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=noarch\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"product": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x (container-tools:4.0)",
"product_id": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"product": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le (container-tools:4.0)",
"product_id": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64 (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"product": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64 (container-tools:4.0)",
"product_id": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64 (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0"
},
"product_reference": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0"
},
"product_reference": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0"
},
"product_reference": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0"
},
"product_reference": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0"
},
"product_reference": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0"
},
"product_reference": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0"
},
"product_reference": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0"
},
"product_reference": "podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0"
},
"product_reference": "python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0"
},
"product_reference": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding header",
"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-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"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": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"cve": "CVE-2022-1962",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, go/parser. When calling any Parse functions on the Go source code, which contains deeply nested types or declarations, a panic can occur due to stack exhaustion. This issue allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: stack exhaustion in all Parse* functions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1962"
},
{
"category": "external",
"summary": "RHBZ#2107376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962"
},
{
"category": "external",
"summary": "https://go.dev/issue/53616",
"url": "https://go.dev/issue/53616"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: stack exhaustion in all Parse* functions"
},
{
"acknowledgments": [
{
"names": [
"Steven Murdoch"
]
}
],
"cve": "CVE-2022-2989",
"cwe": {
"id": "CWE-842",
"name": "Placement of User into Incorrect Group"
},
"discovery_date": "2022-08-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2121445"
}
],
"notes": [
{
"category": "description",
"text": "An incorrect handling of the supplementary groups in the Podman container engine might lead to the sensitive information disclosure or possible data modification if an attacker has direct access to the affected container where supplementary groups are used to set access permissions and is able to execute a binary code in that container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "podman: possible information disclosure and modification",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2989"
},
{
"category": "external",
"summary": "RHBZ#2121445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121445"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2989",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2989"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2989",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2989"
},
{
"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": "2022-08-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "podman: possible information disclosure and modification"
},
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"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": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"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": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-28131",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107390"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang encoding/xml. When calling Decoder, Skip while parsing a deeply nested XML document, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/xml: stack exhaustion in Decoder.Skip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability exists in the calling of the function decoder.skip to a deeply nested XML document. Although the vulnerability exists, it may require that the application accept deeply nested XML from untrusted sources and specifically calls Decoder.Skip on it. In many deployments, that code path might not even be reachable or exposed to external input. On top of that, a successful exploitation will only result in denial of service due to stack exhaustion, which is why this has been marked as moderate by Red Hat.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-28131"
},
{
"category": "external",
"summary": "RHBZ#2107390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107390"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28131",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28131"
},
{
"category": "external",
"summary": "https://go.dev/issue/53614",
"url": "https://go.dev/issue/53614"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/xml: stack exhaustion in Decoder.Skip"
},
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "RH ProdSec has set the Impact of this vulnerability to Moderate as there is no known method to execute arbitary code. Successful exploitation of this bug can cause the application under attack to panic, merely causing a Denial of Service at the application level. As the kernel is unaffected by this bug, the user can merely relaunch the application to fix the problem. Also, if somehow the application keeps relaunching, the timer watchdogs in the default RHEL kernel will stop the attack in its tracks.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30631",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: compress/gzip: stack exhaustion in Reader.Read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit CVE-2022-30631, an attacker supplies a specially crafted gzip archive to a Go application that uses a vulnerable version of the compress/gzip package without adequate input validation. This can lead to uncontrolled recursion, resulting in stack exhaustion and causing the application to panic, thereby affecting its availability.\n\nAs this is merely a DoS and there is no known way to control the instruction pointer, RH ProdSec has set the impact of this vulnerabilty to \"Moderate\".\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "RHBZ#2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631"
},
{
"category": "external",
"summary": "https://go.dev/issue/53168",
"url": "https://go.dev/issue/53168"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: compress/gzip: stack exhaustion in Reader.Read"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The exploitation of this flaw will only result in a denial of service of the application via the application crashing which is why this has been rated as moderate.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30633",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107392"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Unmarshal on an XML document into a Go struct, which has a nested field that uses the \"any\" field tag, can cause a panic due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/xml: stack exhaustion in Unmarshal",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has marked this as moderate impact for two primary reasons\n1. Though the vulnerability exists, it is hard to exploit in real scenarios (e.g., the attacker must be able to feed crafted XML documents into specific code paths).\n2. The vulnerability is a denial of service (DoS) due to stack exhaustion rather than code execution or data breach. Since it doesn\u2019t compromise confidentiality or integrity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30633"
},
{
"category": "external",
"summary": "RHBZ#2107392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107392"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30633",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30633"
},
{
"category": "external",
"summary": "https://go.dev/issue/53611",
"url": "https://go.dev/issue/53611"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/xml: stack exhaustion in Unmarshal"
},
{
"cve": "CVE-2022-30635",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/gob: stack exhaustion in Decoder.Decode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform (OCP) starting from 4.10 stream is already compiled in the patched version of Go, hence is not affected by this vulnerability.The vulnerability has been rated as moderate instead of high because the vulnerability can only result in a minor denial of service.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "RHBZ#2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635"
},
{
"category": "external",
"summary": "https://go.dev/issue/53615",
"url": "https://go.dev/issue/53615"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/gob: stack exhaustion in Decoder.Decode"
},
{
"cve": "CVE-2022-32148",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working",
"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-200: Exposure of Sensitive Information to an Unauthorized Actor vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token, multi-factor authentication (MFA), which is coupled with account management controls, including integration with single sign-on (SSO), to ensure that user permissions are restricted to only the functions necessary for their roles. Access to sensitive information is explicitly authorized and enforced based on predefined access policies. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, which helps identify patterns of unauthorized access or data exposure. The platform enforces the use of validated cryptographic modules across compute resources to protect the confidentiality of information, even in the event of interception.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "RHBZ#2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148"
},
{
"category": "external",
"summary": "https://go.dev/issue/53423",
"url": "https://go.dev/issue/53423"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"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": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
},
{
"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": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"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": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
},
{
"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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"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": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"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-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": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"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-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
},
{
"acknowledgments": [
{
"names": [
"Zhi Li"
],
"organization": "Huazhong University of Science and Technology"
},
{
"names": [
"Weijie Liu",
"Hongliang Tian"
],
"organization": "Ant Group"
},
{
"names": [
"XiaoFeng Wang"
],
"organization": "Indiana University Bloomington"
}
],
"cve": "CVE-2023-0778",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2023-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2168256"
}
],
"notes": [
{
"category": "description",
"text": "A Time-of-check Time-of-use (TOCTOU) flaw was found in podman. This issue may allow a malicious user to replace a normal file in a volume with a symlink while exporting the volume, allowing for access to arbitrary files on the host file system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "podman: symlink exchange attack in podman export volume",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0778"
},
{
"category": "external",
"summary": "RHBZ#2168256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168256"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0778",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0778"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0778",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0778"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-qwqv-rqgf-8qh8",
"url": "https://github.com/advisories/GHSA-qwqv-rqgf-8qh8"
}
],
"release_date": "2023-02-15T15:56:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59:44+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "podman: symlink exchange attack in podman export volume"
}
]
}
RHSA-2022:7548
Vulnerability from csaf_redhat - Published: 2022-11-08 09:47 - Updated: 2025-11-21 18:34Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Low"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for cockpit-composer, osbuild, osbuild-composer, and weldr-client is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Image Builder is a service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood.\n\nSecurity Fix(es):\n\n* 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-2022-32189)\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.7 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-2022:7548",
"url": "https://access.redhat.com/errata/RHSA-2022:7548"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index"
},
{
"category": "external",
"summary": "2059867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2059867"
},
{
"category": "external",
"summary": "2059868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2059868"
},
{
"category": "external",
"summary": "2060063",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2060063"
},
{
"category": "external",
"summary": "2062694",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2062694"
},
{
"category": "external",
"summary": "2065734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2065734"
},
{
"category": "external",
"summary": "2104464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104464"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2118829",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2118829"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7548.json"
}
],
"title": "Red Hat Security Advisory: Image Builder security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2025-11-21T18:34:34+00:00",
"generator": {
"date": "2025-11-21T18:34:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2022:7548",
"initial_release_date": "2022-11-08T09:47:13+00:00",
"revision_history": [
{
"date": "2022-11-08T09:47:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-08T09:47:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:34:34+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.7.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": "osbuild-0:65-1.el8.src",
"product": {
"name": "osbuild-0:65-1.el8.src",
"product_id": "osbuild-0:65-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild@65-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-0:62-1.el8.src",
"product": {
"name": "osbuild-composer-0:62-1.el8.src",
"product_id": "osbuild-composer-0:62-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el8.src",
"product": {
"name": "weldr-client-0:35.5-4.el8.src",
"product_id": "weldr-client-0:35.5-4.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "cockpit-composer-0:41-1.el8.src",
"product": {
"name": "cockpit-composer-0:41-1.el8.src",
"product_id": "cockpit-composer-0:41-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-composer@41-1.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-0:65-1.el8.noarch",
"product": {
"name": "osbuild-0:65-1.el8.noarch",
"product_id": "osbuild-0:65-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild@65-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "osbuild-luks2-0:65-1.el8.noarch",
"product": {
"name": "osbuild-luks2-0:65-1.el8.noarch",
"product_id": "osbuild-luks2-0:65-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-luks2@65-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "osbuild-lvm2-0:65-1.el8.noarch",
"product": {
"name": "osbuild-lvm2-0:65-1.el8.noarch",
"product_id": "osbuild-lvm2-0:65-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-lvm2@65-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "osbuild-ostree-0:65-1.el8.noarch",
"product": {
"name": "osbuild-ostree-0:65-1.el8.noarch",
"product_id": "osbuild-ostree-0:65-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-ostree@65-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "osbuild-selinux-0:65-1.el8.noarch",
"product": {
"name": "osbuild-selinux-0:65-1.el8.noarch",
"product_id": "osbuild-selinux-0:65-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-selinux@65-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-osbuild-0:65-1.el8.noarch",
"product": {
"name": "python3-osbuild-0:65-1.el8.noarch",
"product_id": "python3-osbuild-0:65-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-osbuild@65-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "cockpit-composer-0:41-1.el8.noarch",
"product": {
"name": "cockpit-composer-0:41-1.el8.noarch",
"product_id": "cockpit-composer-0:41-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-composer@41-1.el8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-core-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-core-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-dnf-json-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-dnf-json-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-worker-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-worker-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-debugsource-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-debuginfo-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-debuginfo-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el8.aarch64",
"product": {
"name": "weldr-client-0:35.5-4.el8.aarch64",
"product_id": "weldr-client-0:35.5-4.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debugsource-0:35.5-4.el8.aarch64",
"product": {
"name": "weldr-client-debugsource-0:35.5-4.el8.aarch64",
"product_id": "weldr-client-debugsource-0:35.5-4.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debugsource@35.5-4.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debuginfo-0:35.5-4.el8.aarch64",
"product": {
"name": "weldr-client-debuginfo-0:35.5-4.el8.aarch64",
"product_id": "weldr-client-debuginfo-0:35.5-4.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.5-4.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64",
"product": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64",
"product_id": "weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.5-4.el8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-core-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-core-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-dnf-json-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-dnf-json-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-worker-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-debugsource-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-debuginfo-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-debuginfo-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el8.ppc64le",
"product": {
"name": "weldr-client-0:35.5-4.el8.ppc64le",
"product_id": "weldr-client-0:35.5-4.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debugsource-0:35.5-4.el8.ppc64le",
"product": {
"name": "weldr-client-debugsource-0:35.5-4.el8.ppc64le",
"product_id": "weldr-client-debugsource-0:35.5-4.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debugsource@35.5-4.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debuginfo-0:35.5-4.el8.ppc64le",
"product": {
"name": "weldr-client-debuginfo-0:35.5-4.el8.ppc64le",
"product_id": "weldr-client-debuginfo-0:35.5-4.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.5-4.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le",
"product": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le",
"product_id": "weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.5-4.el8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-core-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-core-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-dnf-json-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-dnf-json-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-worker-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-worker-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-debugsource-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-debuginfo-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-debuginfo-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el8.x86_64",
"product": {
"name": "weldr-client-0:35.5-4.el8.x86_64",
"product_id": "weldr-client-0:35.5-4.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debugsource-0:35.5-4.el8.x86_64",
"product": {
"name": "weldr-client-debugsource-0:35.5-4.el8.x86_64",
"product_id": "weldr-client-debugsource-0:35.5-4.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debugsource@35.5-4.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debuginfo-0:35.5-4.el8.x86_64",
"product": {
"name": "weldr-client-debuginfo-0:35.5-4.el8.x86_64",
"product_id": "weldr-client-debuginfo-0:35.5-4.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.5-4.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64",
"product": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64",
"product_id": "weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.5-4.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-0:62-1.el8.s390x",
"product_id": "osbuild-composer-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-core-0:62-1.el8.s390x",
"product_id": "osbuild-composer-core-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-dnf-json-0:62-1.el8.s390x",
"product_id": "osbuild-composer-dnf-json-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-worker-0:62-1.el8.s390x",
"product_id": "osbuild-composer-worker-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:62-1.el8.s390x",
"product_id": "osbuild-composer-debugsource-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-debuginfo-0:62-1.el8.s390x",
"product_id": "osbuild-composer-debuginfo-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el8.s390x",
"product": {
"name": "weldr-client-0:35.5-4.el8.s390x",
"product_id": "weldr-client-0:35.5-4.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debugsource-0:35.5-4.el8.s390x",
"product": {
"name": "weldr-client-debugsource-0:35.5-4.el8.s390x",
"product_id": "weldr-client-debugsource-0:35.5-4.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debugsource@35.5-4.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debuginfo-0:35.5-4.el8.s390x",
"product": {
"name": "weldr-client-debuginfo-0:35.5-4.el8.s390x",
"product_id": "weldr-client-debuginfo-0:35.5-4.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.5-4.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.s390x",
"product": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.s390x",
"product_id": "weldr-client-tests-debuginfo-0:35.5-4.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.5-4.el8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-composer-0:41-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:cockpit-composer-0:41-1.el8.noarch"
},
"product_reference": "cockpit-composer-0:41-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-composer-0:41-1.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:cockpit-composer-0:41-1.el8.src"
},
"product_reference": "cockpit-composer-0:41-1.el8.src",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-0:65-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-0:65-1.el8.noarch"
},
"product_reference": "osbuild-0:65-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-0:65-1.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-0:65-1.el8.src"
},
"product_reference": "osbuild-0:65-1.el8.src",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62-1.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.src"
},
"product_reference": "osbuild-composer-0:62-1.el8.src",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-core-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-core-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-core-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-core-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-debuginfo-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-debuginfo-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-debuginfo-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-dnf-json-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-dnf-json-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-dnf-json-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-dnf-json-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-worker-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-worker-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-worker-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-luks2-0:65-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-luks2-0:65-1.el8.noarch"
},
"product_reference": "osbuild-luks2-0:65-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-lvm2-0:65-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-lvm2-0:65-1.el8.noarch"
},
"product_reference": "osbuild-lvm2-0:65-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-ostree-0:65-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-ostree-0:65-1.el8.noarch"
},
"product_reference": "osbuild-ostree-0:65-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-selinux-0:65-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-selinux-0:65-1.el8.noarch"
},
"product_reference": "osbuild-selinux-0:65-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-osbuild-0:65-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:python3-osbuild-0:65-1.el8.noarch"
},
"product_reference": "python3-osbuild-0:65-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.aarch64"
},
"product_reference": "weldr-client-0:35.5-4.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.ppc64le"
},
"product_reference": "weldr-client-0:35.5-4.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.s390x"
},
"product_reference": "weldr-client-0:35.5-4.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.src"
},
"product_reference": "weldr-client-0:35.5-4.el8.src",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.x86_64"
},
"product_reference": "weldr-client-0:35.5-4.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debuginfo-0:35.5-4.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.aarch64"
},
"product_reference": "weldr-client-debuginfo-0:35.5-4.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debuginfo-0:35.5-4.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.ppc64le"
},
"product_reference": "weldr-client-debuginfo-0:35.5-4.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debuginfo-0:35.5-4.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.s390x"
},
"product_reference": "weldr-client-debuginfo-0:35.5-4.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debuginfo-0:35.5-4.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.x86_64"
},
"product_reference": "weldr-client-debuginfo-0:35.5-4.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debugsource-0:35.5-4.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.aarch64"
},
"product_reference": "weldr-client-debugsource-0:35.5-4.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debugsource-0:35.5-4.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.ppc64le"
},
"product_reference": "weldr-client-debugsource-0:35.5-4.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debugsource-0:35.5-4.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.s390x"
},
"product_reference": "weldr-client-debugsource-0:35.5-4.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debugsource-0:35.5-4.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.x86_64"
},
"product_reference": "weldr-client-debugsource-0:35.5-4.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64"
},
"product_reference": "weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le"
},
"product_reference": "weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.s390x"
},
"product_reference": "weldr-client-tests-debuginfo-0:35.5-4.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64"
},
"product_reference": "weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-8.7.0.GA:cockpit-composer-0:41-1.el8.noarch",
"AppStream-8.7.0.GA:cockpit-composer-0:41-1.el8.src",
"AppStream-8.7.0.GA:osbuild-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-0:65-1.el8.src",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.src",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-luks2-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-lvm2-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-ostree-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-selinux-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:python3-osbuild-0:65-1.el8.noarch"
]
}
],
"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": [
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.src",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64"
],
"known_not_affected": [
"AppStream-8.7.0.GA:cockpit-composer-0:41-1.el8.noarch",
"AppStream-8.7.0.GA:cockpit-composer-0:41-1.el8.src",
"AppStream-8.7.0.GA:osbuild-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-0:65-1.el8.src",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.src",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-luks2-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-lvm2-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-ostree-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-selinux-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:python3-osbuild-0:65-1.el8.noarch"
]
},
"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": "2022-11-08T09:47:13+00:00",
"details": "For details on how 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.7.0.GA:weldr-client-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.src",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7548"
},
{
"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.7.0.GA:cockpit-composer-0:41-1.el8.noarch",
"AppStream-8.7.0.GA:cockpit-composer-0:41-1.el8.src",
"AppStream-8.7.0.GA:osbuild-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-0:65-1.el8.src",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.src",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-luks2-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-lvm2-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-ostree-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-selinux-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:python3-osbuild-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.src",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64"
]
}
],
"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": [
"AppStream-8.7.0.GA:cockpit-composer-0:41-1.el8.noarch",
"AppStream-8.7.0.GA:cockpit-composer-0:41-1.el8.src",
"AppStream-8.7.0.GA:osbuild-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-0:65-1.el8.src",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.src",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-luks2-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-lvm2-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-ostree-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-selinux-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:python3-osbuild-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.src",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64"
]
}
],
"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"
}
]
}
RHSA-2023_0693
Vulnerability from csaf_redhat - Published: 2023-02-09 02:17 - Updated: 2024-12-17 22: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": "The Migration Toolkit for Containers (MTC) 1.7.7 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* async: Prototype Pollution in async (CVE-2021-43138)\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: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags (CVE-2022-32149)\n\n* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* 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-2022-32189)\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:0693",
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2124668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2126276",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126276"
},
{
"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": "2134010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010"
},
{
"category": "external",
"summary": "2160662",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160662"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "MIG-1275",
"url": "https://issues.redhat.com/browse/MIG-1275"
},
{
"category": "external",
"summary": "MIG-1281",
"url": "https://issues.redhat.com/browse/MIG-1281"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0693.json"
}
],
"title": "Red Hat Security Advisory: Migration Toolkit for Containers (MTC) 1.7.7 security and bug fix update",
"tracking": {
"current_release_date": "2024-12-17T22:09:24+00:00",
"generator": {
"date": "2024-12-17T22:09:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:0693",
"initial_release_date": "2023-02-09T02:17:22+00:00",
"revision_history": [
{
"date": "2023-02-09T02:17:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-02-09T02:17:22+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:09:24+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:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"product": {
"name": "rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"product_id": "rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-controller-rhel8\u0026tag=v1.7.7-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"product": {
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"product_id": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8\u0026tag=v1.7.7-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"product": {
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"product_id": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator\u0026tag=v1.7.7-9"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"product": {
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"product_id": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8\u0026tag=v1.7.7-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"product": {
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"product_id": "rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8\u0026tag=v1.7.7-4"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"product": {
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"product_id": "rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8\u0026tag=v1.7.7-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"product": {
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"product_id": "rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rhel8-operator\u0026tag=v1.7.7-9"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"product": {
"name": "rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"product_id": "rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-operator-bundle\u0026tag=v1.7.7-9"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"product": {
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"product_id": "rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-registry-rhel8\u0026tag=v1.7.7-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"product": {
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"product_id": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8\u0026tag=v1.7.7-2"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"product": {
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"product_id": "rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-ui-rhel8\u0026tag=v1.7.7-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"product_id": "rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-rhel8\u0026tag=v1.7.7-5"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-aws-rhel8\u0026tag=v1.7.7-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8\u0026tag=v1.7.7-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"product_id": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8\u0026tag=v1.7.7-3"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"product": {
"name": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"product_id": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-restic-restore-helper-rhel8\u0026tag=v1.7.7-5"
}
}
},
{
"category": "product_version",
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64",
"product": {
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64",
"product_id": "rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-velero-plugin-rhel8\u0026tag=v1.7.7-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:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64"
},
"product_reference": "rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64"
},
"product_reference": "rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64"
},
"product_reference": "rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64"
},
"product_reference": "rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64"
},
"product_reference": "rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64"
},
"product_reference": "rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64"
},
"product_reference": "rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64"
},
"product_reference": "rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64"
},
"product_reference": "rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64"
},
"product_reference": "rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64"
},
"product_reference": "rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_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:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_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:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_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:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_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:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_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:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
},
"product_reference": "rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64 as a component of 8Base-RHMTC-1.7",
"product_id": "8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
},
"product_reference": "rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64",
"relates_to_product_reference": "8Base-RHMTC-1.7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-43138",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-09-13T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126276"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the async package. This flaw allows a malicious user to obtain privileges via the mapValues() method.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "async: Prototype Pollution in async",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-43138"
},
{
"category": "external",
"summary": "RHBZ#2126276",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126276"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-43138",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-43138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43138"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-fwr7-v2mv-hh25",
"url": "https://github.com/advisories/GHSA-fwr7-v2mv-hh25"
}
],
"release_date": "2022-04-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "async: Prototype Pollution in async"
},
{
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
}
],
"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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
},
"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-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
}
],
"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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
},
"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-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
},
"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": "2023-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-32149",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2022-10-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2134010"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the golang.org/x/text/language package. An attacker can craft an Accept-Language header which ParseAcceptLanguage will take significant time to parse. This issue leads to a denial of service, and can impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32149"
},
{
"category": "external",
"summary": "RHBZ#2134010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149"
},
{
"category": "external",
"summary": "https://go.dev/issue/56152",
"url": "https://go.dev/issue/56152"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU",
"url": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU"
}
],
"release_date": "2022-10-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "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:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
}
],
"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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
},
"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": "2023-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"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-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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_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": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_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-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/url: JoinPath does not strip relative path components in all circumstances"
},
{
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
}
],
"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-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64"
]
},
"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-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2022-41717",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-01-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64"
]
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"known_not_affected": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64"
]
},
"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-02-09T02:17:22+00:00",
"details": "For details on how to install and use MTC, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/migration_toolkit_for_containers/installing-mtc.html",
"product_ids": [
"8Base-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
}
],
"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-RHMTC-1.7:rhmtc/openshift-migration-controller-rhel8@sha256:362eb32d0d2607f72b4f425dabaea7cde5d292ac41aea0c18c78bc6e408fff9e_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-hook-runner-rhel8@sha256:aa63717ac3a4961e774ed0baa3a73f01eda185516e7380579d97b9d25764d10d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-legacy-rhel8-operator@sha256:1ac9cdfbdce8f7b6e4ebf5e40013f766b71b6dd604c92f602aca96612a228eda_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-log-reader-rhel8@sha256:d89e9ef65993466d25b26702d0210c14ce191155501774f4d2f1f08dbdad9804_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-must-gather-rhel8@sha256:5acf34dc4041b694b452d46c2f656db566241773285ca305a79ab7b9dc087b43_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-openvpn-rhel8@sha256:15df7304827ce49d422554551f08d99cfffa1afc4ffacac145d4399ccb1cbd68_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-operator-bundle@sha256:90ed03a5e0cb0b0ffd85f7434cc4eda9bd8fe81cd90b597772d9b7caccd4b80f_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-registry-rhel8@sha256:aaa03ef0769d38185675db2a7a78454659de14bdebe5ff842614bf2124e5adfe_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rhel8-operator@sha256:aaaf4f6095294b497889749390f0a3aac04b83131a423799c44b5e367e0b370a_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:58bd4ffc3e9599401251ac929cf15c1773ecc03a57177118adbe23ac8d7762af_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-ui-rhel8@sha256:4141db5099ae659270297eb4aaff695ac43fce67d91fea49dbc76583f419d3a1_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-aws-rhel8@sha256:633eeb0b6b50e21bbc0fb12fd2262294733fc9ac8b1e9eedcdb9d1433534d88d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-gcp-rhel8@sha256:19dbf2bb83f8a0f35079d6ae25f8fcddad970e48ecb21694fd2d4c553313e4aa_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-plugin-for-microsoft-azure-rhel8@sha256:93e95f065eadaa41154b9012dd5ddc824607758e2bce85c4256c2689125b80a4_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-restic-restore-helper-rhel8@sha256:70d3d46f54b91538e047df62e7e5b161fabac195a2f2e45cdba78215b4c82a7d_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-migration-velero-rhel8@sha256:1ca6945c3918f1743a4cee86a507f9f6581c8f8e572b6b8739d79a675a64d1db_amd64",
"8Base-RHMTC-1.7:rhmtc/openshift-velero-plugin-rhel8@sha256:26f8fb5c41ece82626325ba502505ba1ca7986602cc147b492f9857caa0be868_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
RHSA-2023:1529
Vulnerability from csaf_redhat - Published: 2023-03-30 00:42 - Updated: 2025-12-04 05:08Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Service Telemetry Framework 1.5.\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": "Service Telemetry Framework (STF) provides automated collection of measurements and data from remote clients, such as Red Hat OpenStack Platform or third-party nodes. STF then transmits the information to a centralized, receiving Red Hat OpenShift Container Platform (OCP) deployment for storage, retrieval, and monitoring.\n\nSecurity Fix(es):\n\n* golang: crypto/elliptic: IsOnCurve returns true for invalid field elements (CVE-2022-23806)\n\n* golang: math/big: uncontrolled memory consumption due to an unhandled overflow via Rat.SetString (CVE-2022-23772)\n\n* golang: cmd/go: misinterpretation of branch names can lead to incorrect access control (CVE-2022-23773)\n\n* golang: encoding/pem: fix stack overflow in Decode (CVE-2022-24675)\n\n* golang: crypto/elliptic: panic caused by oversized scalar (CVE-2022-28327)\n\n* golang: syscall: faccessat checks wrong group (CVE-2022-29526)\n\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\n\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n\n* golang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)\n\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* golang: crypto/tls: session tickets lack random ticket_age_add (CVE-2022-30629)\n\n* 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-2022-32189)\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:1529",
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2053429",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053429"
},
{
"category": "external",
"summary": "2053532",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053532"
},
{
"category": "external",
"summary": "2053541",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053541"
},
{
"category": "external",
"summary": "2077688",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077688"
},
{
"category": "external",
"summary": "2077689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077689"
},
{
"category": "external",
"summary": "2084085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084085"
},
{
"category": "external",
"summary": "2092544",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092544"
},
{
"category": "external",
"summary": "2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"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": "2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "2176537",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176537"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1529.json"
}
],
"title": "Red Hat Security Advisory: Service Telemetry Framework 1.5 security update",
"tracking": {
"current_release_date": "2025-12-04T05:08:55+00:00",
"generator": {
"date": "2025-12-04T05:08:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:1529",
"initial_release_date": "2023-03-30T00:42:39+00:00",
"revision_history": [
{
"date": "2023-03-30T00:42:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-03-30T00:42:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-04T05:08:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Service Telemetry Framework 1.5 for RHEL 8",
"product": {
"name": "Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:stf:1.5::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"product": {
"name": "stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"product_id": "stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f?arch=amd64\u0026repository_url=registry.redhat.io/stf/prometheus-webhook-snmp-rhel8\u0026tag=1.5.2-2"
}
}
},
{
"category": "product_version",
"name": "stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"product": {
"name": "stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"product_id": "stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"product_identification_helper": {
"purl": "pkg:oci/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717?arch=amd64\u0026repository_url=registry.redhat.io/stf/service-telemetry-operator-bundle\u0026tag=1.5.1678301890-1"
}
}
},
{
"category": "product_version",
"name": "stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"product": {
"name": "stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"product_id": "stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0?arch=amd64\u0026repository_url=registry.redhat.io/stf/service-telemetry-rhel8-operator\u0026tag=1.5.1-2"
}
}
},
{
"category": "product_version",
"name": "stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"product": {
"name": "stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"product_id": "stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28?arch=amd64\u0026repository_url=registry.redhat.io/stf/sg-bridge-rhel8\u0026tag=1.5.0-12"
}
}
},
{
"category": "product_version",
"name": "stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"product": {
"name": "stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"product_id": "stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37?arch=amd64\u0026repository_url=registry.redhat.io/stf/sg-core-rhel8\u0026tag=5.1.1-2"
}
}
},
{
"category": "product_version",
"name": "stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"product": {
"name": "stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"product_id": "stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"product_identification_helper": {
"purl": "pkg:oci/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546?arch=amd64\u0026repository_url=registry.redhat.io/stf/smart-gateway-operator-bundle\u0026tag=5.0.1678301890-1"
}
}
},
{
"category": "product_version",
"name": "stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64",
"product": {
"name": "stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64",
"product_id": "stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64",
"product_identification_helper": {
"purl": "pkg:oci/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471?arch=amd64\u0026repository_url=registry.redhat.io/stf/smart-gateway-rhel8-operator\u0026tag=5.0.1-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64"
},
"product_reference": "stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64"
},
"product_reference": "stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64"
},
"product_reference": "stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64"
},
"product_reference": "stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
},
"product_reference": "stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64"
},
"product_reference": "stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
},
"product_reference": "stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding header",
"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-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"cve": "CVE-2022-23772",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2022-02-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2053532"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the big package of the math library in golang. The Rat.SetString could cause an overflow, and if left unhandled, it could lead to excessive memory use. This issue could allow a remote attacker to impact the availability of the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: math/big: uncontrolled memory consumption due to an unhandled overflow via Rat.SetString",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 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\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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23772"
},
{
"category": "external",
"summary": "RHBZ#2053532",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053532"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23772"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ",
"url": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ"
}
],
"release_date": "2022-01-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: math/big: uncontrolled memory consumption due to an unhandled overflow via Rat.SetString"
},
{
"cve": "CVE-2022-23773",
"cwe": {
"id": "CWE-1220",
"name": "Insufficient Granularity of Access Control"
},
"discovery_date": "2022-02-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2053541"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the go package of the cmd library in golang. The go command could be tricked into accepting a branch, which resembles a version tag. This issue could allow a remote unauthenticated attacker to bypass security restrictions and introduce invalid or incorrect tags, reducing the integrity of the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: cmd/go: misinterpretation of branch names can lead to incorrect access control",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23773"
},
{
"category": "external",
"summary": "RHBZ#2053541",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053541"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23773"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23773",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23773"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ",
"url": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ"
}
],
"release_date": "2022-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: cmd/go: misinterpretation of branch names can lead to incorrect access control"
},
{
"cve": "CVE-2022-23806",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2022-02-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2053429"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the elliptic package of the crypto library in golang when the IsOnCurve function could return true for invalid field elements. This flaw allows an attacker to take advantage of this undefined behavior, affecting the availability and integrity of the resource.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/elliptic: IsOnCurve returns true for invalid field elements",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 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 a Moderate security impact. 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 \u0026 1.17), will not be addressed in future updates as shipped only in RHEL-7, hence, marked as Out-of-Support-Scope.\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/.\n\nThe vulnerability lies in the crypto/elliptic: IsOnCurve taking in negative and invalid forms of data input and resulting in a panic, the resulting invalid data input is also resulting in data sinks in other functions such as marshall that handle elliptic curve cryptography by converting points on an elliptic curve into a binary format for storage or transmission and scalarmult which provides scalar multiplication, all three function takes in invalid forms of data and results in a crash, although the main culprit being isoncurve function, considering the attack complexity being high as the data that reaches the vulnerable function could already be stripped of negative sign and the resultant successful exploitation only leading to a panic/crash the vulnerability has been rated as Moderate.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-252: Unchecked Return Value vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nReturn values from critical operations are consistently evaluated through enforced development standards and automated static analysis, reducing the likelihood of logic flaws or silent failures reaching production. Error-handling routines are integrated into application behavior to ensure that failures are properly logged, traced, and contained, maintaining system stability under fault conditions. Additionally, the platform is designed to respond to errors predictably, preventing uncontrolled behavior and ensuring that processes fail in a known, recoverable state.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23806"
},
{
"category": "external",
"summary": "RHBZ#2053429",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053429"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23806"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23806",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23806"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ",
"url": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ"
}
],
"release_date": "2022-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"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:H",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/elliptic: IsOnCurve returns true for invalid field elements"
},
{
"cve": "CVE-2022-24675",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2022-04-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2077688"
}
],
"notes": [
{
"category": "description",
"text": "A buffer overflow flaw was found in Golang\u0027s library encoding/pem. This flaw allows an attacker to use a large PEM input (more than 5 MB), causing a stack overflow in Decode, which leads to a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/pem: fix stack overflow in Decode",
"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/.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-120: Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat follows best practice and federal requirements for least privilege, allowing only specific processes to be run with isolated accounts specific to the team and federal platforms that have limited privileges that are only used for a single task. The environment leverages file integrity checks and malicious code protections, such as IPS/IDS and antimalware solutions, to help detect and prevent malicious code that attempts to exploit buffer overflow vulnerabilities. Robust input validation and error-handling mechanisms ensure all user inputs are thoroughly validated, preventing improperly validated inputs from causing system instability, exposing sensitive data, or escalating risks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24675"
},
{
"category": "external",
"summary": "RHBZ#2077688",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077688"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24675",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24675"
},
{
"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-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/pem: fix stack overflow in Decode"
},
{
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"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": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"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-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/elliptic: panic caused by oversized scalar"
},
{
"acknowledgments": [
{
"names": [
"Jo\u00ebl G\u00e4hwiler"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-29526",
"cwe": {
"id": "CWE-280",
"name": "Improper Handling of Insufficient Permissions or Privileges "
},
"discovery_date": "2022-05-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2084085"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the syscall.Faccessat function when calling a process by checking the group. This flaw allows an attacker to check the process group permissions rather than a member of the file\u0027s group, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: syscall: faccessat checks wrong group",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-29526"
},
{
"category": "external",
"summary": "RHBZ#2084085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084085"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Y5qrqw_lWdU",
"url": "https://groups.google.com/g/golang-announce/c/Y5qrqw_lWdU"
}
],
"release_date": "2022-05-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: syscall: faccessat checks wrong group"
},
{
"cve": "CVE-2022-30629",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"discovery_date": "2022-06-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2092793"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls golang package. When session tickets are generated by crypto/tls, it is missing the ticket expiration. This issue may allow an attacker to observe the TLS handshakes to correlate successive connections during session resumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: session tickets lack random ticket_age_add",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30629"
},
{
"category": "external",
"summary": "RHBZ#2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg",
"url": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg"
}
],
"release_date": "2022-06-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: crypto/tls: session tickets lack random ticket_age_add"
},
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "RH ProdSec has set the Impact of this vulnerability to Moderate as there is no known method to execute arbitary code. Successful exploitation of this bug can cause the application under attack to panic, merely causing a Denial of Service at the application level. As the kernel is unaffected by this bug, the user can merely relaunch the application to fix the problem. Also, if somehow the application keeps relaunching, the timer watchdogs in the default RHEL kernel will stop the attack in its tracks.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30631",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: compress/gzip: stack exhaustion in Reader.Read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit CVE-2022-30631, an attacker supplies a specially crafted gzip archive to a Go application that uses a vulnerable version of the compress/gzip package without adequate input validation. This can lead to uncontrolled recursion, resulting in stack exhaustion and causing the application to panic, thereby affecting its availability.\n\nAs this is merely a DoS and there is no known way to control the instruction pointer, RH ProdSec has set the impact of this vulnerabilty to \"Moderate\".\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "RHBZ#2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631"
},
{
"category": "external",
"summary": "https://go.dev/issue/53168",
"url": "https://go.dev/issue/53168"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: compress/gzip: stack exhaustion in Reader.Read"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The exploitation of this flaw will only result in a denial of service of the application via the application crashing which is why this has been rated as moderate.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"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": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
},
{
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"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"
},
{
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"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-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2022-41717",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-01-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"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-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
RHSA-2023:2193
Vulnerability from csaf_redhat - Published: 2023-05-09 09:51 - Updated: 2025-11-21 18:39Notes
{
"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 butane 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": "Butane translates human-readable Butane Configs into machine-readable Ignition configs for provisioning operating systems that use Ignition.\n\nThe following packages have been upgraded to a later upstream version: butane (0.16.0). (BZ#2135475)\n\nSecurity Fix(es):\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* 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-2022-32189)\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.2 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:2193",
"url": "https://access.redhat.com/errata/RHSA-2023:2193"
},
{
"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.2_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index"
},
{
"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": "2135475",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135475"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2193.json"
}
],
"title": "Red Hat Security Advisory: butane security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2025-11-21T18:39:56+00:00",
"generator": {
"date": "2025-11-21T18:39:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:2193",
"initial_release_date": "2023-05-09T09:51:30+00:00",
"revision_history": [
{
"date": "2023-05-09T09:51:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-09T09:51:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:39:56+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.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": "butane-0:0.16.0-1.el9.src",
"product": {
"name": "butane-0:0.16.0-1.el9.src",
"product_id": "butane-0:0.16.0-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-1.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "butane-0:0.16.0-1.el9.aarch64",
"product": {
"name": "butane-0:0.16.0-1.el9.aarch64",
"product_id": "butane-0:0.16.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.16.0-1.el9.aarch64",
"product": {
"name": "butane-debugsource-0:0.16.0-1.el9.aarch64",
"product_id": "butane-debugsource-0:0.16.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.16.0-1.el9.aarch64",
"product": {
"name": "butane-debuginfo-0:0.16.0-1.el9.aarch64",
"product_id": "butane-debuginfo-0:0.16.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-1.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "butane-0:0.16.0-1.el9.ppc64le",
"product": {
"name": "butane-0:0.16.0-1.el9.ppc64le",
"product_id": "butane-0:0.16.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.16.0-1.el9.ppc64le",
"product": {
"name": "butane-debugsource-0:0.16.0-1.el9.ppc64le",
"product_id": "butane-debugsource-0:0.16.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"product": {
"name": "butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"product_id": "butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-1.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "butane-0:0.16.0-1.el9.x86_64",
"product": {
"name": "butane-0:0.16.0-1.el9.x86_64",
"product_id": "butane-0:0.16.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.16.0-1.el9.x86_64",
"product": {
"name": "butane-debugsource-0:0.16.0-1.el9.x86_64",
"product_id": "butane-debugsource-0:0.16.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.16.0-1.el9.x86_64",
"product": {
"name": "butane-debuginfo-0:0.16.0-1.el9.x86_64",
"product_id": "butane-debuginfo-0:0.16.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-1.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "butane-0:0.16.0-1.el9.s390x",
"product": {
"name": "butane-0:0.16.0-1.el9.s390x",
"product_id": "butane-0:0.16.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.16.0-1.el9.s390x",
"product": {
"name": "butane-debugsource-0:0.16.0-1.el9.s390x",
"product_id": "butane-debugsource-0:0.16.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.16.0-1.el9.s390x",
"product": {
"name": "butane-debuginfo-0:0.16.0-1.el9.s390x",
"product_id": "butane-debuginfo-0:0.16.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-1.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.aarch64"
},
"product_reference": "butane-0:0.16.0-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.ppc64le"
},
"product_reference": "butane-0:0.16.0-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.s390x"
},
"product_reference": "butane-0:0.16.0-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.src"
},
"product_reference": "butane-0:0.16.0-1.el9.src",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.x86_64"
},
"product_reference": "butane-0:0.16.0-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.16.0-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.aarch64"
},
"product_reference": "butane-debuginfo-0:0.16.0-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.16.0-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.ppc64le"
},
"product_reference": "butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.16.0-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.s390x"
},
"product_reference": "butane-debuginfo-0:0.16.0-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.16.0-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.x86_64"
},
"product_reference": "butane-debuginfo-0:0.16.0-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.16.0-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.aarch64"
},
"product_reference": "butane-debugsource-0:0.16.0-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.16.0-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.ppc64le"
},
"product_reference": "butane-debugsource-0:0.16.0-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.16.0-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.s390x"
},
"product_reference": "butane-debugsource-0:0.16.0-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.16.0-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.x86_64"
},
"product_reference": "butane-debugsource-0:0.16.0-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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": [
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.src",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.x86_64"
]
},
"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": "2023-05-09T09:51: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.2.0.GA:butane-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.src",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2193"
}
],
"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": [
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.src",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.x86_64"
]
}
],
"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": [
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.src",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.x86_64"
]
},
"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": "2023-05-09T09:51: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.2.0.GA:butane-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.src",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2193"
},
{
"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.GA:butane-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.src",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.x86_64"
]
}
],
"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": [
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.src",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.x86_64"
]
}
],
"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"
}
]
}
RHSA-2023_1275
Vulnerability from csaf_redhat - Published: 2023-03-15 19:58 - Updated: 2024-12-17 22: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 etcd is now available for Red Hat OpenStack Platform.\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": "etcd is a highly-available key value store for shared configuration.\n\nThe following Important impact security fix(es) are applicable to Red Hat OpenStack Platform 17.0 (Wallaby), 16.2 (Train), and 16.1 (Train):\n\n* Improve heuristics preventing CPU/memory abuse by parsing malicious or\nlarge YAML documents (CVE-2022-3064)\n\nAs a result of being built by golang 1.18.9, the following Moderate impact security fix(es) are applicable to Red Hat OpenStack Platform 16.2 and 16.1:\n\n* golang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n* golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\nAs a result of being built by golang 1.18.9, the following Low impact security fix(es) are applicable to Red Hat OpenStack Platform 16.2 and 16.1:\n\n* golang: crypto/tls: session tickets lack random ticket_age_add (CVE-2022-30629)\n* 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-2022-32189)\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:1275",
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"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": "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": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "2163037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1275.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform (etcd) security update",
"tracking": {
"current_release_date": "2024-12-17T22:13:40+00:00",
"generator": {
"date": "2024-12-17T22:13:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:1275",
"initial_release_date": "2023-03-15T19:58:09+00:00",
"revision_history": [
{
"date": "2023-03-15T19:58:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-03-15T19:58:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:13: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.1",
"product": {
"name": "Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:16.1::el8"
}
}
},
{
"category": "product_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-12.el8ost.src",
"product": {
"name": "etcd-0:3.3.23-12.el8ost.src",
"product_id": "etcd-0:3.3.23-12.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-12.el8ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.3.23-12.el8ost.x86_64",
"product": {
"name": "etcd-0:3.3.23-12.el8ost.x86_64",
"product_id": "etcd-0:3.3.23-12.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-12.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"product": {
"name": "etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"product_id": "etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debugsource@3.3.23-12.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"product": {
"name": "etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"product_id": "etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debuginfo@3.3.23-12.el8ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.3.23-12.el8ost.ppc64le",
"product": {
"name": "etcd-0:3.3.23-12.el8ost.ppc64le",
"product_id": "etcd-0:3.3.23-12.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-12.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"product": {
"name": "etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"product_id": "etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debugsource@3.3.23-12.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"product": {
"name": "etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"product_id": "etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debuginfo@3.3.23-12.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-12.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le"
},
"product_reference": "etcd-0:3.3.23-12.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-12.el8ost.src as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src"
},
"product_reference": "etcd-0:3.3.23-12.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-12.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64"
},
"product_reference": "etcd-0:3.3.23-12.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le"
},
"product_reference": "etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.3.23-12.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64"
},
"product_reference": "etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.3.23-12.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le"
},
"product_reference": "etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.3.23-12.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
},
"product_reference": "etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-12.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le"
},
"product_reference": "etcd-0:3.3.23-12.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-12.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src"
},
"product_reference": "etcd-0:3.3.23-12.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-12.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64"
},
"product_reference": "etcd-0:3.3.23-12.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-12.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le"
},
"product_reference": "etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.3.23-12.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-12.el8ost.x86_64"
},
"product_reference": "etcd-debuginfo-0:3.3.23-12.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-12.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le"
},
"product_reference": "etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.3.23-12.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-12.el8ost.x86_64"
},
"product_reference": "etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding 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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"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",
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"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-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"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": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.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-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents"
},
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"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": "2023-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-30629",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"discovery_date": "2022-06-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2092793"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls golang package. When session tickets are generated by crypto/tls, it is missing the ticket expiration. This issue may allow an attacker to observe the TLS handshakes to correlate successive connections during session resumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: session tickets lack random ticket_age_add",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30629"
},
{
"category": "external",
"summary": "RHBZ#2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg",
"url": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg"
}
],
"release_date": "2022-06-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: crypto/tls: session tickets lack random ticket_age_add"
},
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30635",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/gob: stack exhaustion in Decoder.Decode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform (OCP) starting from 4.10 stream is already compiled in the patched version of Go, hence is not affected by this vulnerability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "RHBZ#2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635"
},
{
"category": "external",
"summary": "https://go.dev/issue/53615",
"url": "https://go.dev/issue/53615"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/gob: stack exhaustion in Decoder.Decode"
},
{
"cve": "CVE-2022-32148",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "RHBZ#2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148"
},
{
"category": "external",
"summary": "https://go.dev/issue/53423",
"url": "https://go.dev/issue/53423"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
},
{
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"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": "2023-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"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"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-41715",
"discovery_date": "2022-10-07T00:00:00+00:00",
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.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-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.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-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
RHSA-2023_1529
Vulnerability from csaf_redhat - Published: 2023-03-30 00:42 - Updated: 2024-12-17 22: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": "An update is now available for Service Telemetry Framework 1.5.\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": "Service Telemetry Framework (STF) provides automated collection of measurements and data from remote clients, such as Red Hat OpenStack Platform or third-party nodes. STF then transmits the information to a centralized, receiving Red Hat OpenShift Container Platform (OCP) deployment for storage, retrieval, and monitoring.\n\nSecurity Fix(es):\n\n* golang: crypto/elliptic: IsOnCurve returns true for invalid field elements (CVE-2022-23806)\n\n* golang: math/big: uncontrolled memory consumption due to an unhandled overflow via Rat.SetString (CVE-2022-23772)\n\n* golang: cmd/go: misinterpretation of branch names can lead to incorrect access control (CVE-2022-23773)\n\n* golang: encoding/pem: fix stack overflow in Decode (CVE-2022-24675)\n\n* golang: crypto/elliptic: panic caused by oversized scalar (CVE-2022-28327)\n\n* golang: syscall: faccessat checks wrong group (CVE-2022-29526)\n\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\n\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n\n* golang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)\n\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* golang: crypto/tls: session tickets lack random ticket_age_add (CVE-2022-30629)\n\n* 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-2022-32189)\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:1529",
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2053429",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053429"
},
{
"category": "external",
"summary": "2053532",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053532"
},
{
"category": "external",
"summary": "2053541",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053541"
},
{
"category": "external",
"summary": "2077688",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077688"
},
{
"category": "external",
"summary": "2077689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077689"
},
{
"category": "external",
"summary": "2084085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084085"
},
{
"category": "external",
"summary": "2092544",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092544"
},
{
"category": "external",
"summary": "2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"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": "2132872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132872"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "2176537",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176537"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1529.json"
}
],
"title": "Red Hat Security Advisory: Service Telemetry Framework 1.5 security update",
"tracking": {
"current_release_date": "2024-12-17T22:14:48+00:00",
"generator": {
"date": "2024-12-17T22:14:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:1529",
"initial_release_date": "2023-03-30T00:42:39+00:00",
"revision_history": [
{
"date": "2023-03-30T00:42:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-03-30T00:42:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:14:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Service Telemetry Framework 1.5 for RHEL 8",
"product": {
"name": "Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_telemetry_framework:1.5::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"product": {
"name": "stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"product_id": "stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f?arch=amd64\u0026repository_url=registry.redhat.io/stf/prometheus-webhook-snmp-rhel8\u0026tag=1.5.2-2"
}
}
},
{
"category": "product_version",
"name": "stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"product": {
"name": "stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"product_id": "stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"product_identification_helper": {
"purl": "pkg:oci/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717?arch=amd64\u0026repository_url=registry.redhat.io/stf/service-telemetry-operator-bundle\u0026tag=1.5.1678301890-1"
}
}
},
{
"category": "product_version",
"name": "stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"product": {
"name": "stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"product_id": "stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0?arch=amd64\u0026repository_url=registry.redhat.io/stf/service-telemetry-rhel8-operator\u0026tag=1.5.1-2"
}
}
},
{
"category": "product_version",
"name": "stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"product": {
"name": "stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"product_id": "stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28?arch=amd64\u0026repository_url=registry.redhat.io/stf/sg-bridge-rhel8\u0026tag=1.5.0-12"
}
}
},
{
"category": "product_version",
"name": "stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"product": {
"name": "stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"product_id": "stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37?arch=amd64\u0026repository_url=registry.redhat.io/stf/sg-core-rhel8\u0026tag=5.1.1-2"
}
}
},
{
"category": "product_version",
"name": "stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"product": {
"name": "stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"product_id": "stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"product_identification_helper": {
"purl": "pkg:oci/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546?arch=amd64\u0026repository_url=registry.redhat.io/stf/smart-gateway-operator-bundle\u0026tag=5.0.1678301890-1"
}
}
},
{
"category": "product_version",
"name": "stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64",
"product": {
"name": "stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64",
"product_id": "stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64",
"product_identification_helper": {
"purl": "pkg:oci/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471?arch=amd64\u0026repository_url=registry.redhat.io/stf/smart-gateway-rhel8-operator\u0026tag=5.0.1-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64"
},
"product_reference": "stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64"
},
"product_reference": "stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64"
},
"product_reference": "stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64"
},
"product_reference": "stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
},
"product_reference": "stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64"
},
"product_reference": "stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64 as a component of Service Telemetry Framework 1.5 for RHEL 8",
"product_id": "8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
},
"product_reference": "stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64",
"relates_to_product_reference": "8Base-STF-1.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding 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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"cve": "CVE-2022-23772",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2022-02-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2053532"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the big package of the math library in golang. The Rat.SetString could cause an overflow, and if left unhandled, it could lead to excessive memory use. This issue could allow a remote attacker to impact the availability of the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: math/big: uncontrolled memory consumption due to an unhandled overflow via Rat.SetString",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 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\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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23772"
},
{
"category": "external",
"summary": "RHBZ#2053532",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053532"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23772"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ",
"url": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ"
}
],
"release_date": "2022-01-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: math/big: uncontrolled memory consumption due to an unhandled overflow via Rat.SetString"
},
{
"cve": "CVE-2022-23773",
"cwe": {
"id": "CWE-1220",
"name": "Insufficient Granularity of Access Control"
},
"discovery_date": "2022-02-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2053541"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the go package of the cmd library in golang. The go command could be tricked into accepting a branch, which resembles a version tag. This issue could allow a remote unauthenticated attacker to bypass security restrictions and introduce invalid or incorrect tags, reducing the integrity of the environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: cmd/go: misinterpretation of branch names can lead to incorrect access control",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23773"
},
{
"category": "external",
"summary": "RHBZ#2053541",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053541"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23773"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23773",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23773"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ",
"url": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ"
}
],
"release_date": "2022-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: cmd/go: misinterpretation of branch names can lead to incorrect access control"
},
{
"cve": "CVE-2022-23806",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2022-02-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2053429"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the elliptic package of the crypto library in golang when the IsOnCurve function could return true for invalid field elements. This flaw allows an attacker to take advantage of this undefined behavior, affecting the availability and integrity of the resource.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/elliptic: IsOnCurve returns true for invalid field elements",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 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 a Moderate security impact. 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 \u0026 1.17), will not be addressed in future updates as shipped only in RHEL-7, hence, marked as Out-of-Support-Scope.\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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23806"
},
{
"category": "external",
"summary": "RHBZ#2053429",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053429"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23806"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23806",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23806"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ",
"url": "https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ"
}
],
"release_date": "2022-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"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:H",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/elliptic: IsOnCurve returns true for invalid field elements"
},
{
"cve": "CVE-2022-24675",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2022-04-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2077688"
}
],
"notes": [
{
"category": "description",
"text": "A buffer overflow flaw was found in Golang\u0027s library encoding/pem. This flaw allows an attacker to use a large PEM input (more than 5 MB), causing a stack overflow in Decode, which leads to a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/pem: fix stack overflow in Decode",
"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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24675"
},
{
"category": "external",
"summary": "RHBZ#2077688",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077688"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24675",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24675"
},
{
"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-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/pem: fix stack overflow in Decode"
},
{
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"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": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"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-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/elliptic: panic caused by oversized scalar"
},
{
"acknowledgments": [
{
"names": [
"Jo\u00ebl G\u00e4hwiler"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-29526",
"cwe": {
"id": "CWE-280",
"name": "Improper Handling of Insufficient Permissions or Privileges "
},
"discovery_date": "2022-05-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2084085"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the syscall.Faccessat function when calling a process by checking the group. This flaw allows an attacker to check the process group permissions rather than a member of the file\u0027s group, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: syscall: faccessat checks wrong group",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-29526"
},
{
"category": "external",
"summary": "RHBZ#2084085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084085"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Y5qrqw_lWdU",
"url": "https://groups.google.com/g/golang-announce/c/Y5qrqw_lWdU"
}
],
"release_date": "2022-05-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: syscall: faccessat checks wrong group"
},
{
"cve": "CVE-2022-30629",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"discovery_date": "2022-06-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2092793"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls golang package. When session tickets are generated by crypto/tls, it is missing the ticket expiration. This issue may allow an attacker to observe the TLS handshakes to correlate successive connections during session resumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: session tickets lack random ticket_age_add",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30629"
},
{
"category": "external",
"summary": "RHBZ#2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg",
"url": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg"
}
],
"release_date": "2022-06-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: crypto/tls: session tickets lack random ticket_age_add"
},
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30631",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: compress/gzip: stack exhaustion in Reader.Read",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "RHBZ#2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631"
},
{
"category": "external",
"summary": "https://go.dev/issue/53168",
"url": "https://go.dev/issue/53168"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: compress/gzip: stack exhaustion in Reader.Read"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"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": "2023-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"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"
},
{
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"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-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2022-41717",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-01-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"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-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"known_not_affected": [
"8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
},
"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-03-30T00:42:39+00:00",
"details": "The Service Telemetry Framework container image provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
}
],
"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-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:a53c3dc5955a72913788a3eeda32f725b2f5ef6e893022cc358f20414eb5074f_amd64",
"8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:617009676fbc385e222f144f79819b2cdcdafb28ae8674a53cdf8676f69d3717_amd64",
"8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:f71352691d5e680eb09a67ef2e7208a40a10a0b781b451150ced7408dfc603d0_amd64",
"8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:d42174e8f6fbc91666ee2d78483f362f4de3f0ea551ea6d2bf310dadb1b5ba28_amd64",
"8Base-STF-1.5:stf/sg-core-rhel8@sha256:f3ac213d5ff7470ad8a9175fa699033c5c2ee7cd6cf5eb5f4e081de00e94cd37_amd64",
"8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:08209b33986a186c90ec84140c833fdd892358583d3a7cb8c73f4732fe210546_amd64",
"8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:9ea6481e460623bd551f5facb1d8cee105103ad380a32cb3efcc0714b60db471_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
RHSA-2023_3205
Vulnerability from csaf_redhat - Published: 2023-05-18 02:55 - Updated: 2024-12-17 22:19Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Virtualization release 4.13.0 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": "OpenShift Virtualization is Red Hat\u0027s virtualization solution designed for Red Hat OpenShift Container Platform.\n\nThis advisory contains OpenShift Virtualization 4.13.0 images.\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: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags (CVE-2022-32149)\n\n* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* 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-2022-32189)\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\nThis update also fixes several bugs and adds various enhancements. Documentation for these changes is available from the Release Notes document linked to 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:3205",
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2023393",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2023393"
},
{
"category": "external",
"summary": "2029391",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2029391"
},
{
"category": "external",
"summary": "2052556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2052556"
},
{
"category": "external",
"summary": "2060499",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2060499"
},
{
"category": "external",
"summary": "2070132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2070132"
},
{
"category": "external",
"summary": "2087540",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2087540"
},
{
"category": "external",
"summary": "2101390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101390"
},
{
"category": "external",
"summary": "2104424",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104424"
},
{
"category": "external",
"summary": "2104479",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104479"
},
{
"category": "external",
"summary": "2104859",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104859"
},
{
"category": "external",
"summary": "2110562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110562"
},
{
"category": "external",
"summary": "2111794",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111794"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2114922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2114922"
},
{
"category": "external",
"summary": "2116562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116562"
},
{
"category": "external",
"summary": "2117803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117803"
},
{
"category": "external",
"summary": "2122119",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2122119"
},
{
"category": "external",
"summary": "2122168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2122168"
},
{
"category": "external",
"summary": "2123209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123209"
},
{
"category": "external",
"summary": "2124668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668"
},
{
"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": "2132873",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2132873"
},
{
"category": "external",
"summary": "2134010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010"
},
{
"category": "external",
"summary": "2138199",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138199"
},
{
"category": "external",
"summary": "2138653",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138653"
},
{
"category": "external",
"summary": "2138664",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138664"
},
{
"category": "external",
"summary": "2139235",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139235"
},
{
"category": "external",
"summary": "2139257",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139257"
},
{
"category": "external",
"summary": "2139260",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139260"
},
{
"category": "external",
"summary": "2139293",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139293"
},
{
"category": "external",
"summary": "2139296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139296"
},
{
"category": "external",
"summary": "2139299",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139299"
},
{
"category": "external",
"summary": "2139306",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139306"
},
{
"category": "external",
"summary": "2139479",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139479"
},
{
"category": "external",
"summary": "2139574",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139574"
},
{
"category": "external",
"summary": "2139651",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139651"
},
{
"category": "external",
"summary": "2139687",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139687"
},
{
"category": "external",
"summary": "2139820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139820"
},
{
"category": "external",
"summary": "2140730",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140730"
},
{
"category": "external",
"summary": "2140977",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140977"
},
{
"category": "external",
"summary": "2140982",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140982"
},
{
"category": "external",
"summary": "2140998",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140998"
},
{
"category": "external",
"summary": "2142511",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142511"
},
{
"category": "external",
"summary": "2143039",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2143039"
},
{
"category": "external",
"summary": "2143498",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2143498"
},
{
"category": "external",
"summary": "2143716",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2143716"
},
{
"category": "external",
"summary": "2144580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144580"
},
{
"category": "external",
"summary": "2145092",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145092"
},
{
"category": "external",
"summary": "2145126",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145126"
},
{
"category": "external",
"summary": "2145137",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145137"
},
{
"category": "external",
"summary": "2145223",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145223"
},
{
"category": "external",
"summary": "2147582",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2147582"
},
{
"category": "external",
"summary": "2148322",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148322"
},
{
"category": "external",
"summary": "2148849",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148849"
},
{
"category": "external",
"summary": "2148850",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148850"
},
{
"category": "external",
"summary": "2149118",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149118"
},
{
"category": "external",
"summary": "2149201",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149201"
},
{
"category": "external",
"summary": "2149227",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149227"
},
{
"category": "external",
"summary": "2149897",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149897"
},
{
"category": "external",
"summary": "2150364",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150364"
},
{
"category": "external",
"summary": "2150653",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150653"
},
{
"category": "external",
"summary": "2150832",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150832"
},
{
"category": "external",
"summary": "2151053",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151053"
},
{
"category": "external",
"summary": "2151056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151056"
},
{
"category": "external",
"summary": "2151427",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151427"
},
{
"category": "external",
"summary": "2151508",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151508"
},
{
"category": "external",
"summary": "2151521",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151521"
},
{
"category": "external",
"summary": "2151759",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151759"
},
{
"category": "external",
"summary": "2151766",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151766"
},
{
"category": "external",
"summary": "2151831",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151831"
},
{
"category": "external",
"summary": "2152122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152122"
},
{
"category": "external",
"summary": "2152534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152534"
},
{
"category": "external",
"summary": "2152537",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152537"
},
{
"category": "external",
"summary": "2155403",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155403"
},
{
"category": "external",
"summary": "2155409",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155409"
},
{
"category": "external",
"summary": "2155796",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155796"
},
{
"category": "external",
"summary": "2156392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156392"
},
{
"category": "external",
"summary": "2156902",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156902"
},
{
"category": "external",
"summary": "2158060",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158060"
},
{
"category": "external",
"summary": "2158079",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158079"
},
{
"category": "external",
"summary": "2158362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158362"
},
{
"category": "external",
"summary": "2158424",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158424"
},
{
"category": "external",
"summary": "2158515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158515"
},
{
"category": "external",
"summary": "2159715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159715"
},
{
"category": "external",
"summary": "2159975",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159975"
},
{
"category": "external",
"summary": "2160298",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2160298"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "2161340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161340"
},
{
"category": "external",
"summary": "2162016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162016"
},
{
"category": "external",
"summary": "2162333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162333"
},
{
"category": "external",
"summary": "2163460",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163460"
},
{
"category": "external",
"summary": "2164590",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164590"
},
{
"category": "external",
"summary": "2164807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164807"
},
{
"category": "external",
"summary": "2164814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164814"
},
{
"category": "external",
"summary": "2164838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164838"
},
{
"category": "external",
"summary": "2165618",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165618"
},
{
"category": "external",
"summary": "2165943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165943"
},
{
"category": "external",
"summary": "2166165",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166165"
},
{
"category": "external",
"summary": "2166394",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166394"
},
{
"category": "external",
"summary": "2166507",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166507"
},
{
"category": "external",
"summary": "2166508",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166508"
},
{
"category": "external",
"summary": "2166512",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166512"
},
{
"category": "external",
"summary": "2167012",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167012"
},
{
"category": "external",
"summary": "2167226",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167226"
},
{
"category": "external",
"summary": "2167251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167251"
},
{
"category": "external",
"summary": "2167661",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167661"
},
{
"category": "external",
"summary": "2167979",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167979"
},
{
"category": "external",
"summary": "2168032",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168032"
},
{
"category": "external",
"summary": "2168111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168111"
},
{
"category": "external",
"summary": "2168165",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168165"
},
{
"category": "external",
"summary": "2168180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168180"
},
{
"category": "external",
"summary": "2168480",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168480"
},
{
"category": "external",
"summary": "2168484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168484"
},
{
"category": "external",
"summary": "2168486",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168486"
},
{
"category": "external",
"summary": "2168488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168488"
},
{
"category": "external",
"summary": "2168561",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168561"
},
{
"category": "external",
"summary": "2168770",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168770"
},
{
"category": "external",
"summary": "2168859",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168859"
},
{
"category": "external",
"summary": "2168861",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168861"
},
{
"category": "external",
"summary": "2169699",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169699"
},
{
"category": "external",
"summary": "2169880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169880"
},
{
"category": "external",
"summary": "2170703",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170703"
},
{
"category": "external",
"summary": "2170740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170740"
},
{
"category": "external",
"summary": "2171395",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171395"
},
{
"category": "external",
"summary": "2172371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172371"
},
{
"category": "external",
"summary": "2172375",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172375"
},
{
"category": "external",
"summary": "2172612",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172612"
},
{
"category": "external",
"summary": "2172842",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172842"
},
{
"category": "external",
"summary": "2172952",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172952"
},
{
"category": "external",
"summary": "2173527",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173527"
},
{
"category": "external",
"summary": "2173562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173562"
},
{
"category": "external",
"summary": "2173563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173563"
},
{
"category": "external",
"summary": "2173593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173593"
},
{
"category": "external",
"summary": "2173595",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173595"
},
{
"category": "external",
"summary": "2174288",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174288"
},
{
"category": "external",
"summary": "2174324",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174324"
},
{
"category": "external",
"summary": "2174334",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174334"
},
{
"category": "external",
"summary": "2174619",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174619"
},
{
"category": "external",
"summary": "2174636",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174636"
},
{
"category": "external",
"summary": "2174742",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174742"
},
{
"category": "external",
"summary": "2175054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175054"
},
{
"category": "external",
"summary": "2175171",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175171"
},
{
"category": "external",
"summary": "2175256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175256"
},
{
"category": "external",
"summary": "2175274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175274"
},
{
"category": "external",
"summary": "2175571",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175571"
},
{
"category": "external",
"summary": "2175601",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175601"
},
{
"category": "external",
"summary": "2175636",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175636"
},
{
"category": "external",
"summary": "2175641",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175641"
},
{
"category": "external",
"summary": "2175643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175643"
},
{
"category": "external",
"summary": "2175888",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175888"
},
{
"category": "external",
"summary": "2175890",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175890"
},
{
"category": "external",
"summary": "2175974",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175974"
},
{
"category": "external",
"summary": "2175976",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175976"
},
{
"category": "external",
"summary": "2175977",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175977"
},
{
"category": "external",
"summary": "2175979",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175979"
},
{
"category": "external",
"summary": "2175983",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175983"
},
{
"category": "external",
"summary": "2175985",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175985"
},
{
"category": "external",
"summary": "2175986",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175986"
},
{
"category": "external",
"summary": "2175988",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175988"
},
{
"category": "external",
"summary": "2176353",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176353"
},
{
"category": "external",
"summary": "2176355",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176355"
},
{
"category": "external",
"summary": "2176422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176422"
},
{
"category": "external",
"summary": "2176706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176706"
},
{
"category": "external",
"summary": "2176708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176708"
},
{
"category": "external",
"summary": "2176725",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176725"
},
{
"category": "external",
"summary": "2176753",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176753"
},
{
"category": "external",
"summary": "2176804",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176804"
},
{
"category": "external",
"summary": "2176843",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176843"
},
{
"category": "external",
"summary": "2177091",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177091"
},
{
"category": "external",
"summary": "2177578",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177578"
},
{
"category": "external",
"summary": "2177586",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177586"
},
{
"category": "external",
"summary": "2177589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177589"
},
{
"category": "external",
"summary": "2177668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177668"
},
{
"category": "external",
"summary": "2177763",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177763"
},
{
"category": "external",
"summary": "2177888",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177888"
},
{
"category": "external",
"summary": "2177961",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177961"
},
{
"category": "external",
"summary": "2177973",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177973"
},
{
"category": "external",
"summary": "2178037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178037"
},
{
"category": "external",
"summary": "2178628",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178628"
},
{
"category": "external",
"summary": "2178629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178629"
},
{
"category": "external",
"summary": "2179225",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179225"
},
{
"category": "external",
"summary": "2179226",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179226"
},
{
"category": "external",
"summary": "2179565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179565"
},
{
"category": "external",
"summary": "2179626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179626"
},
{
"category": "external",
"summary": "2179811",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179811"
},
{
"category": "external",
"summary": "2180146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180146"
},
{
"category": "external",
"summary": "2180279",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180279"
},
{
"category": "external",
"summary": "2180553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180553"
},
{
"category": "external",
"summary": "2180853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180853"
},
{
"category": "external",
"summary": "2182006",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182006"
},
{
"category": "external",
"summary": "2182097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182097"
},
{
"category": "external",
"summary": "2182534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182534"
},
{
"category": "external",
"summary": "2182535",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182535"
},
{
"category": "external",
"summary": "2182536",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182536"
},
{
"category": "external",
"summary": "2182538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182538"
},
{
"category": "external",
"summary": "2182539",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182539"
},
{
"category": "external",
"summary": "2182661",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182661"
},
{
"category": "external",
"summary": "2183026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183026"
},
{
"category": "external",
"summary": "2183205",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183205"
},
{
"category": "external",
"summary": "2183397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183397"
},
{
"category": "external",
"summary": "2183968",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183968"
},
{
"category": "external",
"summary": "2186767",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186767"
},
{
"category": "external",
"summary": "2187437",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187437"
},
{
"category": "external",
"summary": "2187547",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187547"
},
{
"category": "external",
"summary": "2187581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187581"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3205.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Virtualization 4.13.0 Images security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2024-12-17T22:19:14+00:00",
"generator": {
"date": "2024-12-17T22:19:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3205",
"initial_release_date": "2023-05-18T02:55:08+00:00",
"revision_history": [
{
"date": "2023-05-18T02:55:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-18T02:55:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:19:14+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:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"product": {
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"product_id": "container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/bridge-marker-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"product": {
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"product_id": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"product": {
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"product_id": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"product": {
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"product_id": "container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"product": {
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"product_id": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hco-bundle-registry-rhel9\u0026tag=v4.13.0.rhel9--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"product": {
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"product_id": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-csi-driver-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"product": {
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"product_id": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9\u0026tag=v4.13.0-37"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"product": {
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"product_id": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"product": {
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"product_id": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"product": {
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"product_id": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"product": {
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"product_id": "container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubemacpool-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"product": {
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"product_id": "container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubesecondarydns-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"product_id": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"product_id": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-dpdk-checkup-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"product_id": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"product": {
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"product_id": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"product": {
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"product_id": "container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"product": {
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"product_id": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/multus-dynamic-networks-rhel9\u0026tag=v4.13.0-37"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"product": {
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"product_id": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/ovs-cni-plugin-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"product": {
"name": "container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"product_id": "container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"product": {
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"product_id": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"product_id": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"product_id": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"product_id": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"product_id": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"product_id": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"product_id": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"product": {
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"product_id": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"product": {
"name": "container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"product_id": "container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"product": {
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"product_id": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"product": {
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"product_id": "container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"product": {
"name": "container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"product_id": "container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"product": {
"name": "container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"product_id": "container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virtio-win-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"product": {
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"product_id": "container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"product": {
"name": "container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"product_id": "container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"product": {
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"product_id": "container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-console-proxy-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64",
"product": {
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64",
"product_id": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-network-latency-checkup-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"product": {
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"product_id": "container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"product_identification_helper": {
"purl": "pkg:oci/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/bridge-marker-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"product": {
"name": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"product_id": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"product": {
"name": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"product_id": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"product": {
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"product_id": "container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"product": {
"name": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"product_id": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hco-bundle-registry-rhel9\u0026tag=v4.13.0.rhel9--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"product": {
"name": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"product_id": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-csi-driver-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"product": {
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"product_id": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9\u0026tag=v4.13.0-37"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"product": {
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"product_id": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"product": {
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"product_id": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"product": {
"name": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"product_id": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"product": {
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"product_id": "container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubemacpool-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"product": {
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"product_id": "container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubesecondarydns-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"product_id": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"product_id": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-dpdk-checkup-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"product_id": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"product_id": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"product": {
"name": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"product_id": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"product": {
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"product_id": "container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"product": {
"name": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"product_id": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/multus-dynamic-networks-rhel9\u0026tag=v4.13.0-37"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"product": {
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"product_id": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/ovs-cni-plugin-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"product": {
"name": "container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"product_id": "container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"product": {
"name": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"product_id": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"product_id": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"product_id": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"product_id": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"product_id": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"product_id": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"product_id": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"product": {
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"product_id": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"product": {
"name": "container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"product_id": "container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"product": {
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"product_id": "container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"product": {
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"product_id": "container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"product": {
"name": "container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"product_id": "container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"product": {
"name": "container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"product_id": "container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virtio-win-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"product": {
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"product_id": "container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"product": {
"name": "container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"product_id": "container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"product": {
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"product_id": "container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-console-proxy-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
},
{
"category": "product_version",
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"product": {
"name": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"product_id": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/vm-network-latency-checkup-rhel9\u0026tag=v4.13.0--2022-101182"
}
}
}
],
"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:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64"
},
"product_reference": "container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64"
},
"product_reference": "container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_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:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_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:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64"
},
"product_reference": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_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:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_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:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64"
},
"product_reference": "container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_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:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_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:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64"
},
"product_reference": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_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:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_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:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64"
},
"product_reference": "container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_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:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64"
},
"product_reference": "container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_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:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_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:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64"
},
"product_reference": "container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_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:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_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:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64"
},
"product_reference": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_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:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_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:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64"
},
"product_reference": "container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_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:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_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:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64"
},
"product_reference": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_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:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_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:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64"
},
"product_reference": "container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_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:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_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:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64"
},
"product_reference": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_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:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64"
},
"product_reference": "container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64"
},
"product_reference": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64"
},
"product_reference": "container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_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:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64"
},
"product_reference": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_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:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_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:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64"
},
"product_reference": "container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_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:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_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:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64"
},
"product_reference": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_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:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_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:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64"
},
"product_reference": "container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64"
},
"product_reference": "container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64"
},
"product_reference": "container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64"
},
"product_reference": "container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64"
},
"product_reference": "container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_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:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_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:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_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:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_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:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_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:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_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:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_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:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_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:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_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:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_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:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_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:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_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:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_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:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_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:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_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:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_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:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"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:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_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:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"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:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_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:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"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:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_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:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"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:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_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:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_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:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_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:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_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:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_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:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_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-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_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:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_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:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_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:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_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:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_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:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_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:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_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:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_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:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_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:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"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:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_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:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"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:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_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:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_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:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_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:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_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:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_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:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_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:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_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:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_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:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_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:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64"
},
"product_reference": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_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:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_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:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64"
},
"product_reference": "container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64"
},
"product_reference": "container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64"
},
"product_reference": "container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_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:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_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:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64"
},
"product_reference": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_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:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_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:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64"
},
"product_reference": "container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_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:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_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:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64"
},
"product_reference": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_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:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64"
},
"product_reference": "container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64"
},
"product_reference": "container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
},
"product_reference": "container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_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:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_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:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64"
},
"product_reference": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_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:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_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:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64"
},
"product_reference": "container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_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:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_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:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_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:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_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:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_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:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_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:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_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:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_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:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_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:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_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:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_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:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_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:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_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:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_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:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_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:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_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:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_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:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_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:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_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:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_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:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_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:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_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:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_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:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_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:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_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:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64"
},
"product_reference": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_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:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64"
},
"product_reference": "container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64"
},
"product_reference": "container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64"
},
"product_reference": "container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64"
},
"product_reference": "container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64"
},
"product_reference": "container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64"
},
"product_reference": "container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64"
},
"product_reference": "container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64"
},
"product_reference": "container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64"
},
"product_reference": "container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64"
},
"product_reference": "container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64"
},
"product_reference": "container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64"
},
"product_reference": "container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64"
},
"product_reference": "container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64"
},
"product_reference": "container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64"
},
"product_reference": "container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_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:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_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:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64"
},
"product_reference": "container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_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:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64"
},
"product_reference": "container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_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:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_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:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64"
},
"product_reference": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_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:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_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:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
},
"product_reference": "container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64",
"relates_to_product_reference": "9Base-CNV-4.13"
}
]
},
"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",
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
},
"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-05-18T02:55:08+00:00",
"details": "For details on 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:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"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",
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
},
"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-05-18T02:55:08+00:00",
"details": "For details on 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:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
}
],
"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-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
},
"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": "2023-05-18T02:55:08+00:00",
"details": "For details on 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/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-32149",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2022-10-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2134010"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the golang.org/x/text/language package. An attacker can craft an Accept-Language header which ParseAcceptLanguage will take significant time to parse. This issue leads to a denial of service, and can impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32149"
},
{
"category": "external",
"summary": "RHBZ#2134010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149"
},
{
"category": "external",
"summary": "https://go.dev/issue/56152",
"url": "https://go.dev/issue/56152"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU",
"url": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU"
}
],
"release_date": "2022-10-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-18T02:55:08+00:00",
"details": "For details on 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/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
},
"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": "2023-05-18T02:55:08+00:00",
"details": "For details on 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/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"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-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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_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-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
],
"known_not_affected": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_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-05-18T02:55:08+00:00",
"details": "For details on 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/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/url: JoinPath does not strip relative path components in all circumstances"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-41715",
"discovery_date": "2022-10-07T00:00:00+00:00",
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
},
"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-05-18T02:55:08+00:00",
"details": "For details on 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:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
}
],
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"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": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
},
"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-05-18T02:55:08+00:00",
"details": "For details on 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:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:8eac196b30a648989cdca5cb153a3bc3d34e47339acba0e4f760bd366496c99d_amd64",
"9Base-CNV-4.13:container-native-virtualization/bridge-marker-rhel9@sha256:e8a55aee3d75a316bb0d7a554c737198823df04b3c05e481c17e45eb2153bced_arm64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:3bff33e3f40cd1e2b519c2db56734d4bb8df883e155c2f20b1cb9d3d184daec1_amd64",
"9Base-CNV-4.13:container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:f439d2f420bb59eb1d5af14ce2002648d0cfc155d1a1466c8aac9b661fe902b8_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:89f22e541f61a660c9aa9f38ef58e80b84a0517f74e84292107fc252c25465c9_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:bf471997e54e4a75b0d71f492ab295787fdbb14d8c85c4ea8c03f0552dbc3755_amd64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:9e8efd76924958eb605401abdac08eba97fb83a1ada383bc87a7fb7c87b3a455_arm64",
"9Base-CNV-4.13:container-native-virtualization/cnv-must-gather-rhel9@sha256:b9fc32b5fabedd65a4c3a471879c808af2087277de4278adaa115a732f0468da_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:60e89d7a99ff9f20e974430b802dd724a3bb6fa1e01e5a62daad98ac487b3063_amd64",
"9Base-CNV-4.13:container-native-virtualization/hco-bundle-registry-rhel9@sha256:dd20b138045ef1424d83a47e7abcfcbb2ac54577dcec5ed3c186390aaa4c9d84_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:61e2824853d51347593ad909a5e546cd92e4216d6a1df5dffb50dd9cba277cce_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-csi-driver-rhel9@sha256:676d4c23a5f60dd331728af056b0a6b2d3358ac88da23299b1a98dfaca8f288e_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:515be94be496c67f5b8fd5f4832fe4385e56476e6589897d6b9fbb9bb2b00f32_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:571ae805641dea11646028c946039983c7fd82f138b915dcb8b80c39b465e63c_arm64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:ac3fe350bedd6bc43596444ba0f279ccf8a144ab14ac5a9b80ea71c46390b7b4_amd64",
"9Base-CNV-4.13:container-native-virtualization/hostpath-provisioner-rhel9@sha256:d4ed87745b7ee2acca2d83e2c91c2f6dced1903c81495b50f2559b3ba2dde287_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e5ab9f3be59d3568e3d672ab374efb16990ccf92192eac4e1244b10fcd7423e2_amd64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:e681560b184189df03fc84c8a712f32289f42573dd348cda394b19565eb6eca8_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:06d036d320b3027bb8370bb8e0f6fe8c9f0ec9bca7aac3b5c53698ba4a170042_arm64",
"9Base-CNV-4.13:container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:b5a01336180aad017df62cf8e652f2491b8263ba7e4dd07f858db1ef1924cf2f_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:4d190d81eeb3fbe9ed56cf3548dc83a3f81641bfdafa7b42dcfb0d2512566644_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubemacpool-rhel9@sha256:59862a59854f0d5b83dc25ba119f9586a8aff42b6e60d1922f8ae7b4567309ff_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:121d30d78cc57731ea2242ef2c32430890ac66c2723e65608d5e2f26c3f515cd_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubesecondarydns-rhel9@sha256:b1838f3c8ba3d8113bddea17b78c21e1c1490e2a4a07ea77014edee523d06347_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:86a4b1e3d6ad1d56302c9c058f8bc5826dcfe6c46fb3e0ddaa06818645039020_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:ffb2acd9ae09c1ef9ca756f5eaf6087d0a3957cfc824543949d25f556a97744d_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:525aceb9396010ebcdba14040f267889b807cd84db8e5b4030429b51f0fbf5fe_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:553c4686f56c66cc1e3c5ad9d4051f139d43f821eac3abb98ca5cdb8b5dfe202_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:901e6cad9534c7bd7c4018c60bccfe49d7280fba5a9901ab4c4d15e9345288c4_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:badeb0f65f543b209f6af761729d9778b7b73b97d55044016dfba3f38a1f6f18_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:28e4975fa4dac22d9da32ed2a10aed039fd957b30140daa36bab2caa998be77a_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-cleanup-vm-rhel9@sha256:b0ff7e812a576ea848590655fc13a85832d5a39f68e7769ceab9da6949da88c7_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:4916a6c6b1f9b529187d3b4d5fc99b90157993767b3fe2ad36a9ec77fbb46b10_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-copy-template-rhel9@sha256:f71c36442f1b61cdde7ec58d2c3c78d2039f6d6108e6c35388ef7c1650971fa1_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:2ad49cf6e2242a9e5861929d9bcab1305a7fc4e34e708f99cff1d7253aa46167_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7112400a4ecb23ee2110bf96372fcf9f96ad648a51aa944627b40eb59539a660_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:1411c65bbad7302710788327f6964a4bf5bc20ef70d5e46f4a5c6e7a0e7a0161_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-create-vm-from-template-rhel9@sha256:4d962618aa95600c60c9fc8b890186e510de91177d51949e12797a3558e31328_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:5c23d3f20ea9dcbe7109284d73078ecd516a070e964b844f8d80b1d92ebd55ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:a780244e48c6d4f87446d3754c3eb9ab79c0d54675c189da4a659f7a4d5668ea_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:84577d949a1bbcaa291c70729127bca4a8994df03068666baa23840877ea8392_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-disk-virt-sysprep-rhel9@sha256:aed630a597a090179e1b0e0c117e536df06b67d0f793f91936aa7388c0c5d7eb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:31d959b80cf57462e1705684bb7e1b78af26bd2c62f1c9e4e51e1d02199b05a8_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-modify-vm-template-rhel9@sha256:66aea526bc10e4c0136ba86e394bbdfe4fbd7f757d6f391a561b51d2ba2f4d46_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:d0cf0e81589f0938de45961eaddfc5ec4782738fd11082de0439b200534259eb_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-operator-rhel9@sha256:f1b1f5044db6bb945584f9d4f31d020597725a286ef368ed0aca2116abb31beb_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:39a15d03f113735df03b1a7408227eb9604d942c1f3c1992bcdc7eaf07662711_amd64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-tekton-tasks-wait-for-vmi-status-rhel9@sha256:afb68af076954fcd18c7a4a1464ea0c2a766e8282eae980051906ed07eaa1707_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:02b22c7e7014b5e72d47fed8b6a268cf307638c5510adf3916c51f7f40a52a08_arm64",
"9Base-CNV-4.13:container-native-virtualization/kubevirt-template-validator-rhel9@sha256:c0264b9271e602f85b2040ef7f207cdfa46038dc4fa6e4738bf196ef88a71cf8_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:29ae84575bbca24553cf649256759fd96ff286971d80bc2db129154a7df9b283_amd64",
"9Base-CNV-4.13:container-native-virtualization/libguestfs-tools-rhel9@sha256:6558f60343e068b032167e2340b2c549c5f0258acc5d2614b60966ce79408b01_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:3ecb0162a4b01d1590bf209d717b32a4f0835910d9979823f18c24acba41b503_arm64",
"9Base-CNV-4.13:container-native-virtualization/multus-dynamic-networks-rhel9@sha256:b7f68b6420009e21380d32d6459193aae45e93be9533debe17cb3108571b36b8_amd64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:0f1d372f418744e0aff59ecb0a38f53178aac9c2e9eecfd38aa25ed83e0d1360_arm64",
"9Base-CNV-4.13:container-native-virtualization/ovs-cni-plugin-rhel9@sha256:e8e7a44edbf1713fe74de5c4b8f691cce78f4440c4a32a16ba9ad16694a55396_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:e68416321ca8c74a547b3d35897f54813c03481143e402e9bdc4daf315e35b5d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-api-rhel9@sha256:fdb4ca1bb8b310d713d9c7e88f7d091f4460aa942dbeca5ebcf17281a06daffe_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:33d11c1832b49df39c1fca62bad40dbc5c30a452248339aaef449ac99509accb_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-artifacts-server-rhel9@sha256:81fc61b714baecb5a89fa6c0749c14566e0661b8e184ca602fc2e03b9cf431ee_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:f6128a63344ed2129f5bce648ddcfaa2869d31cde4b93328d3c22534b97ade10_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:feca273a691d09445c6cff6d36b5d590735e867656a9898ce0d89744d98e8006_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:68e3b9b0291b4fb277ac430269ffce11d13b0a7688cf2ffcdb7f98759c36b4db_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-cloner-rhel9@sha256:6ac212767481bef64d8a7d0252bb8089c0f9751fad4a355aef71bd49dad2ad07_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:65f5263275d9f0a12b8fb057d82adf678778039ec873ca9bde182dea3413c9f1_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-controller-rhel9@sha256:d9e62b2019328be258489ac852eef25f8b1233f29abac6bcea5b406329f97fed_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:00a6d9d24ca1466d450b02269ec3144fc7550f0e5c696e869fbf7ce10cae6093_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-importer-rhel9@sha256:2df07fb21a3575e74aa16ded20129828f2300cd33e8ab369b0362062d49e62d0_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:20ec064750faedd97d11b797c8c1d9a1db5d60d7d76e82e65cfd05eb79d65e29_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-operator-rhel9@sha256:802ee8923d9d8e406b23911406f9748756c0ef4d6954e9e2fd5fb4bdf91dde9a_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:392d0f61f462c707adfdc21e4239c5c09d8520a80486b41d9d9ae479267d6124_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:6775f34353eec8f35bead9411dde155530d079bb8d51582fb1f2aacc27dbde1d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:4528c24672689cfb6505761b6b108fbcc04488192733f23d2bfe39cd42a1d743_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:b22048390387380af94e267c8a9a66813c515997456d59d8ebac1486916b6585_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:3e7880149ee9a68286e390beb3d9779f7403c30fc5136e5370e0e4690a3fd243_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-controller-rhel9@sha256:970edc281d7a731e9f7e8c2d4440fe48a221e5e355d5235c5413b4c3adb28503_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:1bda34d5bff734ad997202f29a5ff6f7362fd79fa90511a422442ef2e3681198_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportproxy-rhel9@sha256:de3c4afbf7669b98517cbef2490ec186f0553dd97b05bed80ec36dd883fe507b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:3f7f98645176d42c63cca5c0fc3182a03121af87446ca421b6c72baf07dfca0d_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-exportserver-rhel9@sha256:8f12955cd777eb2409037a6968aa92f50c99d6e07e722951dbcfd0c8c9829b5e_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:5fc47110d866d8048aec50689090ce10705d19d3bb48d2b06727d6d569003af7_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-handler-rhel9@sha256:84ba79ae9658699147d2493df2582ab6df10adbff4d44a533c3fe6a9f45f9691_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:4990d40d9987d5126d105dd45be2501eaded248cb61bdde5ea8d359bc1e7ebef_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-launcher-rhel9@sha256:95aeacb98209e0baef27ce0e02fbac38d693cea74808fc77107efda0f344bcb5_arm64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:5c1a7e4ed2061938987b900a2394f07121d4037350c9bb6485213a2adfea787d_amd64",
"9Base-CNV-4.13:container-native-virtualization/virt-operator-rhel9@sha256:66b1b3b379121d6411ba22283e7d991617177330c93746d37753ab7812b9a00b_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:8735f51da918408a8826601c082d1b29accf26d59b9978da89b980cb509c1102_arm64",
"9Base-CNV-4.13:container-native-virtualization/virtio-win-rhel9@sha256:d147d2a6eb6f907d1e88f61aaca83596853bc72164583d6dda2b1154b490de25_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:70a8d0cd66182c25e02679540bae1368b2a9cf687532b58dba41ef30c5ca00c1_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-console-proxy-rhel9@sha256:7ca921f98f6d81a126907127a611146fb53397869a628678faa1e289c01d22b2_amd64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:503ea7ac914a9b54e9d665a0227ee0b5d5200cdb5d692aa94c07dd1518d91b70_arm64",
"9Base-CNV-4.13:container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:59fd965975bccf641a0fa7aa01374d45057bd03cda7528248a84b60b1205bf57_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
RHSA-2022_8781
Vulnerability from csaf_redhat - Published: 2022-12-08 07:37 - Updated: 2024-12-17 22:06Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Logging Subsystem 5.5.5 - Red Hat OpenShift\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Logging Subsystem 5.5.5 - Red Hat OpenShift\n\nSecurity Fixe(s):\n\n* jackson-databind: denial of service via a large depth of nested objects\u00a0(CVE-2020-36518)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879, CVE-2022-2880, CVE-2022-41715)\n\n* jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS (CVE-2022-42003)\n\n* jackson-databind: use of deeply nested arrays (CVE-2022-42004)\n\n* loader-utils: Regular expression denial of service (CVE-2022-37603)\n\n* 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-2022-32189)\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-2022:8781",
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2064698",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064698"
},
{
"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": "2135244",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135244"
},
{
"category": "external",
"summary": "2135247",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135247"
},
{
"category": "external",
"summary": "2140597",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140597"
},
{
"category": "external",
"summary": "LOG-2860",
"url": "https://issues.redhat.com/browse/LOG-2860"
},
{
"category": "external",
"summary": "LOG-3131",
"url": "https://issues.redhat.com/browse/LOG-3131"
},
{
"category": "external",
"summary": "LOG-3222",
"url": "https://issues.redhat.com/browse/LOG-3222"
},
{
"category": "external",
"summary": "LOG-3226",
"url": "https://issues.redhat.com/browse/LOG-3226"
},
{
"category": "external",
"summary": "LOG-3284",
"url": "https://issues.redhat.com/browse/LOG-3284"
},
{
"category": "external",
"summary": "LOG-3287",
"url": "https://issues.redhat.com/browse/LOG-3287"
},
{
"category": "external",
"summary": "LOG-3301",
"url": "https://issues.redhat.com/browse/LOG-3301"
},
{
"category": "external",
"summary": "LOG-3305",
"url": "https://issues.redhat.com/browse/LOG-3305"
},
{
"category": "external",
"summary": "LOG-3310",
"url": "https://issues.redhat.com/browse/LOG-3310"
},
{
"category": "external",
"summary": "LOG-3332",
"url": "https://issues.redhat.com/browse/LOG-3332"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8781.json"
}
],
"title": "Red Hat Security Advisory: Logging Subsystem 5.5.5 - Red Hat OpenShift security update",
"tracking": {
"current_release_date": "2024-12-17T22:06:38+00:00",
"generator": {
"date": "2024-12-17T22:06:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2022:8781",
"initial_release_date": "2022-12-08T07:37:32+00:00",
"revision_history": [
{
"date": "2022-12-08T07:37:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-12-08T07:37:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:06:38+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHOL 5.5 for RHEL 8",
"product": {
"name": "RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:logging:5.5::el8"
}
}
}
],
"category": "product_family",
"name": "logging for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"product": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.5.5-3"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"product": {
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"product_id": "openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-operator-bundle\u0026tag=v5.5.5-8"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"product": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.5.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"product": {
"name": "openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"product_id": "openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-operator-bundle\u0026tag=v5.5.5-14"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-311"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-78"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"product": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"product_id": "openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-247"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"product": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"product_id": "openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-273"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"product": {
"name": "openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"product_id": "openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-59"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"product": {
"name": "openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"product_id": "openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-67"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"product": {
"name": "openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"product_id": "openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-310"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"product": {
"name": "openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"product_id": "openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.6.1-23"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"product": {
"name": "openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"product_id": "openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-39"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.5.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"product": {
"name": "openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"product_id": "openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-operator-bundle\u0026tag=v5.5.5-19"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"product": {
"name": "openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"product_id": "openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.5.5-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-64"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"product": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"product_id": "openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-30"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"product": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.5.5-3"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"product": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.5.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-311"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-78"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"product": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"product_id": "openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-247"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"product": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"product_id": "openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-273"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"product": {
"name": "openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"product_id": "openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-59"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"product": {
"name": "openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"product_id": "openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-67"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"product": {
"name": "openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"product_id": "openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-310"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"product": {
"name": "openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"product_id": "openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.6.1-23"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"product": {
"name": "openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"product_id": "openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-39"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.5.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"product": {
"name": "openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"product_id": "openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.5.5-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-64"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"product": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"product_id": "openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-30"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"product": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.5.5-3"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"product": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.5.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-311"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-78"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"product": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"product_id": "openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-247"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"product": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"product_id": "openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-273"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"product": {
"name": "openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"product_id": "openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-59"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"product": {
"name": "openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"product_id": "openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-67"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"product": {
"name": "openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"product_id": "openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-310"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"product": {
"name": "openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"product_id": "openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.6.1-23"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le",
"product": {
"name": "openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le",
"product_id": "openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-39"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.5.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"product": {
"name": "openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"product_id": "openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.5.5-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-64"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"product": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"product_id": "openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-30"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"product": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"product_id": "openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel8-operator\u0026tag=v5.5.5-3"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"product": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"product_id": "openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-rhel8-operator\u0026tag=v5.5.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"product": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"product_id": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch-proxy-rhel8\u0026tag=v1.0.0-311"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"product_id": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel8\u0026tag=v1.1.0-78"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"product": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"product_id": "openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-curator5-rhel8\u0026tag=v5.8.1-247"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"product": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"product_id": "openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"product_identification_helper": {
"purl": "pkg:oci/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/elasticsearch6-rhel8\u0026tag=v6.8.1-273"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"product": {
"name": "openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"product_id": "openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel8\u0026tag=v0.4.0-59"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"product": {
"name": "openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"product_id": "openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel8\u0026tag=v1.14.6-67"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"product": {
"name": "openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"product_id": "openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/kibana6-rhel8\u0026tag=v6.8.1-310"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"product": {
"name": "openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"product_id": "openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel8\u0026tag=v2.6.1-23"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"product": {
"name": "openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"product_id": "openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel8\u0026tag=v0.21.0-39"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"product_id": "openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel8\u0026tag=v5.5.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"product": {
"name": "openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"product_id": "openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel8-operator\u0026tag=v5.5.5-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"product_id": "openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel8\u0026tag=v0.1.0-64"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"product": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"product_id": "openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel8\u0026tag=v0.1.0-30"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64"
},
"product_reference": "openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64"
},
"product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le"
},
"product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x"
},
"product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64"
},
"product_reference": "openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64"
},
"product_reference": "openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64"
},
"product_reference": "openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64"
},
"product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64"
},
"product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le"
},
"product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x"
},
"product_reference": "openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64"
},
"product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le"
},
"product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64"
},
"product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x"
},
"product_reference": "openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x"
},
"product_reference": "openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64"
},
"product_reference": "openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le"
},
"product_reference": "openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64"
},
"product_reference": "openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64"
},
"product_reference": "openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x"
},
"product_reference": "openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le"
},
"product_reference": "openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64"
},
"product_reference": "openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x"
},
"product_reference": "openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le"
},
"product_reference": "openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64"
},
"product_reference": "openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64"
},
"product_reference": "openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64"
},
"product_reference": "openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x"
},
"product_reference": "openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64"
},
"product_reference": "openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le"
},
"product_reference": "openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64"
},
"product_reference": "openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x"
},
"product_reference": "openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64"
},
"product_reference": "openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
},
"product_reference": "openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64"
},
"product_reference": "openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x"
},
"product_reference": "openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64"
},
"product_reference": "openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64"
},
"product_reference": "openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le"
},
"product_reference": "openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64"
},
"product_reference": "openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64"
},
"product_reference": "openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le"
},
"product_reference": "openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x"
},
"product_reference": "openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64"
},
"product_reference": "openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64 as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64"
},
"product_reference": "openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x"
},
"product_reference": "openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"relates_to_product_reference": "8Base-RHOL-5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le as a component of RHOL 5.5 for RHEL 8",
"product_id": "8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
},
"product_reference": "openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le",
"relates_to_product_reference": "8Base-RHOL-5.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-36518",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-03-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2064698"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jackson Databind package. This cause of the issue is due to a Java StackOverflow exception and a denial of service via a significant depth of nested objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: denial of service via a large depth of nested objects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "CodeReady Studio is no longer supported and therefore this flaw will not be addressed in CodeReady Studio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-36518"
},
{
"category": "external",
"summary": "RHBZ#2064698",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064698"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-36518",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36518"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36518",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36518"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-57j2-w4cx-62h2",
"url": "https://github.com/advisories/GHSA-57j2-w4cx-62h2"
}
],
"release_date": "2020-08-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jackson-databind: denial of service via a large depth of nested objects"
},
{
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"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-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"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": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
}
],
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"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-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"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": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
}
],
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"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-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"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": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
}
],
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"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-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"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": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
}
],
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"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-37603",
"cwe": {
"id": "CWE-185",
"name": "Incorrect Regular Expression"
},
"discovery_date": "2022-11-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2140597"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in loader-utils webpack library. When the url variable from interpolateName is set, the prototype can be polluted. This issue could lead to a regular expression Denial of Service (ReDoS), affecting the availability of the affected component.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "loader-utils: Regular expression denial of service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-37603"
},
{
"category": "external",
"summary": "RHBZ#2140597",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140597"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-37603",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37603"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-37603",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-37603"
}
],
"release_date": "2022-10-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "loader-utils: Regular expression denial of service"
},
{
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"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-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"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": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
}
],
"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-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2022-42003",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-10-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135244"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled due to unchecked primitive value deserializers to avoid deep wrapper array nesting.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-42003"
},
{
"category": "external",
"summary": "RHBZ#2135244",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135244"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-42003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42003"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42003",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42003"
}
],
"release_date": "2022-10-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS"
},
{
"cve": "CVE-2022-42004",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-10-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135247"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found In FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion due to the lack of a check in BeanDeserializer._deserializeFromArray to prevent the use of deeply nested arrays. An application is only vulnerable with certain customized choices for deserialization.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: use of deeply nested arrays",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x"
],
"known_not_affected": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-42004"
},
{
"category": "external",
"summary": "RHBZ#2135247",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135247"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-42004",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42004"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42004",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42004"
}
],
"release_date": "2022-10-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-08T07:37:32+00:00",
"details": "For OpenShift Container Platform 4.11 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.openshift.com/container-platform/4.11/release_notes/ocp-4-11-release-notes.html\n\nFor Red Hat OpenShift Logging 5.5, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.11/logging/cluster-logging-upgrading.html",
"product_ids": [
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOL-5.5:openshift-logging/cluster-logging-operator-bundle@sha256:4e6ada19c48d471db0513a1b5acba91ebecca42ce5127778b96a72d62af85289_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:2ae6adcdc2e2a59937393d1dd5ed572d5e8952d9272090e640e86b6386e6f42d_amd64",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:3fa3c169ba1dcf58b785c7962917980e8320f28821e1ae6887f69f8e2c44ff77_ppc64le",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:9bf3af645e3127501675b0403846d4d027c1a8158b764da91835c9d5d6e69c0e_s390x",
"8Base-RHOL-5.5:openshift-logging/cluster-logging-rhel8-operator@sha256:f47b434af92096809a41f272b64f823cf8f18dca6f5f3dd19eb893803a333704_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-operator-bundle@sha256:b0cd76c8a40808f7bd958f3eb4419d8b83bf7fc7268928df206d112201b8f02b_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:2ea3f735c85dbc5ff61b06b7ce153624b479d8e6e5db02e39313d077f30ba1a8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:607c9da7d689b47d2dd03450e76c4ba4ebfad0b40918aafdc292f3d88324478c_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:a675a1e5e41af683b4840bac10ddc25802120c9357deb63996b478883b522f36_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-proxy-rhel8@sha256:fbd0c9e9f950fe7a86fbca643fb2b445dad6e6af3f6acc703c183ff23ad1f7bd_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:042fc4e4bfeba54937c3b18412bb0b63ae869d08d941ee489afee686e5cc5cab_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:33468166442c5b2d1efe2ba95e45fd7c7be70a61ce47f600071dd2c94e0a5494_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:acd5f97a99f44fbb171a49b39f18d5f3576256d1b499c2a45db97a3c7363fd22_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch-rhel8-operator@sha256:efe8ac457c88dda976d3ff646fc9a22775aad65850b0461de23f59b4228c67fb_s390x",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:29386946cc140f739c2d0090636f23fdcc52842291e9d7afc6dabb22f96e18fa_amd64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:6533a980b85e6770fe1eaa0c01b066cd71e717f6b1693b0c6224d263302b8684_ppc64le",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:90eea1b6df3cd5eeaa5e7129ad301108be22595ef89d93c1360ba959ff887b61_arm64",
"8Base-RHOL-5.5:openshift-logging/elasticsearch6-rhel8@sha256:9a54c0ec2584201ac2b60e28a825f39d3e34ff0dff5a25dceec4c77181a11585_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:80e93cc593d29699e687c42e6ad7478b1edd9612394ac68717518896fbf3d59f_s390x",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:964653fa2debfd9d3182cfdc9d1c8e4e0af6b43ef17bce30461d6ad5550fabb8_amd64",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:bdcf68cb4d7dbccfe2c7914f59b5dda2782c4f86d599be05b9b56d1be1a44c1c_ppc64le",
"8Base-RHOL-5.5:openshift-logging/eventrouter-rhel8@sha256:ef7118853a0497269ee4886fc440f351d0874dd45e1736ef057a9e9c5c47b197_arm64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:14d23de43f812da032cf4546429940537d3133e71655de62f062469b08953132_amd64",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:20d9d6c99a80454aaf3e57474057b23280c60a2cceeaf9797b62c771b2071f29_s390x",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:850e19b4493a3c825cbe1237b5bb127ea6b9d3e9bdaa50aef85f89ddab7406b3_ppc64le",
"8Base-RHOL-5.5:openshift-logging/fluentd-rhel8@sha256:dfd9d7724b966a5e985713432adb4637d385a271b35d0ef00c5551a73ec6da9a_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:d1d24e642ce99d02107657c75150182231ef199f23b8c2e378d430409932a4b0_s390x",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:e0277f43b4f98df76de29e2c2e2777dcc4916fcad1623e16fe88efc9aa12359b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:f07eb3c5d5c022172251329bfe5c528c1400410117e4a5cfdc890a36bf1c0ef2_arm64",
"8Base-RHOL-5.5:openshift-logging/kibana6-rhel8@sha256:fb60d4c2c8beef219be6a1195664c637a86f091800b84f9ccbec93c95057bc75_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:4a9ed7277584f988ae878fe879e7634dbb72ffb181b750fefb88e9a361c3f901_amd64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:90697005dca6ac797503de554e015023a992a9aaf9e3ac6832f69b17acb2ca26_ppc64le",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:a4fc6b62854a412a6882034aa52c1cb75c625d1a1fefbcac74f4ca1b832101b8_arm64",
"8Base-RHOL-5.5:openshift-logging/log-file-metric-exporter-rhel8@sha256:d6b56fc7564941f340bb900c3e5b50452f8e9b73f335108ffef09954ea903ccb_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:2365daf06c70004a9f015e299e0da11e147ee1ee2874eff430335f820516a353_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:3837431f66e694bd4a8e2486a3f63eb3e3ec23b3a0af2197ec96ada8c1ab3785_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:4f7a36f783fd24c830578b0ac585b90190fb8009406b0f2ee2592278c4e48f9e_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-curator5-rhel8@sha256:e6ba426e9607f1a78609fecaaff4cf1885df98b58042bab3677f5a3dc9eee435_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:80c210d802fb546813760c9a01eb49c038e172119751418afe3857cf85333252_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:98afc8e09fd230d8bb90cedd66cb6ac0f6f0c60195cb2f02910bb1ce564e477b_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:cea38f36c7b1620c9b76a02b884f0f5b18f3c0730217d658d69de9047e7cb655_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-loki-rhel8@sha256:f14f41b5822159739ea39d07619ab29c995c9cff0683653f683c7dace9efd4b8_ppc64le",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:23f3764606b50ada85bd3391fc7562fd912b5a91076c9ea1545f50350f576e8e_amd64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:36750efa1396ca19d78661c6b6ac3248fd460f3c7eaedd2d4baef3f5eac4e33b_arm64",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:4970430e048958246de1a798fead9f1ab31d1a6ba051be4a9223c769671986d1_s390x",
"8Base-RHOL-5.5:openshift-logging/logging-view-plugin-rhel8@sha256:a155d48ba258d3950641c2066097dad7d9d8561ab23ea6f606e32fa9672e0780_ppc64le",
"8Base-RHOL-5.5:openshift-logging/loki-operator-bundle@sha256:18e86b71d8f7b537a6095ca5b55f8a12e7b5eda284f481c552e0b39f6497fd3f_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:1d11959ab71a0c2c968ae4f0d1824b8279c61e8732ac852be00d3701b3265dd0_s390x",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:bddf04e3d090c41952304c40f9609c7fb32d1dcb53d39fb81bd010ae7de1d936_arm64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:cd352e6c27ee021998392a8b9d06bda164f9ed55484534d4265e4acd1c9cf413_amd64",
"8Base-RHOL-5.5:openshift-logging/loki-rhel8-operator@sha256:e8e8af399d2ab4bcd23bbb4886f529e9fb1f7389f0177257cf601320cae1d013_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:798f10ecfee7f066a4887f79f2972a281cab84ad1d9f2240889ed3ef4d954c5d_arm64",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:8572d4ba4377416b9331e108dec05dfd55b68349f6d074c3240b81b2acceaa1d_s390x",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:e9ba9b3f1b0db82ab5ed5541e18a77b26d5a6627d05935cd75a2ad3d019ed3d9_ppc64le",
"8Base-RHOL-5.5:openshift-logging/lokistack-gateway-rhel8@sha256:ea6b0a109e7e257006dfd4405f919178a209ab11abda06b8989d06ecbba8d844_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:4368adadd55f9181491a0b9165ec87e5e85cd9a020a99576649a3a6fe4f8fb4d_arm64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:6fac980e1119f932e7e4354d305f4a0d63956064e4e0d8502a3a15e431aa2859_amd64",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:738aae81461854fd080f80fa6b7913825eb5227fcfce2c5f6aeeac901fb0d16b_ppc64le",
"8Base-RHOL-5.5:openshift-logging/opa-openshift-rhel8@sha256:b348a21736da16113a93206c8076ad34b973cae63997a5498b0d72229dd1049b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:152521851fd656f6b30eb01b679ce5ca60de243e7a3fc981506bb78dd9da9fdc_arm64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:2f029a58d4f84cb243631ebd994635f7768a79ba8bd22037b7a535a492adbd0b_amd64",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b6e8056713657a281df193b7d9875d547813610e559c5c3cf81caf8ed17e9a7b_s390x",
"8Base-RHOL-5.5:openshift-logging/vector-rhel8@sha256:b76e6cba010f4f41a98a4c47f410043acb85da706e662ef78e45a38110f91874_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jackson-databind: use of deeply nested arrays"
}
]
}
RHSA-2023_0328
Vulnerability from csaf_redhat - Published: 2023-01-23 15:26 - Updated: 2024-12-17 22:07Notes
{
"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 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 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": "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: 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: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\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* Internal linking fails on ppc64le (BZ#2144547)\n\n* crypto testcases fail on golang on s390x [rhel-9] (BZ#2149311)",
"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:0328",
"url": "https://access.redhat.com/errata/RHSA-2023:0328"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"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": "2149311",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149311"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0328.json"
}
],
"title": "Red Hat Security Advisory: go-toolset and golang security and bug fix update",
"tracking": {
"current_release_date": "2024-12-17T22:07:47+00:00",
"generator": {
"date": "2024-12-17T22:07:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:0328",
"initial_release_date": "2023-01-23T15:26:30+00:00",
"revision_history": [
{
"date": "2023-01-23T15:26:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-01-23T15:26:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:07:47+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.1.0.Z.MAIN",
"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.18.9-1.el9_1.src",
"product": {
"name": "go-toolset-0:1.18.9-1.el9_1.src",
"product_id": "go-toolset-0:1.18.9-1.el9_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.el9_1?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.el9_1.src",
"product": {
"name": "golang-0:1.18.9-1.el9_1.src",
"product_id": "golang-0:1.18.9-1.el9_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.el9_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.el9_1.aarch64",
"product": {
"name": "go-toolset-0:1.18.9-1.el9_1.aarch64",
"product_id": "go-toolset-0:1.18.9-1.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.el9_1.aarch64",
"product": {
"name": "golang-0:1.18.9-1.el9_1.aarch64",
"product_id": "golang-0:1.18.9-1.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.18.9-1.el9_1.aarch64",
"product": {
"name": "golang-bin-0:1.18.9-1.el9_1.aarch64",
"product_id": "golang-bin-0:1.18.9-1.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.el9_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.el9_1.ppc64le",
"product": {
"name": "go-toolset-0:1.18.9-1.el9_1.ppc64le",
"product_id": "go-toolset-0:1.18.9-1.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.el9_1.ppc64le",
"product": {
"name": "golang-0:1.18.9-1.el9_1.ppc64le",
"product_id": "golang-0:1.18.9-1.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.18.9-1.el9_1.ppc64le",
"product": {
"name": "golang-bin-0:1.18.9-1.el9_1.ppc64le",
"product_id": "golang-bin-0:1.18.9-1.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.el9_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.el9_1.x86_64",
"product": {
"name": "go-toolset-0:1.18.9-1.el9_1.x86_64",
"product_id": "go-toolset-0:1.18.9-1.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.el9_1.x86_64",
"product": {
"name": "golang-0:1.18.9-1.el9_1.x86_64",
"product_id": "golang-0:1.18.9-1.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.18.9-1.el9_1.x86_64",
"product": {
"name": "golang-bin-0:1.18.9-1.el9_1.x86_64",
"product_id": "golang-bin-0:1.18.9-1.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.18.9-1.el9_1.x86_64",
"product": {
"name": "golang-race-0:1.18.9-1.el9_1.x86_64",
"product_id": "golang-race-0:1.18.9-1.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.18.9-1.el9_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.el9_1.s390x",
"product": {
"name": "go-toolset-0:1.18.9-1.el9_1.s390x",
"product_id": "go-toolset-0:1.18.9-1.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.el9_1.s390x",
"product": {
"name": "golang-0:1.18.9-1.el9_1.s390x",
"product_id": "golang-0:1.18.9-1.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.18.9-1.el9_1.s390x",
"product": {
"name": "golang-bin-0:1.18.9-1.el9_1.s390x",
"product_id": "golang-bin-0:1.18.9-1.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.el9_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.18.9-1.el9_1.noarch",
"product": {
"name": "golang-docs-0:1.18.9-1.el9_1.noarch",
"product_id": "golang-docs-0:1.18.9-1.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.18.9-1.el9_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.18.9-1.el9_1.noarch",
"product": {
"name": "golang-misc-0:1.18.9-1.el9_1.noarch",
"product_id": "golang-misc-0:1.18.9-1.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.18.9-1.el9_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.18.9-1.el9_1.noarch",
"product": {
"name": "golang-src-0:1.18.9-1.el9_1.noarch",
"product_id": "golang-src-0:1.18.9-1.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.18.9-1.el9_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.18.9-1.el9_1.noarch",
"product": {
"name": "golang-tests-0:1.18.9-1.el9_1.noarch",
"product_id": "golang-tests-0:1.18.9-1.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.18.9-1.el9_1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64"
},
"product_reference": "go-toolset-0:1.18.9-1.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le"
},
"product_reference": "go-toolset-0:1.18.9-1.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x"
},
"product_reference": "go-toolset-0:1.18.9-1.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.el9_1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src"
},
"product_reference": "go-toolset-0:1.18.9-1.el9_1.src",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
},
"product_reference": "go-toolset-0:1.18.9-1.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64"
},
"product_reference": "golang-0:1.18.9-1.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le"
},
"product_reference": "golang-0:1.18.9-1.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x"
},
"product_reference": "golang-0:1.18.9-1.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.el9_1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src"
},
"product_reference": "golang-0:1.18.9-1.el9_1.src",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64"
},
"product_reference": "golang-0:1.18.9-1.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.18.9-1.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64"
},
"product_reference": "golang-bin-0:1.18.9-1.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.18.9-1.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le"
},
"product_reference": "golang-bin-0:1.18.9-1.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.18.9-1.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x"
},
"product_reference": "golang-bin-0:1.18.9-1.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.18.9-1.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64"
},
"product_reference": "golang-bin-0:1.18.9-1.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.18.9-1.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch"
},
"product_reference": "golang-docs-0:1.18.9-1.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.18.9-1.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch"
},
"product_reference": "golang-misc-0:1.18.9-1.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.18.9-1.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64"
},
"product_reference": "golang-race-0:1.18.9-1.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.18.9-1.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch"
},
"product_reference": "golang-src-0:1.18.9-1.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.18.9-1.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
},
"product_reference": "golang-tests-0:1.18.9-1.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
}
]
},
"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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"known_not_affected": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
},
"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-01-23T15:26: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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0328"
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"known_not_affected": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
},
"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-01-23T15:26: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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0328"
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"known_not_affected": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
},
"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": "2023-01-23T15:26: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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0328"
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"known_not_affected": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
},
"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": "2023-01-23T15:26: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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0328"
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
]
}
],
"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"
},
{
"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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.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": [
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"known_not_affected": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.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-01-23T15:26: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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0328"
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2022-41717",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-01-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2161274"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within Red Hat OpenShift Container Platform, the grafana container is listed as will not fix. Since OCP 4.10, Grafana itself is not shipped and the Grafana web server is protected behind an OAuth proxy server.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"known_not_affected": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.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-01-23T15:26: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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0328"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
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:3742
Vulnerability from csaf_redhat - Published: 2023-06-21 15:22 - Updated: 2025-12-04 05:09Notes
{
"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 that include numerous enhancements, security, and bug fixes are now available in Red Hat Container Registry for Red Hat OpenShift Data Foundation 4.13.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* goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be (CVE-2021-4238)\n\n* decode-uri-component: improper input validation resulting in DoS (CVE-2022-38900)\n\n* vault: Hashicorp Vault AWS IAM Integration Authentication Bypass (CVE-2020-16250)\n\n* vault: GCP Auth Method Allows Authentication Bypass (CVE-2020-16251)\n\n* nodejs-ansi-regex: Regular expression denial of service (ReDoS) matching ANSI escape codes (CVE-2021-3807)\n\n* go-yaml: Denial of Service in go-yaml (CVE-2021-4235)\n\n* vault: incorrect policy enforcement (CVE-2021-43998)\n\n* nodejs: Improper handling of URI Subject Alternative Names (CVE-2021-44531)\n\n* nodejs: Certificate Verification Bypass via String Injection (CVE-2021-44532)\n\n* nodejs: Incorrect handling of certificate subject and issuer fields (CVE-2021-44533)\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* nodejs-minimatch: ReDoS via the braceExpand function (CVE-2022-3517)\n\n* jsonwebtoken: Insecure default algorithm in jwt.verify() could lead to signature validation bypass (CVE-2022-23540)\n\n* jsonwebtoken: Insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC (CVE-2022-23541)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)\n\n* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)\n\n* consul: Consul Template May Expose Vault Secrets When Processing Invalid Input (CVE-2022-38149)\n\n* vault: insufficient certificate revocation list checking (CVE-2022-41316)\n\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\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* json5: Prototype Pollution in JSON5 via Parse Method (CVE-2022-46175)\n\n* vault: Vault\u2019s Microsoft SQL Database Storage Backend Vulnerable to SQL Injection Via Configuration File (CVE-2023-0620)\n\n* hashicorp/vault: Vault\u2019s PKI Issuer Endpoint Did Not Correctly Authorize Access to Issuer Metadata (CVE-2023-0665)\n\n* Hashicorp/vault: Vault Fails to Verify if Approle SecretID Belongs to Role During a Destroy Operation (CVE-2023-24999)\n\n* hashicorp/vault: Cache-Timing Attacks During Seal and Unseal Operations (CVE-2023-25000)\n\n* validator: Inefficient Regular Expression Complexity in Validator.js (CVE-2021-3765)\n\n* nodejs: Prototype pollution via console.table properties (CVE-2022-21824)\n\n* 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-2022-32189)\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:3742",
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
},
{
"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_openshift_data_foundation/4.13/html/4.13_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.13/html/4.13_release_notes/index"
},
{
"category": "external",
"summary": "1786696",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786696"
},
{
"category": "external",
"summary": "1855339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1855339"
},
{
"category": "external",
"summary": "1943137",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1943137"
},
{
"category": "external",
"summary": "1944687",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1944687"
},
{
"category": "external",
"summary": "1989088",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1989088"
},
{
"category": "external",
"summary": "2005040",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005040"
},
{
"category": "external",
"summary": "2005830",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2005830"
},
{
"category": "external",
"summary": "2007557",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2007557"
},
{
"category": "external",
"summary": "2028193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2028193"
},
{
"category": "external",
"summary": "2040839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040839"
},
{
"category": "external",
"summary": "2040846",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040846"
},
{
"category": "external",
"summary": "2040856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040856"
},
{
"category": "external",
"summary": "2040862",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040862"
},
{
"category": "external",
"summary": "2042914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2042914"
},
{
"category": "external",
"summary": "2052252",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2052252"
},
{
"category": "external",
"summary": "2101497",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101497"
},
{
"category": "external",
"summary": "2101916",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101916"
},
{
"category": "external",
"summary": "2102304",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102304"
},
{
"category": "external",
"summary": "2104148",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104148"
},
{
"category": "external",
"summary": "2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2115020",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115020"
},
{
"category": "external",
"summary": "2115616",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115616"
},
{
"category": "external",
"summary": "2119551",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2119551"
},
{
"category": "external",
"summary": "2120098",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2120098"
},
{
"category": "external",
"summary": "2120944",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2120944"
},
{
"category": "external",
"summary": "2124668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2126299",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126299"
},
{
"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": "2134609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609"
},
{
"category": "external",
"summary": "2135339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135339"
},
{
"category": "external",
"summary": "2139037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139037"
},
{
"category": "external",
"summary": "2141095",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2141095"
},
{
"category": "external",
"summary": "2142651",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142651"
},
{
"category": "external",
"summary": "2142894",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142894"
},
{
"category": "external",
"summary": "2142941",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142941"
},
{
"category": "external",
"summary": "2143944",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2143944"
},
{
"category": "external",
"summary": "2144256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144256"
},
{
"category": "external",
"summary": "2151903",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151903"
},
{
"category": "external",
"summary": "2152143",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152143"
},
{
"category": "external",
"summary": "2154250",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2154250"
},
{
"category": "external",
"summary": "2155507",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155507"
},
{
"category": "external",
"summary": "2155743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155743"
},
{
"category": "external",
"summary": "2156067",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156067"
},
{
"category": "external",
"summary": "2156069",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156069"
},
{
"category": "external",
"summary": "2156263",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156263"
},
{
"category": "external",
"summary": "2156519",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156519"
},
{
"category": "external",
"summary": "2156727",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156727"
},
{
"category": "external",
"summary": "2156729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156729"
},
{
"category": "external",
"summary": "2157876",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2157876"
},
{
"category": "external",
"summary": "2158922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158922"
},
{
"category": "external",
"summary": "2159676",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159676"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "2161879",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161879"
},
{
"category": "external",
"summary": "2161937",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161937"
},
{
"category": "external",
"summary": "2162257",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162257"
},
{
"category": "external",
"summary": "2164617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164617"
},
{
"category": "external",
"summary": "2165495",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165495"
},
{
"category": "external",
"summary": "2165504",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165504"
},
{
"category": "external",
"summary": "2165929",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165929"
},
{
"category": "external",
"summary": "2165938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165938"
},
{
"category": "external",
"summary": "2165984",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165984"
},
{
"category": "external",
"summary": "2166222",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166222"
},
{
"category": "external",
"summary": "2166234",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166234"
},
{
"category": "external",
"summary": "2166869",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166869"
},
{
"category": "external",
"summary": "2167299",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167299"
},
{
"category": "external",
"summary": "2167308",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167308"
},
{
"category": "external",
"summary": "2167337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167337"
},
{
"category": "external",
"summary": "2167340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167340"
},
{
"category": "external",
"summary": "2167946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167946"
},
{
"category": "external",
"summary": "2168113",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168113"
},
{
"category": "external",
"summary": "2168635",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168635"
},
{
"category": "external",
"summary": "2168840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168840"
},
{
"category": "external",
"summary": "2168849",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168849"
},
{
"category": "external",
"summary": "2169375",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169375"
},
{
"category": "external",
"summary": "2169378",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169378"
},
{
"category": "external",
"summary": "2169779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169779"
},
{
"category": "external",
"summary": "2170644",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170644"
},
{
"category": "external",
"summary": "2170673",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170673"
},
{
"category": "external",
"summary": "2172089",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172089"
},
{
"category": "external",
"summary": "2172365",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172365"
},
{
"category": "external",
"summary": "2172521",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172521"
},
{
"category": "external",
"summary": "2173161",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173161"
},
{
"category": "external",
"summary": "2173528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173528"
},
{
"category": "external",
"summary": "2173534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173534"
},
{
"category": "external",
"summary": "2173926",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173926"
},
{
"category": "external",
"summary": "2175612",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175612"
},
{
"category": "external",
"summary": "2175685",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175685"
},
{
"category": "external",
"summary": "2175714",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175714"
},
{
"category": "external",
"summary": "2175867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175867"
},
{
"category": "external",
"summary": "2176080",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176080"
},
{
"category": "external",
"summary": "2176456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176456"
},
{
"category": "external",
"summary": "2176739",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176739"
},
{
"category": "external",
"summary": "2176776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176776"
},
{
"category": "external",
"summary": "2176798",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176798"
},
{
"category": "external",
"summary": "2176809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176809"
},
{
"category": "external",
"summary": "2177134",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177134"
},
{
"category": "external",
"summary": "2177221",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177221"
},
{
"category": "external",
"summary": "2177325",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177325"
},
{
"category": "external",
"summary": "2177695",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177695"
},
{
"category": "external",
"summary": "2177844",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177844"
},
{
"category": "external",
"summary": "2178033",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178033"
},
{
"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": "2178588",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178588"
},
{
"category": "external",
"summary": "2178619",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178619"
},
{
"category": "external",
"summary": "2178682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178682"
},
{
"category": "external",
"summary": "2179133",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179133"
},
{
"category": "external",
"summary": "2179337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179337"
},
{
"category": "external",
"summary": "2179403",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179403"
},
{
"category": "external",
"summary": "2179846",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179846"
},
{
"category": "external",
"summary": "2179860",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179860"
},
{
"category": "external",
"summary": "2179976",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179976"
},
{
"category": "external",
"summary": "2179981",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179981"
},
{
"category": "external",
"summary": "2179997",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179997"
},
{
"category": "external",
"summary": "2180211",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180211"
},
{
"category": "external",
"summary": "2180397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180397"
},
{
"category": "external",
"summary": "2180440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180440"
},
{
"category": "external",
"summary": "2180921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180921"
},
{
"category": "external",
"summary": "2181112",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181112"
},
{
"category": "external",
"summary": "2181133",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181133"
},
{
"category": "external",
"summary": "2181446",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181446"
},
{
"category": "external",
"summary": "2181535",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181535"
},
{
"category": "external",
"summary": "2181551",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181551"
},
{
"category": "external",
"summary": "2181832",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181832"
},
{
"category": "external",
"summary": "2181949",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181949"
},
{
"category": "external",
"summary": "2182041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182041"
},
{
"category": "external",
"summary": "2182296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182296"
},
{
"category": "external",
"summary": "2182375",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182375"
},
{
"category": "external",
"summary": "2182644",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182644"
},
{
"category": "external",
"summary": "2182664",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182664"
},
{
"category": "external",
"summary": "2182703",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182703"
},
{
"category": "external",
"summary": "2182972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182972"
},
{
"category": "external",
"summary": "2182981",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182981"
},
{
"category": "external",
"summary": "2183155",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183155"
},
{
"category": "external",
"summary": "2183196",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183196"
},
{
"category": "external",
"summary": "2183266",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183266"
},
{
"category": "external",
"summary": "2183457",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183457"
},
{
"category": "external",
"summary": "2183478",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183478"
},
{
"category": "external",
"summary": "2183520",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183520"
},
{
"category": "external",
"summary": "2184068",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184068"
},
{
"category": "external",
"summary": "2184605",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184605"
},
{
"category": "external",
"summary": "2184663",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184663"
},
{
"category": "external",
"summary": "2184769",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184769"
},
{
"category": "external",
"summary": "2184773",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184773"
},
{
"category": "external",
"summary": "2184892",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184892"
},
{
"category": "external",
"summary": "2184984",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184984"
},
{
"category": "external",
"summary": "2185164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185164"
},
{
"category": "external",
"summary": "2185188",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185188"
},
{
"category": "external",
"summary": "2185757",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185757"
},
{
"category": "external",
"summary": "2185871",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185871"
},
{
"category": "external",
"summary": "2186171",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186171"
},
{
"category": "external",
"summary": "2186225",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186225"
},
{
"category": "external",
"summary": "2186475",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186475"
},
{
"category": "external",
"summary": "2186752",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186752"
},
{
"category": "external",
"summary": "2187251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187251"
},
{
"category": "external",
"summary": "2187296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187296"
},
{
"category": "external",
"summary": "2187736",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187736"
},
{
"category": "external",
"summary": "2187952",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187952"
},
{
"category": "external",
"summary": "2187969",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187969"
},
{
"category": "external",
"summary": "2187986",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187986"
},
{
"category": "external",
"summary": "2188053",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188053"
},
{
"category": "external",
"summary": "2188238",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188238"
},
{
"category": "external",
"summary": "2188303",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188303"
},
{
"category": "external",
"summary": "2188427",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188427"
},
{
"category": "external",
"summary": "2188666",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188666"
},
{
"category": "external",
"summary": "2189483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189483"
},
{
"category": "external",
"summary": "2189929",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189929"
},
{
"category": "external",
"summary": "2189982",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189982"
},
{
"category": "external",
"summary": "2189984",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189984"
},
{
"category": "external",
"summary": "2190129",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2190129"
},
{
"category": "external",
"summary": "2190241",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2190241"
},
{
"category": "external",
"summary": "2192088",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192088"
},
{
"category": "external",
"summary": "2192670",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192670"
},
{
"category": "external",
"summary": "2192824",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192824"
},
{
"category": "external",
"summary": "2192875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192875"
},
{
"category": "external",
"summary": "2193114",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193114"
},
{
"category": "external",
"summary": "2193220",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193220"
},
{
"category": "external",
"summary": "2196176",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196176"
},
{
"category": "external",
"summary": "2196236",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196236"
},
{
"category": "external",
"summary": "2196298",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2196298"
},
{
"category": "external",
"summary": "2203795",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2203795"
},
{
"category": "external",
"summary": "2208029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208029"
},
{
"category": "external",
"summary": "2208079",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208079"
},
{
"category": "external",
"summary": "2208269",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208269"
},
{
"category": "external",
"summary": "2208558",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208558"
},
{
"category": "external",
"summary": "2208962",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2208962"
},
{
"category": "external",
"summary": "2209364",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209364"
},
{
"category": "external",
"summary": "2209643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209643"
},
{
"category": "external",
"summary": "2209695",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209695"
},
{
"category": "external",
"summary": "2210964",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2210964"
},
{
"category": "external",
"summary": "2211334",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211334"
},
{
"category": "external",
"summary": "2211343",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211343"
},
{
"category": "external",
"summary": "2211704",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2211704"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3742.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.13.0 security and bug fix update",
"tracking": {
"current_release_date": "2025-12-04T05:09:07+00:00",
"generator": {
"date": "2025-12-04T05:09:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:3742",
"initial_release_date": "2023-06-21T15:22:11+00:00",
"revision_history": [
{
"date": "2023-06-21T15:22:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-06-22T19:51:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-04T05:09:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHODF 4.13 for RHEL 9",
"product": {
"name": "RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"product_id": "odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed?arch=amd64\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.13.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"product_id": "odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.13.0-17"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"product_id": "odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.13.0-41"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"product_id": "odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"product_id": "odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e?arch=amd64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.13.0-41"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"product_id": "odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.13.0-17"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.13.0-78"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"product_id": "odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"product_id": "odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c?arch=amd64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.13.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"product": {
"name": "odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"product_id": "odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.13.0-85"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.13.0-81"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.13.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"product": {
"name": "odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"product_id": "odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"product_id": "odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.13.0-24"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"product_id": "odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.13.0-217"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"product_id": "odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615?arch=amd64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.13.0-33"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266?arch=amd64\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.13.0-70"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"product_id": "odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.13.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"product_id": "odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.13.0-17"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"product_id": "odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.13.0-41"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"product_id": "odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"product_id": "odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.13.0-41"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"product_id": "odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.13.0-17"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.13.0-78"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"product_id": "odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"product_id": "odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.13.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"product": {
"name": "odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"product_id": "odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.13.0-85"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.13.0-81"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"product_id": "odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.13.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"product": {
"name": "odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"product_id": "odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"product_id": "odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.13.0-24"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"product_id": "odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.13.0-217"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"product_id": "odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.13.0-33"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.13.0-70"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"product": {
"name": "odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"product_id": "odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749?arch=s390x\u0026repository_url=registry.redhat.io/odf4/cephcsi-rhel9\u0026tag=v4.13.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"product_id": "odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.13.0-17"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"product_id": "odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.13.0-41"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"product": {
"name": "odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"product_id": "odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"product_id": "odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316?arch=s390x\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.13.0-41"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"product": {
"name": "odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"product_id": "odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.13.0-17"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"product": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"product_id": "odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-metrics-exporter-rhel9\u0026tag=v4.13.0-78"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"product": {
"name": "odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"product_id": "odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"product_id": "odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4?arch=s390x\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.13.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"product": {
"name": "odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"product_id": "odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-console-rhel9\u0026tag=v4.13.0-85"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"product": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"product_id": "odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"product": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"product_id": "odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-console-rhel9\u0026tag=v4.13.0-81"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"product": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"product_id": "odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"product_id": "odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.13.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"product": {
"name": "odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"product_id": "odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"product_id": "odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.13.0-24"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"product": {
"name": "odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"product_id": "odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-cluster-operator-bundle\u0026tag=v4.13.0-218"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"product": {
"name": "odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"product_id": "odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-hub-operator-bundle\u0026tag=v4.13.0-217"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"product_id": "odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317?arch=s390x\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.13.0-33"
}
}
},
{
"category": "product_version",
"name": "odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"product": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"product_id": "odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f?arch=s390x\u0026repository_url=registry.redhat.io/odf4/rook-ceph-rhel9-operator\u0026tag=v4.13.0-70"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"product": {
"name": "odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"product_id": "odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-cli-rhel9\u0026tag=v4.13.0-17"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"product": {
"name": "odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"product_id": "odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-core-rhel9\u0026tag=v4.13.0-41"
}
}
},
{
"category": "product_version",
"name": "odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"product": {
"name": "odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"product_id": "odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac?arch=arm64\u0026repository_url=registry.redhat.io/odf4/mcg-rhel9-operator\u0026tag=v4.13.0-41"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"product": {
"name": "odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"product_id": "odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-client-rhel9-operator\u0026tag=v4.13.0-17"
}
}
},
{
"category": "product_version",
"name": "odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"product": {
"name": "odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"product_id": "odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d?arch=arm64\u0026repository_url=registry.redhat.io/odf4/ocs-rhel9-operator\u0026tag=v4.13.0-67"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"product": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"product_id": "odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-rhel9-operator\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"product": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"product_id": "odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"product": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"product_id": "odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-multicluster-rhel9-operator\u0026tag=v4.13.0-18"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"product": {
"name": "odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"product_id": "odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-must-gather-rhel9\u0026tag=v4.13.0-35"
}
}
},
{
"category": "product_version",
"name": "odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"product": {
"name": "odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"product_id": "odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odf-rhel9-operator\u0026tag=v4.13.0-24"
}
}
},
{
"category": "product_version",
"name": "odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"product": {
"name": "odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"product_id": "odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d?arch=arm64\u0026repository_url=registry.redhat.io/odf4/odr-rhel9-operator\u0026tag=v4.13.0-33"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le"
},
"product_reference": "odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le"
},
"product_reference": "odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
},
"product_reference": "odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64"
},
"product_reference": "odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
},
"product_reference": "odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le"
},
"product_reference": "odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64"
},
"product_reference": "odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x"
},
"product_reference": "odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64"
},
"product_reference": "odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le"
},
"product_reference": "odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64"
},
"product_reference": "odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le"
},
"product_reference": "odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x"
},
"product_reference": "odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x"
},
"product_reference": "odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64"
},
"product_reference": "odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64"
},
"product_reference": "odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x"
},
"product_reference": "odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64"
},
"product_reference": "odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le"
},
"product_reference": "odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le"
},
"product_reference": "odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le"
},
"product_reference": "odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x"
},
"product_reference": "odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64"
},
"product_reference": "odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
},
"product_reference": "odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le"
},
"product_reference": "odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le"
},
"product_reference": "odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
},
"product_reference": "odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64 as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"relates_to_product_reference": "9Base-RHODF-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le as a component of RHODF 4.13 for RHEL 9",
"product_id": "9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
},
"product_reference": "odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le",
"relates_to_product_reference": "9Base-RHODF-4.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-16250",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"discovery_date": "2023-02-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2167337"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vault and Vault Enterprise (\u201cVault\u201d). In the affected versions of Vault, with the AWS Auth Method configured and under certain circumstances, the values relied upon by Vault to validate AWS IAM identities and roles may be manipulated and bypass authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vault: Hashicorp Vault AWS IAM Integration Authentication Bypass",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-16250"
},
{
"category": "external",
"summary": "RHBZ#2167337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167337"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-16250",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-16250"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-16250",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-16250"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2020-16-vault-s-aws-auth-method-allows-authentication-bypass/18101",
"url": "https://discuss.hashicorp.com/t/hcsec-2020-16-vault-s-aws-auth-method-allows-authentication-bypass/18101"
}
],
"release_date": "2020-08-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vault: Hashicorp Vault AWS IAM Integration Authentication Bypass"
},
{
"cve": "CVE-2020-16251",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"discovery_date": "2023-02-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2167340"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vault and Vault Enterprise (\u201cVault\u201d). In affected versions of Vault, with the GCP Auth Method configured and under certain circumstances, the values relied upon by Vault to validate Google Compute Engine (GCE) VMs may be manipulated and bypass authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vault: GCP Auth Method Allows Authentication Bypass",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-16251"
},
{
"category": "external",
"summary": "RHBZ#2167340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2167340"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-16251",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-16251"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-16251",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-16251"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2020-17-vault-s-gcp-auth-method-allows-authentication-bypass/18102",
"url": "https://discuss.hashicorp.com/t/hcsec-2020-17-vault-s-gcp-auth-method-allows-authentication-bypass/18102"
}
],
"release_date": "2020-08-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vault: GCP Auth Method Allows Authentication Bypass"
},
{
"cve": "CVE-2021-3765",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2022-09-13T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126299"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the validator package. Affected versions of this package are vulnerable to Regular expression denial of service (ReDoS) attacks, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "validator: Inefficient Regular Expression Complexity in Validator.js",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3765"
},
{
"category": "external",
"summary": "RHBZ#2126299",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126299"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3765",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3765"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3765",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3765"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/c37e975c-21a3-4c5f-9b57-04d63b28cfc9",
"url": "https://huntr.dev/bounties/c37e975c-21a3-4c5f-9b57-04d63b28cfc9"
}
],
"release_date": "2021-11-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "validator: Inefficient Regular Expression Complexity in Validator.js"
},
{
"cve": "CVE-2021-3807",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-09-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2007557"
}
],
"notes": [
{
"category": "description",
"text": "A regular expression denial of service (ReDoS) vulnerability was found in nodejs-ansi-regex. This could possibly cause an application using ansi-regex to use an excessive amount of CPU time when matching crafted ANSI escape codes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-ansi-regex: Regular expression denial of service (ReDoS) matching ANSI escape codes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw requires crafted invalid ANSI escape codes in order to be exploited and only allows for denial of service of applications on the client side, hence the impact has been rated as Moderate.\n\nIn Red Hat Virtualization and Red Hat Quay some components use a vulnerable version of ansi-regex. However, all frontend code is executed on the client side. As the maximum impact of this vulnerability is denial of service in the client, the vulnerability is rated Moderate for those products.\n\nOpenShift Container Platform 4 (OCP) ships affected version of ansi-regex in the ose-metering-hadoop container, however the metering operator is deprecated since 4.6[1]. This issue is not currently planned to be addressed in future updates and hence hadoop container has been marked as \u0027will not fix\u0027.\n\nAdvanced Cluster Management for Kubernetes (RHACM) ships the affected version of ansi-regex in several containers, however the impact of this vulnerability is deemed low as it would result in an authenticated slowing down their own user interface. \n\n[1] https://docs.openshift.com/container-platform/4.6/metering/metering-about-metering.html",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3807"
},
{
"category": "external",
"summary": "RHBZ#2007557",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2007557"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3807",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3807"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3807",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3807"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994",
"url": "https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994"
}
],
"release_date": "2021-09-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs-ansi-regex: Regular expression denial of service (ReDoS) matching ANSI escape codes"
},
{
"cve": "CVE-2021-4235",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-12-28T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156727"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in go-yaml. This issue occurs due to unbounded alias chasing, where a maliciously crafted YAML file can cause the system to consume significant system resources. If parsing user input, this may be used as a denial of service vector.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-yaml: Denial of Service in go-yaml",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-4235"
},
{
"category": "external",
"summary": "RHBZ#2156727",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156727"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4235"
},
{
"category": "external",
"summary": "https://github.com/go-yaml/yaml/commit/bb4e33bf68bf89cad44d386192cbed201f35b241",
"url": "https://github.com/go-yaml/yaml/commit/bb4e33bf68bf89cad44d386192cbed201f35b241"
},
{
"category": "external",
"summary": "https://github.com/go-yaml/yaml/pull/375",
"url": "https://github.com/go-yaml/yaml/pull/375"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2021-0061",
"url": "https://pkg.go.dev/vuln/GO-2021-0061"
}
],
"release_date": "2022-12-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-yaml: Denial of Service in go-yaml"
},
{
"cve": "CVE-2021-4238",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"discovery_date": "2022-12-28T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in goutils where randomly generated alphanumeric strings contain significantly less entropy than expected. Both the `RandomAlphaNumeric` and `CryptoRandomAlphaNumeric` functions always return strings containing at least one digit from 0 to 9. This issue significantly reduces the amount of entropy generated in short strings by these functions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-4238"
},
{
"category": "external",
"summary": "RHBZ#2156729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-4238",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4238"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4238",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4238"
},
{
"category": "external",
"summary": "https://github.com/Masterminds/goutils/commit/869801f20f9f1e7ecdbdb6422049d8241270d5e1",
"url": "https://github.com/Masterminds/goutils/commit/869801f20f9f1e7ecdbdb6422049d8241270d5e1"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3839-6r69-m497",
"url": "https://github.com/advisories/GHSA-3839-6r69-m497"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-0411",
"url": "https://pkg.go.dev/vuln/GO-2022-0411"
}
],
"release_date": "2022-12-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"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:L",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be"
},
{
"cve": "CVE-2021-43998",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"discovery_date": "2021-11-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2028193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in HashiCorp Vault. In affected versions of HashiCorp Vault and Vault Enterprise, templated ACL policies would always match the first-created entity alias if multiple entity aliases exist for a specified entity and mount combination, potentially resulting in incorrect policy enforcement.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vault: incorrect policy enforcement",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-43998"
},
{
"category": "external",
"summary": "RHBZ#2028193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2028193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-43998",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43998"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-43998",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43998"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2021-30-vaults-templated-acl-policies-matched-first-created-alias-per-entity-and-auth-backend/32132",
"url": "https://discuss.hashicorp.com/t/hcsec-2021-30-vaults-templated-acl-policies-matched-first-created-alias-per-entity-and-auth-backend/32132"
}
],
"release_date": "2021-11-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vault: incorrect policy enforcement"
},
{
"cve": "CVE-2021-44531",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2022-01-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2040839"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node.js where it accepted a certificate\u0027s Subject Alternative Names (SAN) entry, as opposed to what is specified by the HTTPS protocol. This flaw allows an active person-in-the-middle to forge a certificate and impersonate a trusted host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Improper handling of URI Subject Alternative Names",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 consumes nodejs from RHEL, so security tracking is provided by the container health index on the customer portal [1]. Additionally there is no impact from this issue on Quay 3.3 and 3.2 because nodejs is only used at build time and is no longer shipped, starting with Quay 3.5 [2].\n[1] https://catalog.redhat.com/software/containers/quay/quay-rhel8/600e03aadd19c7786c43ae49?container-tabs=security\n[2] https://issues.redhat.com/browse/PROJQUAY-1409\nTherefore Quay component is marked as \"Will not fix\" with impact LOW.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44531"
},
{
"category": "external",
"summary": "RHBZ#2040839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040839"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44531",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44531"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44531",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44531"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/",
"url": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/"
}
],
"release_date": "2022-01-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: Improper handling of URI Subject Alternative Names"
},
{
"cve": "CVE-2021-44532",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2022-01-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2040846"
}
],
"notes": [
{
"category": "description",
"text": "It was found that node.js did not safely read the x509 certificate generalName format properly, resulting in data injection. A certificate could use a specially crafted extension in order to be successfully validated, permitting an attacker to impersonate a trusted host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Certificate Verification Bypass via String Injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 consumes nodejs from RHEL, so security tracking is provided by the container health index on the customer portal [1]. Additionally there is no impact from this issue on Quay 3.3 and 3.2 because nodejs is only used at build time and is no longer shipped, starting with Quay 3.5 [2].\n[1] https://catalog.redhat.com/software/containers/quay/quay-rhel8/600e03aadd19c7786c43ae49?container-tabs=security\n[2] https://issues.redhat.com/browse/PROJQUAY-1409\nTherefore Quay component is marked as \"Will not fix\" with impact LOW.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44532"
},
{
"category": "external",
"summary": "RHBZ#2040846",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040846"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44532",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44532"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44532",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44532"
}
],
"release_date": "2022-01-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: Certificate Verification Bypass via String Injection"
},
{
"cve": "CVE-2021-44533",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2022-01-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2040856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node.js, where it did not properly handle multi-value Relative Distinguished Names. This flaw allows a specially crafted x509 certificate to produce a false multi-value Relative Distinguished Name and to inject arbitrary data in node.js libraries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Incorrect handling of certificate subject and issuer fields",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 consumes nodejs from RHEL, so security tracking is provided by the container health index on the customer portal [1]. Additionally, there is no impact from this issue on Quay 3.3 and 3.2 because nodejs is only used at build time and is no longer shipped, starting with Quay 3.5 [2].\n[1] https://catalog.redhat.com/software/containers/quay/quay-rhel8/600e03aadd19c7786c43ae49?container-tabs=security\n[2] https://issues.redhat.com/browse/PROJQUAY-1409\nTherefore, the Quay component is marked as \"Will not fix\" with impact LOW.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44533"
},
{
"category": "external",
"summary": "RHBZ#2040856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44533",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44533"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44533",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44533"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/",
"url": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/"
}
],
"release_date": "2022-01-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: Incorrect handling of certificate subject and issuer fields"
},
{
"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": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"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-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"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-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"cve": "CVE-2022-3517",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2022-06-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2134609"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the nodejs-minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-minimatch: ReDoS via the braceExpand 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": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3517"
},
{
"category": "external",
"summary": "RHBZ#2134609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517"
}
],
"release_date": "2022-02-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs-minimatch: ReDoS via the braceExpand function"
},
{
"cve": "CVE-2022-21824",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2022-01-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2040862"
}
],
"notes": [
{
"category": "description",
"text": "Due to the formatting logic of the \"console.table()\" function it was not safe to allow user controlled input to be passed to the \"properties\" parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be \"__proto__\". The prototype pollution has very limited control, in that it only allows an empty string to be assigned to numerical keys of the object prototype.Node.js \u003e= 12.22.9, \u003e= 14.18.3, \u003e= 16.13.2, and \u003e= 17.3.1 use a null protoype for the object these properties are being assigned to.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Prototype pollution via console.table properties",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 consumes nodejs from RHEL, so security tracking is provided by the container health index on the customer portal [1]. Additionally there is no impact from this issue on Quay 3.3 and 3.2 because nodejs is only used at build time and is no longer shipped, starting with Quay 3.5 [2].\n[1] https://catalog.redhat.com/software/containers/quay/quay-rhel8/600e03aadd19c7786c43ae49?container-tabs=security\n[2] https://issues.redhat.com/browse/PROJQUAY-1409\nTherefore Quay component is marked as \"Will not fix\".",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21824"
},
{
"category": "external",
"summary": "RHBZ#2040862",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040862"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21824"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21824",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21824"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/",
"url": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/"
}
],
"release_date": "2022-01-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"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:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "nodejs: Prototype pollution via console.table properties"
},
{
"cve": "CVE-2022-23540",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-02-13T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2169378"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the jsonwebtoken library. In affected versions of the jsonwebtoken library, lack of algorithm definition and a falsy secret or key in the jwt.verify() function may lead to signature validation bypass due to defaulting to the none algorithm for signature verification.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsonwebtoken: Insecure default algorithm in jwt.verify() could lead to signature validation bypass",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23540"
},
{
"category": "external",
"summary": "RHBZ#2169378",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169378"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23540"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23540",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23540"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jsonwebtoken/security/advisories/GHSA-qwph-4952-7xr6",
"url": "https://github.com/auth0/node-jsonwebtoken/security/advisories/GHSA-qwph-4952-7xr6"
}
],
"release_date": "2022-12-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jsonwebtoken: Insecure default algorithm in jwt.verify() could lead to signature validation bypass"
},
{
"cve": "CVE-2022-23541",
"cwe": {
"id": "CWE-1259",
"name": "Improper Restriction of Security Token Assignment"
},
"discovery_date": "2023-02-13T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2169375"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the jsonwebtoken library. Affected versions of jsonwebtoken library can be misconfigured so that passing a poorly implemented key retrieval function will result in incorrect verification of tokens. Using a different algorithm and key combination in verification than what was used to sign the tokens, specifically, tokens signed with an asymmetric public key could be verified with a symmetric HS256 algorithm. This can lead to the successful validation of forged tokens.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsonwebtoken: Insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23541"
},
{
"category": "external",
"summary": "RHBZ#2169375",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2169375"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23541"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23541",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23541"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jsonwebtoken/security/advisories/GHSA-hjrf-2m68-5959",
"url": "https://github.com/auth0/node-jsonwebtoken/security/advisories/GHSA-hjrf-2m68-5959"
}
],
"release_date": "2022-12-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jsonwebtoken: Insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC"
},
{
"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": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"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": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-30635",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/gob: stack exhaustion in Decoder.Decode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform (OCP) starting from 4.10 stream is already compiled in the patched version of Go, hence is not affected by this vulnerability.The vulnerability has been rated as moderate instead of high because the vulnerability can only result in a minor denial of service.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "RHBZ#2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635"
},
{
"category": "external",
"summary": "https://go.dev/issue/53615",
"url": "https://go.dev/issue/53615"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/gob: stack exhaustion in Decoder.Decode"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"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": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
},
{
"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-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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-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": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"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-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/url: JoinPath does not strip relative path components in all circumstances"
},
{
"cve": "CVE-2022-38149",
"cwe": {
"id": "CWE-532",
"name": "Insertion of Sensitive Information into Log File"
},
"discovery_date": "2022-08-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2119551"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the HashiCorp Consul Template. This issue may reveal the contents of a Vault secret when used with an invalid template.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "consul: Consul Template May Expose Vault Secrets When Processing Invalid Input",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-38149"
},
{
"category": "external",
"summary": "RHBZ#2119551",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2119551"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-38149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38149"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hsec-2022-16-consul-template-may-expose-vault-secrets-when-processing-invalid-input/43215",
"url": "https://discuss.hashicorp.com/t/hsec-2022-16-consul-template-may-expose-vault-secrets-when-processing-invalid-input/43215"
}
],
"release_date": "2022-08-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "consul: Consul Template May Expose Vault Secrets When Processing Invalid Input"
},
{
"cve": "CVE-2022-38900",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2023-02-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2170644"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in decode-uri-component. This issue occurs due to a specially crafted input, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "decode-uri-component: improper input validation resulting in DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For OpenShift Container Platform (OCP), Advanced Clusters Management for Kubernetes (ACM) and Advanced Cluster Security (ACS), the NPM decode-uri-component package is only present in source repositories as a development dependency, it is not used in production. Therefore this vulnerability is rated Low for OCP and ACS.\n\nIn Red Hat OpenShift Logging the openshift-logging/kibana6-rhel8 container bundles many nodejs packages as a build time dependencies, including the decode-uri-component package. \nThe vulnerable code is not used, hence the impact to OpenShift Logging by this vulnerability 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.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-38900"
},
{
"category": "external",
"summary": "RHBZ#2170644",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170644"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-38900",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38900"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38900",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38900"
},
{
"category": "external",
"summary": "https://github.com/SamVerschueren/decode-uri-component/issues/5",
"url": "https://github.com/SamVerschueren/decode-uri-component/issues/5"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-w573-4hg7-7wgq",
"url": "https://github.com/advisories/GHSA-w573-4hg7-7wgq"
}
],
"release_date": "2022-11-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "decode-uri-component: improper input validation resulting in DoS"
},
{
"cve": "CVE-2022-41316",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2022-10-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in HashiCorp Vault and Vault Enterprise. Vault\u2019s TLS certificate auth method did not initially load the optionally-configured CRL issued by the role\u2019s Certificate Authority (CA) into memory on startup, resulting in the revocation list not being checked if the CRL has not yet been retrieved.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vault: insufficient certificate revocation list checking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41316"
},
{
"category": "external",
"summary": "RHBZ#2135339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41316",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41316"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41316",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41316"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2022-24-vaults-tls-cert-auth-method-only-loaded-crl-after-first-request/45483",
"url": "https://discuss.hashicorp.com/t/hcsec-2022-24-vaults-tls-cert-auth-method-only-loaded-crl-after-first-request/45483"
}
],
"release_date": "2022-10-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vault: insufficient certificate revocation list checking"
},
{
"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": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"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-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2022-41717",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-01-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le"
]
}
],
"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": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41717"
},
{
"category": "external",
"summary": "RHBZ#2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717"
},
{
"category": "external",
"summary": "https://go.dev/cl/455635",
"url": "https://go.dev/cl/455635"
},
{
"category": "external",
"summary": "https://go.dev/cl/455717",
"url": "https://go.dev/cl/455717"
},
{
"category": "external",
"summary": "https://go.dev/issue/56350",
"url": "https://go.dev/issue/56350"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ",
"url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-1144",
"url": "https://pkg.go.dev/vuln/GO-2022-1144"
}
],
"release_date": "2022-11-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
},
{
"acknowledgments": [
{
"names": [
"Philippe Antoine"
],
"organization": "Catena Cyber"
}
],
"cve": "CVE-2022-41723",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_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": [
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_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-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding"
},
{
"cve": "CVE-2022-41724",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "RHBZ#2178492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41724"
},
{
"category": "external",
"summary": "https://go.dev/cl/468125",
"url": "https://go.dev/cl/468125"
},
{
"category": "external",
"summary": "https://go.dev/issue/58001",
"url": "https://go.dev/issue/58001"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1570",
"url": "https://pkg.go.dev/vuln/GO-2023-1570"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: large handshake records may cause panics"
},
{
"cve": "CVE-2022-41725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-03-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"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-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "RHBZ#2178488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41725"
},
{
"category": "external",
"summary": "https://go.dev/cl/468124",
"url": "https://go.dev/cl/468124"
},
{
"category": "external",
"summary": "https://go.dev/issue/58006",
"url": "https://go.dev/issue/58006"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E",
"url": "https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1569",
"url": "https://pkg.go.dev/vuln/GO-2023-1569"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http, mime/multipart: denial of service from excessive resource consumption"
},
{
"cve": "CVE-2022-46175",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-12-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156263"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the json5 package. The affected version of the json5 package could allow an attacker to set arbitrary and unexpected keys on the object returned from JSON5.parse.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "json5: Prototype Pollution in JSON5 via Parse Method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The json5 package is a build-time dependency in Red Hat products and is not used in production runtime. Hence, the impact is set to 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.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-46175"
},
{
"category": "external",
"summary": "RHBZ#2156263",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156263"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-46175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46175"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-46175",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-46175"
},
{
"category": "external",
"summary": "https://github.com/json5/json5/security/advisories/GHSA-9c47-m6qq-7p4h",
"url": "https://github.com/json5/json5/security/advisories/GHSA-9c47-m6qq-7p4h"
}
],
"release_date": "2022-12-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "json5: Prototype Pollution in JSON5 via Parse Method"
},
{
"cve": "CVE-2023-0620",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"discovery_date": "2023-04-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184663"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in HashiCorp Vault and Vault Enterprise, which are vulnerable to SQL injection. This flaw allows a local authenticated attacker to send specially-crafted SQL statements to the Microsoft SQL (MSSQL) Database Storage Backend, which could allow the attacker to view, add, modify, or delete information in the backend database.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vault: Vault\u2019s Microsoft SQL Database Storage Backend Vulnerable to SQL Injection Via Configuration File",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0620"
},
{
"category": "external",
"summary": "RHBZ#2184663",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184663"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0620",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0620"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0620",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0620"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2023-12-vault-s-microsoft-sql-database-storage-backend-vulnerable-to-sql-injection-via-configuration-file/52080",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-12-vault-s-microsoft-sql-database-storage-backend-vulnerable-to-sql-injection-via-configuration-file/52080"
}
],
"release_date": "2023-03-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vault: Vault\u2019s Microsoft SQL Database Storage Backend Vulnerable to SQL Injection Via Configuration File"
},
{
"cve": "CVE-2023-0665",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2023-03-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182981"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hashicorp vault. Vault\u2019s PKI mount issuer endpoints did not correctly authorize access to remove an issuer or modify issuer metadata, potentially resulting in a denial of service of the PKI mount. This bug did not affect public or private key material, trust chains, or certificate issuance.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hashicorp/vault: Vault\u2019s PKI Issuer Endpoint Did Not Correctly Authorize Access to Issuer Metadata",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0665"
},
{
"category": "external",
"summary": "RHBZ#2182981",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182981"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0665",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0665"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0665",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0665"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2023-11-vault-s-pki-issuer-endpoint-did-not-correctly-authorize-access-to-issuer-metadata/52079/1",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-11-vault-s-pki-issuer-endpoint-did-not-correctly-authorize-access-to-issuer-metadata/52079/1"
}
],
"release_date": "2023-03-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"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:L",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "hashicorp/vault: Vault\u2019s PKI Issuer Endpoint Did Not Correctly Authorize Access to Issuer Metadata"
},
{
"cve": "CVE-2023-24999",
"cwe": {
"id": "CWE-863",
"name": "Incorrect Authorization"
},
"discovery_date": "2023-03-13T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2177844"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hashicorp vault. When using the Vault and Vault Enterprise approle auth method, any authenticated user with access to the /auth/approle/role/:role_name/secret-id-accessor/destroy endpoint can destroy the secret ID of another role by providing the secret ID accessor.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Hashicorp/vault: Vault Fails to Verify if Approle SecretID Belongs to Role During a Destroy Operation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24999"
},
{
"category": "external",
"summary": "RHBZ#2177844",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177844"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24999",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24999"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24999",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24999"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2023-07-vault-fails-to-verify-if-approle-secretid-belongs-to-role-during-a-destroy-operation/51305",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-07-vault-fails-to-verify-if-approle-secretid-belongs-to-role-during-a-destroy-operation/51305"
}
],
"release_date": "2023-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Hashicorp/vault: Vault Fails to Verify if Approle SecretID Belongs to Role During a Destroy Operation"
},
{
"cve": "CVE-2023-25000",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2023-03-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182972"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hashicorp vault. This flaw allows an attacker with access to and the ability to observe a large number of unseal operations on the host through a side channel to reduce the search space of a brute-force effort to recover the Shamir shares.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hashicorp/vault: Cache-Timing Attacks During Seal and Unseal Operations",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"known_not_affected": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25000"
},
{
"category": "external",
"summary": "RHBZ#2182972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182972"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25000",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25000"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25000",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25000"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2023-10-vault-vulnerable-to-cache-timing-attacks-during-seal-and-unseal-operations/52078",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-10-vault-vulnerable-to-cache-timing-attacks-during-seal-and-unseal-operations/52078"
}
],
"release_date": "2023-03-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-21T15:22:11+00:00",
"details": "These updated images 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.13/html/4.13_release_notes/index\n\nAll Red Hat OpenShift Data Foundation users are advised to upgrade to these updated images that provide numerous bug fixes and enhancements.",
"product_ids": [
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:069d8bdcaa6ddc628f115d6ec3f3e851e06d4274594d9cd3cd567e574ba1baed_amd64",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:3cc3dfbc6d6227a4085ffc5bef9dab0702e7d2096ad782b6b0c9c002f1e60749_s390x",
"9Base-RHODF-4.13:odf4/cephcsi-rhel9@sha256:e1af0b5bc33688e5ca9c209658dd44285f4d1707e0c165a7c6a7f4934006f5f9_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:05955b12d9597865f21a2fce097eecaf16218d1b2a3147fbdd0fe0199f792549_arm64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:357598ae9ea1314a29e9321aff303c36002b499e6474e14ae58ed63290a76f55_amd64",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:861762b4a8aa19ed2ece5d1b48a2aea137dbba2b03af40570bdb60ceda426dde_s390x",
"9Base-RHODF-4.13:odf4/mcg-cli-rhel9@sha256:945ca7475dff23abc318af69b9513b9412f3b8b3498fbeb8c59c114c5fdeea2c_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:1f4994c5fa092afb665c3b63a8691ba5b15702f83fbd1e4ac70eb1803f6f68f2_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:5d0ab671d71e1d6307836a05e0a9f14bb260277f646dc63252291b12921473c2_s390x",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:862a2ab41511a86c7e7ee1f0538736b78e49035f3e8fb6d8e801608b913c2826_amd64",
"9Base-RHODF-4.13:odf4/mcg-core-rhel9@sha256:f37b4f0598d46dd8ca2183ea52d52e96163f71666617a98c671100a705be2cb0_arm64",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:1e1adf4e3f3766f183daf98ff88de7dbb76cd000a81ac2e698ca74e9e0f2c0e6_ppc64le",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:d5bea64dc86eee978b678c6d47d855568b97a18c9c5c3e5998f0ca36f945a296_s390x",
"9Base-RHODF-4.13:odf4/mcg-operator-bundle@sha256:ebfd21cd14efd7c95d53c8f3b939e4e8167ae9aed8ad12ce1985a3d09e2a51be_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:5143db374ccea9fe2a7ca95b1bc655c403509faff7e42b8c672767bc2863418e_amd64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:a2e6602ddc468c91df80eeb06e0dff4dc1fa509b4b68de43be466b9bd1a90316_s390x",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e05c0308d1008f447f87bdea4b23ef56e98d27cd6845c261f5d31cb9cdbb46ac_arm64",
"9Base-RHODF-4.13:odf4/mcg-rhel9-operator@sha256:e7e47e90eba427843513e2bc868d4ae3f0816db9847ddec4f96a6f41cd0769ab_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:150eea388a6ede971105b485c52ed4cbd4d3f0c8dffa32bf09d08b542e109362_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:4c595ee2b908460180617dba1057fab5e48d8ddd07d434948ebbd9232bec80de_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-operator-bundle@sha256:fdeab34e65c61763315f4a3ce0d8a092c825589f58ea4d9e320a2376955023bf_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:3258ec9716f45b3428352cc3510d6d8b3ca41ed75fd1a81cd61275249d3fef90_s390x",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:9e67b060718c891f53d000f0899006f226d703de63b6feede42ea45df9686b64_amd64",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:d89f084da3f8d145b1e5e9e4d0dc63994c06422b6df92c9efac0e162fd8610b2_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-client-rhel9-operator@sha256:e692d480075469adeb6fbec1d08121fadaedcde7950e5a2dfdfb6024e38d8990_arm64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:2d6cdbf994a9bd03e80b8fba39d6d4b033622615c543ff0300ee960508ae07aa_amd64",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:7d1c503d9f48a8efec3f06aa3deb28144a888c88f1bb3beeeb2465ae58b5e394_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-metrics-exporter-rhel9@sha256:c5a5c9515f2b2564ecd718886f2e27ec54402d29ea4bf6e1ad33f63eb0bd9d57_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:24bc40a30a9c0731ac718374fdae5b7e1c45f103495294245d704ca0f69f35df_ppc64le",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:9ae5f567047c26d7ebb36c53c304f402b03c276923621e3dd51d35d1b4b0e0d0_s390x",
"9Base-RHODF-4.13:odf4/ocs-operator-bundle@sha256:b44f5fbf874ea565d566c7a149e0be4333d07d1c896dba9aa0a308a35e990e41_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:4610b8989b6fae91da065da2a50f661dd044ea22452372c4321f74a935c6de7c_amd64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:64aa10ced42edb3481d94d62261f56fa991220e9eeec7b142fda6b95a5c2d69d_arm64",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:d67c7a2032a92737c0f9ab9ff2f181b3e15d53203bd4cbb6eef9b3d9655631e4_s390x",
"9Base-RHODF-4.13:odf4/ocs-rhel9-operator@sha256:ec86e82a9fc412e174561fe9f808b05cee716c7e6498498c3b3d32e48d6f19ed_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:97d94bc216b9265135493a262ffcd39a7c5f9f67cdcac39c0a7c4378ded420b9_amd64",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:b0981a245672d2f918cad4d5e4a43f1fdd403d446e3f890de18b0dc71141dc1c_ppc64le",
"9Base-RHODF-4.13:odf4/odf-console-rhel9@sha256:d13cad8671f69122e33afde5e53b0a9e0728fbfac2df3e981b14bc57b990f210_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:23c631bed1bca5a339c63032bf4b02edb27f0f0d15a81de66208dd7328a22f6b_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:531016e1b8d56e49130ef8a9610223142c0410b41c7e099d5fa08289afa99306_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-operator-bundle@sha256:e3265779c83c26832c898c9f64ec1287a8e63a32433a8303b8e3952e008a3ae9_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:328ebea8a0577b3b3f5df2ddfda109134350f700ccde362834ca4aa88614cde8_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:841ce1cde9d230458bd071fa943ebfc3dda29fc0e63ebabd2dad8bdd055acfa0_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:a8f28a0c576d5eabfa1b11cb3ca94cfaca7d295a3f419f3557a0d9cbb6f91135_amd64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-rhel9-operator@sha256:fb35cb085e41eabcc8d8a8cb5b9981968361642f1d15a011d537f7422a2c832b_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:10884ba2e3e9b44fa49347567caa01966578ac3ca45d50a37e0650a98aa095e6_s390x",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:16af2c689218d80e450101428796ecbbef331bfbb9153eb328670477284a2684_arm64",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:3785b04c0d5464eb4514bd3b98e59b2b39815a58e0afc2730104e4e69613ad87_ppc64le",
"9Base-RHODF-4.13:odf4/odf-csi-addons-sidecar-rhel9@sha256:eada63799fc6cb128d2a05a2324700500e1ea2f0dc573899832782ef568ce2a9_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:1225db4ef5dd45e5886949babd7db2b5679be927e3a5324d1d0737ba7be96aa3_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:4043076d1e3cdb560ef5ad4b4f06a911590105e655c34d083751be9b1f070423_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-console-rhel9@sha256:889eb0d94a9a573e42d04e4edbd97a389d74157c94bee674df17b2184de1fcde_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:33c136b3d0e5ed8d4fb781566c2bac3cdc01c30e0351035bf962f35203af87a2_ppc64le",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:593cf98fc32b66381bd7e324c89b0a21b7ffec63541bb403b900121d712237f9_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-operator-bundle@sha256:caa3e66684c046b1a4ce3fdc1d617b65fcc78a330268069a9cc02e071501c482_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:1635e20f43a11759364b2ab5a52c5cee9cd2bc141888b6857f3e3703b90e8eee_arm64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:811dfbb10cd4012b8765d751d52c44b40469bf4758cd284b8edf6093cb7123a2_amd64",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:a6dbf5d5d116661fd99348452bbb89458a7cf9326ff64aea285dcb4b0a9893cf_s390x",
"9Base-RHODF-4.13:odf4/odf-multicluster-rhel9-operator@sha256:f67f2ba7c47e14c493d22a500423c92b0cc01f8d9570aa3f51a0cb1957f836af_ppc64le",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:a42dd93af9e17fe4af792ccc4c92487f33bf38e1642e21f8e86e23fa86e78a68_arm64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:b64b3f6b1e423e2fcc5c9af6434c8bf0c03498070379b948d82eced1d3b94cbf_amd64",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:dd3eddf1183c67b1011f35f15b85fd5998edb1812852a3b51f1c2971d5155870_s390x",
"9Base-RHODF-4.13:odf4/odf-must-gather-rhel9@sha256:e657739355245310c8182c682bc003ce0d3d6abac6115c34a9ca7ffaf8983ade_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:11849f9242099ab4a4b16c6160f23a8a460d41146e2a3e850e7299ab3fd13f04_ppc64le",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:31c6af39b67cb39bfe954cee68825094198d12c7f14542ca284ed609c40b32e8_s390x",
"9Base-RHODF-4.13:odf4/odf-operator-bundle@sha256:64c9d563c9c5e193325f923844b676faa3bbe5c0657b7dee743e03b29c018cef_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:0564c1165a893f0eea270f636cef8fb9c75704b73bd8ae291a5438122be64484_s390x",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:26663e4d48a70edb4fd100fd86819398ef84da4f9e9da077a4e36deb5c002d9b_amd64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:98ded63b6b4180c52715a6d580afb9b212c4643d53ccc9e00993e2d1bcd41396_arm64",
"9Base-RHODF-4.13:odf4/odf-rhel9-operator@sha256:d223f6995bdea0799c8201b658aa81c36ae00188be030012b89d8cda643f4ed8_ppc64le",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:0b5657e09bc199379108afec4b858f1dc2289e705e2e14d383fc3ddaa307c6bf_amd64",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:b284b72288e596677427b6ac51fb142fe6b84f5c3b6f43d395bc403643c443cf_s390x",
"9Base-RHODF-4.13:odf4/odr-cluster-operator-bundle@sha256:fe5ccee2ea5902cef3f8c9a94fb9be9516013cc7376e088710fef4a85310db9f_ppc64le",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:0699f1e80453ed3a9bff43c3e431ddd786dafd2f166b62b94f18dc77f4467b25_amd64",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:3d438d91ac261b77075da23d9d08dd603fdbc99aa2c1d4c50681feea5dcfbbc1_s390x",
"9Base-RHODF-4.13:odf4/odr-hub-operator-bundle@sha256:51d49bd086645a17b80c40e800d88b0a818de8f5ddc1814f6dc23102da920eb2_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:3d26a840d8a42838bb8bc3ba51cac65f3a502450644e30e9331ea08d805c1ec1_ppc64le",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:4c5294036e2e5e0afc6a177d5172e85bcb347b0f4a71ce48847834e677047615_amd64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:cc99437c3b06b4bf307f36ebf533bdbd3721c43035044a972d69258b9414555d_arm64",
"9Base-RHODF-4.13:odf4/odr-rhel9-operator@sha256:dff514a42676f68e0faef651dd14ca91fd8a21f4911c7525fbfa965b748d6317_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:61ec798f3d2bab62b4e56ecba236359e2edd3dd1a7095b839a36530a9b90c98f_s390x",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:9d9289a4b9d4342db67022b0da93249b38f98a499fb6442912528611fde35266_amd64",
"9Base-RHODF-4.13:odf4/rook-ceph-rhel9-operator@sha256:c9054d4393cfe4a11e81c5e73f2349c12f315caaabd05a060de0a39effb43bd0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "hashicorp/vault: Cache-Timing Attacks During Seal and Unseal Operations"
}
]
}
RHSA-2023:1275
Vulnerability from csaf_redhat - Published: 2023-03-15 19:58 - Updated: 2025-12-04 05:08Notes
{
"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.\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": "etcd is a highly-available key value store for shared configuration.\n\nThe following Important impact security fix(es) are applicable to Red Hat OpenStack Platform 17.0 (Wallaby), 16.2 (Train), and 16.1 (Train):\n\n* Improve heuristics preventing CPU/memory abuse by parsing malicious or\nlarge YAML documents (CVE-2022-3064)\n\nAs a result of being built by golang 1.18.9, the following Moderate impact security fix(es) are applicable to Red Hat OpenStack Platform 16.2 and 16.1:\n\n* golang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n* golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n* golang: net/http: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\nAs a result of being built by golang 1.18.9, the following Low impact security fix(es) are applicable to Red Hat OpenStack Platform 16.2 and 16.1:\n\n* golang: crypto/tls: session tickets lack random ticket_age_add (CVE-2022-30629)\n* 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-2022-32189)\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:1275",
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"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": "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": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "2163037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163037"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1275.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform (etcd) security update",
"tracking": {
"current_release_date": "2025-12-04T05:08:53+00:00",
"generator": {
"date": "2025-12-04T05:08:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:1275",
"initial_release_date": "2023-03-15T19:58:09+00:00",
"revision_history": [
{
"date": "2023-03-15T19:58:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-03-15T19:58:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-04T05:08:53+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 16.1",
"product": {
"name": "Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:16.1::el8"
}
}
},
{
"category": "product_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-12.el8ost.src",
"product": {
"name": "etcd-0:3.3.23-12.el8ost.src",
"product_id": "etcd-0:3.3.23-12.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-12.el8ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.3.23-12.el8ost.x86_64",
"product": {
"name": "etcd-0:3.3.23-12.el8ost.x86_64",
"product_id": "etcd-0:3.3.23-12.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-12.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"product": {
"name": "etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"product_id": "etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debugsource@3.3.23-12.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"product": {
"name": "etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"product_id": "etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debuginfo@3.3.23-12.el8ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "etcd-0:3.3.23-12.el8ost.ppc64le",
"product": {
"name": "etcd-0:3.3.23-12.el8ost.ppc64le",
"product_id": "etcd-0:3.3.23-12.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-12.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"product": {
"name": "etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"product_id": "etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debugsource@3.3.23-12.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"product": {
"name": "etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"product_id": "etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debuginfo@3.3.23-12.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-12.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le"
},
"product_reference": "etcd-0:3.3.23-12.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-12.el8ost.src as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src"
},
"product_reference": "etcd-0:3.3.23-12.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-12.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64"
},
"product_reference": "etcd-0:3.3.23-12.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le"
},
"product_reference": "etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.3.23-12.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64"
},
"product_reference": "etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.3.23-12.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le"
},
"product_reference": "etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.3.23-12.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.1",
"product_id": "8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
},
"product_reference": "etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-12.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le"
},
"product_reference": "etcd-0:3.3.23-12.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-12.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src"
},
"product_reference": "etcd-0:3.3.23-12.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-12.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64"
},
"product_reference": "etcd-0:3.3.23-12.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-12.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le"
},
"product_reference": "etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.3.23-12.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-12.el8ost.x86_64"
},
"product_reference": "etcd-debuginfo-0:3.3.23-12.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-12.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le"
},
"product_reference": "etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.3.23-12.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-12.el8ost.x86_64"
},
"product_reference": "etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding header",
"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-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"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",
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"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-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"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": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.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-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents"
},
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"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": "2023-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-30629",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"discovery_date": "2022-06-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2092793"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls golang package. When session tickets are generated by crypto/tls, it is missing the ticket expiration. This issue may allow an attacker to observe the TLS handshakes to correlate successive connections during session resumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: session tickets lack random ticket_age_add",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30629"
},
{
"category": "external",
"summary": "RHBZ#2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg",
"url": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg"
}
],
"release_date": "2022-06-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: crypto/tls: session tickets lack random ticket_age_add"
},
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "RH ProdSec has set the Impact of this vulnerability to Moderate as there is no known method to execute arbitary code. Successful exploitation of this bug can cause the application under attack to panic, merely causing a Denial of Service at the application level. As the kernel is unaffected by this bug, the user can merely relaunch the application to fix the problem. Also, if somehow the application keeps relaunching, the timer watchdogs in the default RHEL kernel will stop the attack in its tracks.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The exploitation of this flaw will only result in a denial of service of the application via the application crashing which is why this has been rated as moderate.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30635",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/gob: stack exhaustion in Decoder.Decode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform (OCP) starting from 4.10 stream is already compiled in the patched version of Go, hence is not affected by this vulnerability.The vulnerability has been rated as moderate instead of high because the vulnerability can only result in a minor denial of service.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "RHBZ#2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635"
},
{
"category": "external",
"summary": "https://go.dev/issue/53615",
"url": "https://go.dev/issue/53615"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/gob: stack exhaustion in Decoder.Decode"
},
{
"cve": "CVE-2022-32148",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working",
"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-200: Exposure of Sensitive Information to an Unauthorized Actor vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token, multi-factor authentication (MFA), which is coupled with account management controls, including integration with single sign-on (SSO), to ensure that user permissions are restricted to only the functions necessary for their roles. Access to sensitive information is explicitly authorized and enforced based on predefined access policies. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, which helps identify patterns of unauthorized access or data exposure. The platform enforces the use of validated cryptographic modules across compute resources to protect the confidentiality of information, even in the event of interception.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "RHBZ#2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148"
},
{
"category": "external",
"summary": "https://go.dev/issue/53423",
"url": "https://go.dev/issue/53423"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
},
{
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
},
"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": "2023-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
},
{
"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.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"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"
},
{
"acknowledgments": [
{
"names": [
"Adam Korczynski"
],
"organization": "ADA Logics"
},
{
"names": [
"OSS-Fuzz"
]
}
],
"cve": "CVE-2022-41715",
"discovery_date": "2022-10-07T00:00:00+00:00",
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.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-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.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-03-15T19:58:09+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-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.1:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.1:etcd-debugsource-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-12.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-12.el8ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
RHSA-2023:0542
Vulnerability from csaf_redhat - Published: 2023-01-30 17:18 - Updated: 2025-12-04 05:08Notes
{
"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 Service Mesh 2.3.1 Containers\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 Service Mesh is the Red Hat distribution of the Istio service mesh project, tailored for installation into an on-premise OpenShift Container Platform installation.\n\nThis advisory covers container images for the release.\n\nSecurity Fix(es):\n\n* goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be (CVE-2021-4238)\n* golang: archive/tar: unbounded memory consumption when reading headers (CVE-2022-2879)\n* golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters (CVE-2022-2880)\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n* Istio: Denial of service attack via a specially crafted message (CVE-2022-39278)\n* golang: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\n* kiali: error message spoofing in kiali UI (CVE-2022-3962)\n* 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-2022-32189)\n\nFor more details about security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, see the CVE page(s) listed in the Container CVEs 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:0542",
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"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": "2148199",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148199"
},
{
"category": "external",
"summary": "2148661",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148661"
},
{
"category": "external",
"summary": "2156729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156729"
},
{
"category": "external",
"summary": "OSSM-1977",
"url": "https://issues.redhat.com/browse/OSSM-1977"
},
{
"category": "external",
"summary": "OSSM-2083",
"url": "https://issues.redhat.com/browse/OSSM-2083"
},
{
"category": "external",
"summary": "OSSM-2147",
"url": "https://issues.redhat.com/browse/OSSM-2147"
},
{
"category": "external",
"summary": "OSSM-2169",
"url": "https://issues.redhat.com/browse/OSSM-2169"
},
{
"category": "external",
"summary": "OSSM-2170",
"url": "https://issues.redhat.com/browse/OSSM-2170"
},
{
"category": "external",
"summary": "OSSM-2179",
"url": "https://issues.redhat.com/browse/OSSM-2179"
},
{
"category": "external",
"summary": "OSSM-2184",
"url": "https://issues.redhat.com/browse/OSSM-2184"
},
{
"category": "external",
"summary": "OSSM-2188",
"url": "https://issues.redhat.com/browse/OSSM-2188"
},
{
"category": "external",
"summary": "OSSM-2189",
"url": "https://issues.redhat.com/browse/OSSM-2189"
},
{
"category": "external",
"summary": "OSSM-2190",
"url": "https://issues.redhat.com/browse/OSSM-2190"
},
{
"category": "external",
"summary": "OSSM-2232",
"url": "https://issues.redhat.com/browse/OSSM-2232"
},
{
"category": "external",
"summary": "OSSM-2241",
"url": "https://issues.redhat.com/browse/OSSM-2241"
},
{
"category": "external",
"summary": "OSSM-2251",
"url": "https://issues.redhat.com/browse/OSSM-2251"
},
{
"category": "external",
"summary": "OSSM-2308",
"url": "https://issues.redhat.com/browse/OSSM-2308"
},
{
"category": "external",
"summary": "OSSM-2315",
"url": "https://issues.redhat.com/browse/OSSM-2315"
},
{
"category": "external",
"summary": "OSSM-2324",
"url": "https://issues.redhat.com/browse/OSSM-2324"
},
{
"category": "external",
"summary": "OSSM-2335",
"url": "https://issues.redhat.com/browse/OSSM-2335"
},
{
"category": "external",
"summary": "OSSM-2338",
"url": "https://issues.redhat.com/browse/OSSM-2338"
},
{
"category": "external",
"summary": "OSSM-2344",
"url": "https://issues.redhat.com/browse/OSSM-2344"
},
{
"category": "external",
"summary": "OSSM-2375",
"url": "https://issues.redhat.com/browse/OSSM-2375"
},
{
"category": "external",
"summary": "OSSM-2376",
"url": "https://issues.redhat.com/browse/OSSM-2376"
},
{
"category": "external",
"summary": "OSSM-535",
"url": "https://issues.redhat.com/browse/OSSM-535"
},
{
"category": "external",
"summary": "OSSM-827",
"url": "https://issues.redhat.com/browse/OSSM-827"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0542.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Service Mesh 2.3.1 Containers security update",
"tracking": {
"current_release_date": "2025-12-04T05:08:42+00:00",
"generator": {
"date": "2025-12-04T05:08:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:0542",
"initial_release_date": "2023-01-30T17:18:54+00:00",
"revision_history": [
{
"date": "2023-01-30T17:18:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-01-30T17:18:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-04T05:08:42+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHOSSM 2.3 for RHEL 8",
"product": {
"name": "RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_mesh:2.3::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Service Mesh"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"product": {
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"product_id": "openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-cni-rhel8\u0026tag=2.3.1-9"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"product": {
"name": "openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"product_id": "openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/grafana-rhel8\u0026tag=2.3.1-5"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"product": {
"name": "openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"product_id": "openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8\u0026tag=1.57.5-3"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"product": {
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"product_id": "openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8-operator\u0026tag=1.57.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"product": {
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"product_id": "openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8\u0026tag=2.3.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"product": {
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"product_id": "openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-rhel8-operator\u0026tag=2.3.1-10"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"product": {
"name": "openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"product_id": "openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/pilot-rhel8\u0026tag=2.3.1-9"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"product": {
"name": "openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"product_id": "openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/prometheus-rhel8\u0026tag=2.3.1-6"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"product": {
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"product_id": "openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/proxyv2-rhel8\u0026tag=2.3.1-11"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"product": {
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"product_id": "openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh/ratelimit-rhel8\u0026tag=2.3.1-5"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"product": {
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"product_id": "openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-cni-rhel8\u0026tag=2.3.1-9"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"product": {
"name": "openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"product_id": "openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/grafana-rhel8\u0026tag=2.3.1-5"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"product": {
"name": "openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"product_id": "openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8\u0026tag=1.57.5-3"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"product": {
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"product_id": "openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8-operator\u0026tag=1.57.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"product": {
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"product_id": "openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"product_identification_helper": {
"purl": "pkg:oci/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8\u0026tag=2.3.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"product": {
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"product_id": "openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-rhel8-operator\u0026tag=2.3.1-10"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"product": {
"name": "openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"product_id": "openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/pilot-rhel8\u0026tag=2.3.1-9"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"product": {
"name": "openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"product_id": "openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/prometheus-rhel8\u0026tag=2.3.1-6"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"product": {
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"product_id": "openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/proxyv2-rhel8\u0026tag=2.3.1-11"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"product": {
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"product_id": "openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh/ratelimit-rhel8\u0026tag=2.3.1-5"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"product": {
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"product_id": "openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-cni-rhel8\u0026tag=2.3.1-9"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"product": {
"name": "openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"product_id": "openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/grafana-rhel8\u0026tag=2.3.1-5"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"product": {
"name": "openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"product_id": "openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8\u0026tag=1.57.5-3"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"product": {
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"product_id": "openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/kiali-rhel8-operator\u0026tag=1.57.5-2"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"product": {
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"product_id": "openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8\u0026tag=2.3.1-3"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"product": {
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"product_id": "openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/istio-rhel8-operator\u0026tag=2.3.1-10"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"product": {
"name": "openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"product_id": "openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/pilot-rhel8\u0026tag=2.3.1-9"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"product": {
"name": "openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"product_id": "openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/prometheus-rhel8\u0026tag=2.3.1-6"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"product": {
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"product_id": "openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/proxyv2-rhel8\u0026tag=2.3.1-11"
}
}
},
{
"category": "product_version",
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le",
"product": {
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le",
"product_id": "openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh/ratelimit-rhel8\u0026tag=2.3.1-5"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x"
},
"product_reference": "openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64"
},
"product_reference": "openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le"
},
"product_reference": "openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le"
},
"product_reference": "openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64"
},
"product_reference": "openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x"
},
"product_reference": "openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x"
},
"product_reference": "openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64"
},
"product_reference": "openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le"
},
"product_reference": "openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le"
},
"product_reference": "openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64"
},
"product_reference": "openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x"
},
"product_reference": "openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64"
},
"product_reference": "openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x"
},
"product_reference": "openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le"
},
"product_reference": "openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64"
},
"product_reference": "openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x"
},
"product_reference": "openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
},
"product_reference": "openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x"
},
"product_reference": "openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64"
},
"product_reference": "openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le"
},
"product_reference": "openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le"
},
"product_reference": "openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x"
},
"product_reference": "openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64"
},
"product_reference": "openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le"
},
"product_reference": "openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x"
},
"product_reference": "openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64"
},
"product_reference": "openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64 as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64"
},
"product_reference": "openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x"
},
"product_reference": "openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le as a component of RHOSSM 2.3 for RHEL 8",
"product_id": "8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
},
"product_reference": "openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le",
"relates_to_product_reference": "8Base-RHOSSM-2.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-4238",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"discovery_date": "2022-12-28T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in goutils where randomly generated alphanumeric strings contain significantly less entropy than expected. Both the `RandomAlphaNumeric` and `CryptoRandomAlphaNumeric` functions always return strings containing at least one digit from 0 to 9. This issue significantly reduces the amount of entropy generated in short strings by these functions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x"
],
"known_not_affected": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-4238"
},
{
"category": "external",
"summary": "RHBZ#2156729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-4238",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4238"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4238",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4238"
},
{
"category": "external",
"summary": "https://github.com/Masterminds/goutils/commit/869801f20f9f1e7ecdbdb6422049d8241270d5e1",
"url": "https://github.com/Masterminds/goutils/commit/869801f20f9f1e7ecdbdb6422049d8241270d5e1"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3839-6r69-m497",
"url": "https://github.com/advisories/GHSA-3839-6r69-m497"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-0411",
"url": "https://pkg.go.dev/vuln/GO-2022-0411"
}
],
"release_date": "2022-12-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-30T17:18:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"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:L",
"version": "3.1"
},
"products": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "goutils: RandomAlphaNumeric and CryptoRandomAlphaNumeric are not as random as they should be"
},
{
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
}
],
"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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"known_not_affected": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
},
"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-01-30T17:18:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
}
],
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
}
],
"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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"known_not_affected": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
},
"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-01-30T17:18:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
}
],
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"acknowledgments": [
{
"names": [
"John Mazzitelli"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2022-3962",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2022-11-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2148661"
}
],
"notes": [
{
"category": "description",
"text": "A content spoofing vulnerability was found in Kiali. It was discovered that Kiali does not implement error handling when the page or endpoint being accessed cannot be found. This issue allows an attacker to perform arbitrary text injection when an error response is retrieved from the URL being accessed.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kiali: error message spoofing in kiali 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": [
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
],
"known_not_affected": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3962"
},
{
"category": "external",
"summary": "RHBZ#2148661",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148661"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3962"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3962",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3962"
}
],
"release_date": "2022-11-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-30T17:18:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
}
],
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kiali: error message spoofing in kiali UI"
},
{
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
}
],
"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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"known_not_affected": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
},
"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": "2023-01-30T17:18:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
}
],
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
}
],
"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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"known_not_affected": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
},
"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": "2023-01-30T17:18:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
},
{
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"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-39278",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-10-13T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2148199"
}
],
"notes": [
{
"category": "description",
"text": "An uncontrolled resource consumption flaw was found in the Istio control plane, istiod. This issue could allow an unauthenticated remote attacker to send a specially crafted or oversized message that could cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Istio: Denial of service attack via a specially crafted message",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x"
],
"known_not_affected": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39278"
},
{
"category": "external",
"summary": "RHBZ#2148199",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148199"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39278",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39278"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39278",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39278"
},
{
"category": "external",
"summary": "https://github.com/istio/istio/security/advisories/GHSA-86vr-4wcv-mm9w",
"url": "https://github.com/istio/istio/security/advisories/GHSA-86vr-4wcv-mm9w"
},
{
"category": "external",
"summary": "https://istio.io/latest/news/security/istio-security-2022-007/",
"url": "https://istio.io/latest/news/security/istio-security-2022-007/"
}
],
"release_date": "2022-10-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-30T17:18:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Istio: Denial of service attack via a specially crafted message"
},
{
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
}
],
"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-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"known_not_affected": [
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le"
]
},
"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-01-30T17:18:54+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0542"
}
],
"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-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:5dfa0bcc7229240a63b0f2827ff8b8a89d67e338e997003ecf0519a124ea60c9_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:75ae154f741911e2b514fee0ae344c3da1d10f52ee2b96705ddbc08580e02b50_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/grafana-rhel8@sha256:85bc34ec14e604e1d2aa23a78f30cceb8e39d9c4cb5d3f50abb20285398116f4_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:0fcec6ec95a42d4f51260843d7646ccdcfcb6ee33f7da53178e080acb11d9db8_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:3fa9449daa00266fc428a9a83c880567ae162600bcfb7b545706aa2b02587e6c_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-cni-rhel8@sha256:a39c492781b5bb2f42ffd10c994a8ee80e67bcfe9ad1f27852095af72ef4efef_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:617e3802d60b6ccdd0a9d99d72d6917644664c0c40ba3a53c54ce2b8d8c73383_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:c93481d8b8768f4e18f0ca43cbfaee1a27ce2ca6122f2505302b8f899b039efb_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-must-gather-rhel8@sha256:f49446872837dbb08f5f60bbec882ac0a042f344dd2ce42588aad5bc4e987773_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:afabcf0da6779927c712a1f17a6f2813652d6f2591d14b338d7498e6412c5f94_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:c86d69ba6b201c3ba0bb2bb4cba1d3b50170bdd74bdf59cb73542960df40873a_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/istio-rhel8-operator@sha256:ebbf0c175574c323e2434e1150210758bb8591cf044f6467c64ed1795e741f14_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:e54f1962db7b4580a0e718839cdd15cddabaf3f3a673892cc6fedfd22c04dae7_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f3b1a6f9f2efbce52b32cd93f49034d8451e5b040df7ab64a5bbaa6b5402a0c8_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8-operator@sha256:f6abd9560381220f45a93a66ea93e34b2cadb55feabb9c45ffd48342ac264103_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:0e3ae1aa2219d8de710ace3511b43ba4c51de1f4f1ee5800923a7cd2922c39f8_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:ef8552429ef57e8aca62643443692f29bd5cba6fa987375a6e8e74e6bc2e93f4_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/kiali-rhel8@sha256:f3febe52ab74ed6173f603315c48611de3de5e60a40312df9971fee901c54984_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:1b163f346b6cd925a092c529050eb241b4e68432d65dbaf728c1d83450462c12_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:8792677bd15a8b3e7bf593fb4057c63930eb89d50072774908bb5df3761dbcc1_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/pilot-rhel8@sha256:e086f4f26ba7d4392dc127bbba7ac065e0a24d51e9cd21d04b7beb4de2fc38d6_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:721ab4359de7a70f5b3832a387e4ff18c98f8d2cfd1efd934bd1116cd68fdf29_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8f7ec7a5e1e12c111e1e7021ed3a15f618df928320612edd8bd5afa43243b7d5_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/prometheus-rhel8@sha256:8fd4970929196a9cece5e881785f49bebcb7372f045f455d64a4cc20924ebdbf_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:0c232efe123daef18fd2025236c7fa43d58dd261afabe30537ad71e6e01b90d3_ppc64le",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:7268afc10ac20b12b69426be691afe20395ed9a278850e4ea1f672b50f83299a_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/proxyv2-rhel8@sha256:99b524381910c0f0b6979107795b30171b7a823d9af4cd80cb44f846a64868f0_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2882d2ef3e926340bf0d98958adad4d7933bdc9145417e362a1c95627c3fed45_amd64",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:2ce08569c5cac0d137554f6d9a224d243f76a16f86eaa94ea77dfea5889218af_s390x",
"8Base-RHOSSM-2.3:openshift-service-mesh/ratelimit-rhel8@sha256:4cd6d47d20af9bc294fe0223dffa5c06d78ecc512ba07d9e0064f6d2e43bd6c4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
}
]
}
RHSA-2023:0328
Vulnerability from csaf_redhat - Published: 2023-01-23 15:26 - Updated: 2025-11-27 23:54Notes
{
"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 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 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": "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: 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: regexp/syntax: limit memory used by parsing regexps (CVE-2022-41715)\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* Internal linking fails on ppc64le (BZ#2144547)\n\n* crypto testcases fail on golang on s390x [rhel-9] (BZ#2149311)",
"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:0328",
"url": "https://access.redhat.com/errata/RHSA-2023:0328"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"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": "2149311",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149311"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0328.json"
}
],
"title": "Red Hat Security Advisory: go-toolset and golang security and bug fix update",
"tracking": {
"current_release_date": "2025-11-27T23:54:42+00:00",
"generator": {
"date": "2025-11-27T23:54:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:0328",
"initial_release_date": "2023-01-23T15:26:30+00:00",
"revision_history": [
{
"date": "2023-01-23T15:26:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-01-23T15:26:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-27T23:54:42+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.1.0.Z.MAIN",
"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.18.9-1.el9_1.src",
"product": {
"name": "go-toolset-0:1.18.9-1.el9_1.src",
"product_id": "go-toolset-0:1.18.9-1.el9_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.el9_1?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.el9_1.src",
"product": {
"name": "golang-0:1.18.9-1.el9_1.src",
"product_id": "golang-0:1.18.9-1.el9_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.el9_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.el9_1.aarch64",
"product": {
"name": "go-toolset-0:1.18.9-1.el9_1.aarch64",
"product_id": "go-toolset-0:1.18.9-1.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.el9_1.aarch64",
"product": {
"name": "golang-0:1.18.9-1.el9_1.aarch64",
"product_id": "golang-0:1.18.9-1.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.18.9-1.el9_1.aarch64",
"product": {
"name": "golang-bin-0:1.18.9-1.el9_1.aarch64",
"product_id": "golang-bin-0:1.18.9-1.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.el9_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.el9_1.ppc64le",
"product": {
"name": "go-toolset-0:1.18.9-1.el9_1.ppc64le",
"product_id": "go-toolset-0:1.18.9-1.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.el9_1.ppc64le",
"product": {
"name": "golang-0:1.18.9-1.el9_1.ppc64le",
"product_id": "golang-0:1.18.9-1.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.18.9-1.el9_1.ppc64le",
"product": {
"name": "golang-bin-0:1.18.9-1.el9_1.ppc64le",
"product_id": "golang-bin-0:1.18.9-1.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.el9_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.el9_1.x86_64",
"product": {
"name": "go-toolset-0:1.18.9-1.el9_1.x86_64",
"product_id": "go-toolset-0:1.18.9-1.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.el9_1.x86_64",
"product": {
"name": "golang-0:1.18.9-1.el9_1.x86_64",
"product_id": "golang-0:1.18.9-1.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.18.9-1.el9_1.x86_64",
"product": {
"name": "golang-bin-0:1.18.9-1.el9_1.x86_64",
"product_id": "golang-bin-0:1.18.9-1.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.18.9-1.el9_1.x86_64",
"product": {
"name": "golang-race-0:1.18.9-1.el9_1.x86_64",
"product_id": "golang-race-0:1.18.9-1.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.18.9-1.el9_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.18.9-1.el9_1.s390x",
"product": {
"name": "go-toolset-0:1.18.9-1.el9_1.s390x",
"product_id": "go-toolset-0:1.18.9-1.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.18.9-1.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.18.9-1.el9_1.s390x",
"product": {
"name": "golang-0:1.18.9-1.el9_1.s390x",
"product_id": "golang-0:1.18.9-1.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.18.9-1.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.18.9-1.el9_1.s390x",
"product": {
"name": "golang-bin-0:1.18.9-1.el9_1.s390x",
"product_id": "golang-bin-0:1.18.9-1.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.18.9-1.el9_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.18.9-1.el9_1.noarch",
"product": {
"name": "golang-docs-0:1.18.9-1.el9_1.noarch",
"product_id": "golang-docs-0:1.18.9-1.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.18.9-1.el9_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.18.9-1.el9_1.noarch",
"product": {
"name": "golang-misc-0:1.18.9-1.el9_1.noarch",
"product_id": "golang-misc-0:1.18.9-1.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.18.9-1.el9_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.18.9-1.el9_1.noarch",
"product": {
"name": "golang-src-0:1.18.9-1.el9_1.noarch",
"product_id": "golang-src-0:1.18.9-1.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.18.9-1.el9_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.18.9-1.el9_1.noarch",
"product": {
"name": "golang-tests-0:1.18.9-1.el9_1.noarch",
"product_id": "golang-tests-0:1.18.9-1.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.18.9-1.el9_1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64"
},
"product_reference": "go-toolset-0:1.18.9-1.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le"
},
"product_reference": "go-toolset-0:1.18.9-1.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x"
},
"product_reference": "go-toolset-0:1.18.9-1.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.el9_1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src"
},
"product_reference": "go-toolset-0:1.18.9-1.el9_1.src",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.18.9-1.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
},
"product_reference": "go-toolset-0:1.18.9-1.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64"
},
"product_reference": "golang-0:1.18.9-1.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le"
},
"product_reference": "golang-0:1.18.9-1.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x"
},
"product_reference": "golang-0:1.18.9-1.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.el9_1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src"
},
"product_reference": "golang-0:1.18.9-1.el9_1.src",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.18.9-1.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64"
},
"product_reference": "golang-0:1.18.9-1.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.18.9-1.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64"
},
"product_reference": "golang-bin-0:1.18.9-1.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.18.9-1.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le"
},
"product_reference": "golang-bin-0:1.18.9-1.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.18.9-1.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x"
},
"product_reference": "golang-bin-0:1.18.9-1.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.18.9-1.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64"
},
"product_reference": "golang-bin-0:1.18.9-1.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.18.9-1.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch"
},
"product_reference": "golang-docs-0:1.18.9-1.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.18.9-1.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch"
},
"product_reference": "golang-misc-0:1.18.9-1.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.18.9-1.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64"
},
"product_reference": "golang-race-0:1.18.9-1.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.18.9-1.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch"
},
"product_reference": "golang-src-0:1.18.9-1.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.18.9-1.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
},
"product_reference": "golang-tests-0:1.18.9-1.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
}
]
},
"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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"known_not_affected": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
},
"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-01-23T15:26: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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0328"
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"known_not_affected": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
},
"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-01-23T15:26: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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0328"
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"known_not_affected": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
},
"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": "2023-01-23T15:26: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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0328"
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"known_not_affected": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
},
"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": "2023-01-23T15:26: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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0328"
},
{
"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.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
]
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
]
}
],
"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"
},
{
"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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.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": [
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"known_not_affected": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.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-01-23T15:26: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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0328"
}
],
"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": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
},
{
"cve": "CVE-2022-41717",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-01-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2161274"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within Red Hat OpenShift Container Platform, the grafana container is listed as will not fix. Since OCP 4.10, Grafana itself is not shipped and the Grafana web server is protected behind an OAuth proxy server.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"known_not_affected": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.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-01-23T15:26: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.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0328"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:go-toolset-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.src",
"AppStream-9.1.0.Z.MAIN:golang-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:golang-bin-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-docs-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-misc-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-race-0:1.18.9-1.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:golang-src-0:1.18.9-1.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:golang-tests-0:1.18.9-1.el9_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
RHSA-2023_2193
Vulnerability from csaf_redhat - Published: 2023-05-09 09:51 - Updated: 2024-12-17 22:17Notes
{
"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 butane 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": "Butane translates human-readable Butane Configs into machine-readable Ignition configs for provisioning operating systems that use Ignition.\n\nThe following packages have been upgraded to a later upstream version: butane (0.16.0). (BZ#2135475)\n\nSecurity Fix(es):\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* 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-2022-32189)\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.2 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:2193",
"url": "https://access.redhat.com/errata/RHSA-2023:2193"
},
{
"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.2_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index"
},
{
"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": "2135475",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135475"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2193.json"
}
],
"title": "Red Hat Security Advisory: butane security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2024-12-17T22:17:27+00:00",
"generator": {
"date": "2024-12-17T22:17:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:2193",
"initial_release_date": "2023-05-09T09:51:30+00:00",
"revision_history": [
{
"date": "2023-05-09T09:51:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-09T09:51:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:17:27+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.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": "butane-0:0.16.0-1.el9.src",
"product": {
"name": "butane-0:0.16.0-1.el9.src",
"product_id": "butane-0:0.16.0-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-1.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "butane-0:0.16.0-1.el9.aarch64",
"product": {
"name": "butane-0:0.16.0-1.el9.aarch64",
"product_id": "butane-0:0.16.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.16.0-1.el9.aarch64",
"product": {
"name": "butane-debugsource-0:0.16.0-1.el9.aarch64",
"product_id": "butane-debugsource-0:0.16.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.16.0-1.el9.aarch64",
"product": {
"name": "butane-debuginfo-0:0.16.0-1.el9.aarch64",
"product_id": "butane-debuginfo-0:0.16.0-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-1.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "butane-0:0.16.0-1.el9.ppc64le",
"product": {
"name": "butane-0:0.16.0-1.el9.ppc64le",
"product_id": "butane-0:0.16.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.16.0-1.el9.ppc64le",
"product": {
"name": "butane-debugsource-0:0.16.0-1.el9.ppc64le",
"product_id": "butane-debugsource-0:0.16.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"product": {
"name": "butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"product_id": "butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-1.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "butane-0:0.16.0-1.el9.x86_64",
"product": {
"name": "butane-0:0.16.0-1.el9.x86_64",
"product_id": "butane-0:0.16.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.16.0-1.el9.x86_64",
"product": {
"name": "butane-debugsource-0:0.16.0-1.el9.x86_64",
"product_id": "butane-debugsource-0:0.16.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.16.0-1.el9.x86_64",
"product": {
"name": "butane-debuginfo-0:0.16.0-1.el9.x86_64",
"product_id": "butane-debuginfo-0:0.16.0-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-1.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "butane-0:0.16.0-1.el9.s390x",
"product": {
"name": "butane-0:0.16.0-1.el9.s390x",
"product_id": "butane-0:0.16.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.16.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.16.0-1.el9.s390x",
"product": {
"name": "butane-debugsource-0:0.16.0-1.el9.s390x",
"product_id": "butane-debugsource-0:0.16.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.16.0-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.16.0-1.el9.s390x",
"product": {
"name": "butane-debuginfo-0:0.16.0-1.el9.s390x",
"product_id": "butane-debuginfo-0:0.16.0-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.16.0-1.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.aarch64"
},
"product_reference": "butane-0:0.16.0-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.ppc64le"
},
"product_reference": "butane-0:0.16.0-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.s390x"
},
"product_reference": "butane-0:0.16.0-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.src"
},
"product_reference": "butane-0:0.16.0-1.el9.src",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.16.0-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.x86_64"
},
"product_reference": "butane-0:0.16.0-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.16.0-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.aarch64"
},
"product_reference": "butane-debuginfo-0:0.16.0-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.16.0-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.ppc64le"
},
"product_reference": "butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.16.0-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.s390x"
},
"product_reference": "butane-debuginfo-0:0.16.0-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.16.0-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.x86_64"
},
"product_reference": "butane-debuginfo-0:0.16.0-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.16.0-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.aarch64"
},
"product_reference": "butane-debugsource-0:0.16.0-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.16.0-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.ppc64le"
},
"product_reference": "butane-debugsource-0:0.16.0-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.16.0-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.s390x"
},
"product_reference": "butane-debugsource-0:0.16.0-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.16.0-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.x86_64"
},
"product_reference": "butane-debugsource-0:0.16.0-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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": [
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.src",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.x86_64"
]
},
"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": "2023-05-09T09:51: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.2.0.GA:butane-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.src",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2193"
}
],
"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": [
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.src",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.x86_64"
]
}
],
"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": [
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.src",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.x86_64"
]
},
"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": "2023-05-09T09:51: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.2.0.GA:butane-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.src",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2193"
}
],
"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": [
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.src",
"AppStream-9.2.0.GA:butane-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debuginfo-0:0.16.0-1.el9.x86_64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.aarch64",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.ppc64le",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.s390x",
"AppStream-9.2.0.GA:butane-debugsource-0:0.16.0-1.el9.x86_64"
]
}
],
"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"
}
]
}
RHSA-2023_3204
Vulnerability from csaf_redhat - Published: 2023-05-18 00:39 - Updated: 2024-12-17 22:19Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Virtualization release 4.13.0 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": "OpenShift Virtualization is Red Hat\u0027s virtualization solution designed for Red Hat OpenShift Container Platform.\n\nThis advisory contains OpenShift Virtualization 4.13.0 RPMs.\n\nSecurity Fix(es):\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags (CVE-2022-32149)\n\n* golang: net/url: JoinPath does not strip relative path components in all circumstances (CVE-2022-32190)\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* 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-2022-32189)\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* 4.13.0 rpms (BZ#2124993)",
"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:3204",
"url": "https://access.redhat.com/errata/RHSA-2023:3204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2124668",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124668"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2124993",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124993"
},
{
"category": "external",
"summary": "2134010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3204.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Virtualization 4.13.0 RPMs security and bug fix update",
"tracking": {
"current_release_date": "2024-12-17T22:19:05+00:00",
"generator": {
"date": "2024-12-17T22:19:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2023:3204",
"initial_release_date": "2023-05-18T00:39:12+00:00",
"revision_history": [
{
"date": "2023-05-18T00:39:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-18T00:39:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:19:05+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_name",
"name": "CNV 4.13 for RHEL 7",
"product": {
"name": "CNV 4.13 for RHEL 7",
"product_id": "7Server-CNV-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:container_native_virtualization:4.13::el7"
}
}
},
{
"category": "product_name",
"name": "CNV 4.13 for RHEL 8",
"product": {
"name": "CNV 4.13 for RHEL 8",
"product_id": "8Base-CNV-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:container_native_virtualization:4.13::el8"
}
}
}
],
"category": "product_family",
"name": "OpenShift Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "kubevirt-0:4.13.0-1469.el9.src",
"product": {
"name": "kubevirt-0:4.13.0-1469.el9.src",
"product_id": "kubevirt-0:4.13.0-1469.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt@4.13.0-1469.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "kubevirt-0:4.13.0-1469.el7.src",
"product": {
"name": "kubevirt-0:4.13.0-1469.el7.src",
"product_id": "kubevirt-0:4.13.0-1469.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt@4.13.0-1469.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "kubevirt-0:4.13.0-1469.el8.src",
"product": {
"name": "kubevirt-0:4.13.0-1469.el8.src",
"product_id": "kubevirt-0:4.13.0-1469.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt@4.13.0-1469.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"product": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"product_id": "kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl@4.13.0-1469.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64",
"product": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64",
"product_id": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl-redistributable@4.13.0-1469.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"product": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"product_id": "kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl@4.13.0-1469.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"product": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"product_id": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl-redistributable@4.13.0-1469.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"product": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"product_id": "kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl@4.13.0-1469.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"product": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"product_id": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl-redistributable@4.13.0-1469.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"product": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"product_id": "kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl@4.13.0-1469.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"product": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"product_id": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl-redistributable@4.13.0-1469.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"product": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"product_id": "kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl@4.13.0-1469.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"product": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"product_id": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kubevirt-virtctl-redistributable@4.13.0-1469.el8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-0:4.13.0-1469.el7.src as a component of CNV 4.13 for RHEL 7",
"product_id": "7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src"
},
"product_reference": "kubevirt-0:4.13.0-1469.el7.src",
"relates_to_product_reference": "7Server-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el7.x86_64 as a component of CNV 4.13 for RHEL 7",
"product_id": "7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64"
},
"product_reference": "kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"relates_to_product_reference": "7Server-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64 as a component of CNV 4.13 for RHEL 7",
"product_id": "7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64"
},
"product_reference": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"relates_to_product_reference": "7Server-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-0:4.13.0-1469.el8.src as a component of CNV 4.13 for RHEL 8",
"product_id": "8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src"
},
"product_reference": "kubevirt-0:4.13.0-1469.el8.src",
"relates_to_product_reference": "8Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el8.aarch64 as a component of CNV 4.13 for RHEL 8",
"product_id": "8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64"
},
"product_reference": "kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"relates_to_product_reference": "8Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el8.x86_64 as a component of CNV 4.13 for RHEL 8",
"product_id": "8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64"
},
"product_reference": "kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"relates_to_product_reference": "8Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64 as a component of CNV 4.13 for RHEL 8",
"product_id": "8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64"
},
"product_reference": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"relates_to_product_reference": "8Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64 as a component of CNV 4.13 for RHEL 8",
"product_id": "8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64"
},
"product_reference": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"relates_to_product_reference": "8Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-0:4.13.0-1469.el9.src as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src"
},
"product_reference": "kubevirt-0:4.13.0-1469.el9.src",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el9.aarch64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64"
},
"product_reference": "kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-0:4.13.0-1469.el9.x86_64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64"
},
"product_reference": "kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64"
},
"product_reference": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"relates_to_product_reference": "9Base-CNV-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64 as a component of CNV 4.13 for RHEL 9",
"product_id": "9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
},
"product_reference": "kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64",
"relates_to_product_reference": "9Base-CNV-4.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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": [
"7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
},
"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": "2023-05-18T00:39:12+00:00",
"details": "For details on 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-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3204"
}
],
"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": [
"7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-32149",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2022-10-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2134010"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the golang.org/x/text/language package. An attacker can craft an Accept-Language header which ParseAcceptLanguage will take significant time to parse. This issue leads to a denial of service, and can impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32149"
},
{
"category": "external",
"summary": "RHBZ#2134010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32149"
},
{
"category": "external",
"summary": "https://go.dev/issue/56152",
"url": "https://go.dev/issue/56152"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU",
"url": "https://groups.google.com/g/golang-dev/c/qfPIly0X7aU"
}
],
"release_date": "2022-10-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-18T00:39:12+00:00",
"details": "For details on 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-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3204"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags"
},
{
"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": [
"7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
},
"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": "2023-05-18T00:39:12+00:00",
"details": "For details on 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-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3204"
}
],
"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": [
"7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
}
],
"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-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",
"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": [
"7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
},
"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-05-18T00:39:12+00:00",
"details": "For details on 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-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3204"
}
],
"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": [
"7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/url: JoinPath does not strip relative path components in all circumstances"
},
{
"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": [
"7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41717"
},
{
"category": "external",
"summary": "RHBZ#2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717"
},
{
"category": "external",
"summary": "https://go.dev/cl/455635",
"url": "https://go.dev/cl/455635"
},
{
"category": "external",
"summary": "https://go.dev/cl/455717",
"url": "https://go.dev/cl/455717"
},
{
"category": "external",
"summary": "https://go.dev/issue/56350",
"url": "https://go.dev/issue/56350"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ",
"url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-1144",
"url": "https://pkg.go.dev/vuln/GO-2022-1144"
}
],
"release_date": "2022-11-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-18T00:39:12+00:00",
"details": "For details on 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-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3204"
}
],
"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": [
"7Server-CNV-4.13:kubevirt-0:4.13.0-1469.el7.src",
"7Server-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el7.x86_64",
"7Server-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el7.x86_64",
"8Base-CNV-4.13:kubevirt-0:4.13.0-1469.el8.src",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el8.x86_64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.aarch64",
"8Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el8.x86_64",
"9Base-CNV-4.13:kubevirt-0:4.13.0-1469.el9.src",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-0:4.13.0-1469.el9.x86_64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.aarch64",
"9Base-CNV-4.13:kubevirt-virtctl-redistributable-0:4.13.0-1469.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
}
]
}
RHSA-2022:8535
Vulnerability from csaf_redhat - Published: 2022-11-24 04:13 - Updated: 2025-11-25 10:21Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.11.16 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.11.\n \nRed Hat Product Security has rated this update as having a security impact\nof Moderate. 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": "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.11.16. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2022:8534\n\nSecurity Fix(es):\n\n* golang: net/http: handle server errors after sending GOAWAY\n(CVE-2022-27664)\n* golang: math/big: decoding big.Float and big.Rat types can panic if the\nencoded message is too short, potentially allowing a denial of service\n(CVE-2022-32189)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.11 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. \n\nTo check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available\nat https://docs.openshift.com/container-platform/4.11/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-2022:8535",
"url": "https://access.redhat.com/errata/RHSA-2022:8535"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2075126",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2075126"
},
{
"category": "external",
"summary": "2102241",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102241"
},
{
"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": "OCPBUGS-1790",
"url": "https://issues.redhat.com/browse/OCPBUGS-1790"
},
{
"category": "external",
"summary": "OCPBUGS-1847",
"url": "https://issues.redhat.com/browse/OCPBUGS-1847"
},
{
"category": "external",
"summary": "OCPBUGS-2925",
"url": "https://issues.redhat.com/browse/OCPBUGS-2925"
},
{
"category": "external",
"summary": "OCPBUGS-2983",
"url": "https://issues.redhat.com/browse/OCPBUGS-2983"
},
{
"category": "external",
"summary": "OCPBUGS-3190",
"url": "https://issues.redhat.com/browse/OCPBUGS-3190"
},
{
"category": "external",
"summary": "OCPBUGS-3197",
"url": "https://issues.redhat.com/browse/OCPBUGS-3197"
},
{
"category": "external",
"summary": "OCPBUGS-3260",
"url": "https://issues.redhat.com/browse/OCPBUGS-3260"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8535.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.11.16 security update",
"tracking": {
"current_release_date": "2025-11-25T10:21:13+00:00",
"generator": {
"date": "2025-11-25T10:21:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2022:8535",
"initial_release_date": "2022-11-24T04:13:37+00:00",
"revision_history": [
{
"date": "2022-11-24T04:13:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-24T04:13:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-25T10:21:13+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.11",
"product": {
"name": "Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.11::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.11.0-202211072116.p0.ga25f930.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g3cbef7f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gc831f3c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.11.0-202211072116.p0.g58d1e5a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"product_id": "openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.11.0-202211072116.p0.gadf2253.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.11.0-202211072116.p0.gcdee346.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"product_id": "openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.11.0-202211072116.p0.g1261db4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"product_id": "openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.11.0-202211072116.p0.gb7c03bb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"product": {
"name": "openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"product_id": "openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.11.0-202211072116.p0.g7fe212f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"product_id": "openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"product": {
"name": "openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"product_id": "openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel8\u0026tag=v4.11.0-202211170444.p0.g13ccef8.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"product_id": "openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.11.0-202211072116.p0.gaad1b28.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.11.0-202211072116.p0.g05cfc39.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.11.0-202211072116.p0.g40942c2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"product": {
"name": "openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"product_id": "openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.11.0-202211072116.p0.ge751c61.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"product_id": "openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.g5019115.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"product": {
"name": "openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"product_id": "openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel8\u0026tag=v4.11.0-202211072116.p0.ga10aee9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel8\u0026tag=v4.11.0-202211072116.p0.g876128b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"product": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"product_id": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g84a378e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"product_id": "openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.11.0-202211072116.p0.ga805ba5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"product_id": "openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.11.0-202211072116.p0.g896d000.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"product_id": "openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.11.0-202211072116.p0.gc7a6533.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"product": {
"name": "openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"product_id": "openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.11.0-202211072116.p0.g3cc5a3a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g8d80088.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"product": {
"name": "openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"product_id": "openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.11.0-202211072116.p0.g09e95c1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"product": {
"name": "openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"product_id": "openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"product": {
"name": "openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"product_id": "openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.11.0-202211072116.p0.gb452647.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"product": {
"name": "openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"product_id": "openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.11.0-202211072116.p0.g3789171.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"product": {
"name": "openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"product_id": "openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"product_id": "openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.11.0-202211072116.p0.g601ba57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"product": {
"name": "openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"product_id": "openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"product": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"product_id": "openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.11.0-202211072116.p0.gf1330f6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"product": {
"name": "openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"product_id": "openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"product": {
"name": "openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"product_id": "openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.11.0-202211072116.p0.g247ec2e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"product": {
"name": "openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"product_id": "openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.11.0-202211072116.p0.gaa67fda.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.11.0-202211072116.p0.g1a7a5dc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"product": {
"name": "openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"product_id": "openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g0f52647.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.gb17b06b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.11.0-202211072116.p0.g61e198c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"product": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.gea1a9b2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"product": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.gb3fe15b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g550e22c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g2c7529e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"product": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.ga085f1c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"product": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g6bf2e33.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"product": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g6bf2e33.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"product": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.ga851a35.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g2757f09.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gca54bcb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g67c3831.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g4ddaca2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g3122fab.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.11.0-202211072116.p0.gea6a949.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"product_id": "openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.11.0-202211072116.p0.ga36704a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gfc460d3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9c215c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.11.0-202211072116.p0.ge2bcbaa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.11.0-202211072116.p0.gfcffbcd.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g2c270a5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.11.0-202211072116.p0.gf22d1c6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga21df24.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"product_id": "openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.11.0-202211072116.p0.g0e01b06.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g8d0774f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.11.0-202211072116.p0.g8abe243.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.11.0-202211072116.p0.g6e62cdf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.11.0-202211072116.p0.g13f1087.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.gf28fe4d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g55efc39.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.g74584b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.11.0-202211072116.p0.g34132f9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12d050a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.11.0-202211072116.p0.g3ee1fe4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.g5ddbeef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.ga536525.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g7a30e38.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gc7201ed.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.11.0-202211072116.p0.g9946969.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.11.0-202211072116.p0.ge4de8c7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"product": {
"name": "openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"product_id": "openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.11.0-202211072116.p0.g289032f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.11.0-202211072116.p0.g0ad9da6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.11.0-202211032036.p0.g3f69f2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gd3985eb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g3f69f2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"product_id": "openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gfccaf1d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"product": {
"name": "openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"product_id": "openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.11.0-202211072116.p0.g53284bc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.11.0-202211072116.p0.g73cc743.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"product": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g9d0dcba.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g03eff2d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"product_id": "openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"product": {
"name": "openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"product_id": "openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g596745c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.11.0-202211072116.p0.gb6e14ea.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"product_id": "openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.11.0-202211072116.p0.gf17d3d4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.11.0-202211072116.p0.gf6cf488.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.11.0-202211072116.p0.g25eb7e1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.11.0-202211072116.p0.geb7e497.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"product_id": "openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.11.0-202211072116.p0.g0854b15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.11.0-202211072116.p0.gb1580a2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"product_id": "openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.11.0-202211072116.p0.gf38aae4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.11.0-202211072116.p0.g643fdaf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g523b790.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gbdc15c0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"product": {
"name": "openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"product_id": "openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.11.0-202211072116.p0.g32bca40.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gb76a677.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.11.0-202211072116.p0.g9482ac9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"product_id": "openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g4e87286.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"product_id": "openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.gc9c2dd1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.g60c46df.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g911da57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gae4c45c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"product": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"product_id": "openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g38f15db.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g5a93d94.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.11.0-202211072116.p0.gfe8361c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.11.0-202211072116.p0.g32fb8ea.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"product_id": "openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.11.0-202211072116.p0.g0899d11.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"product_id": "openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.11.0-202211072116.p0.gf08da2d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"product_id": "openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"product_id": "openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"product_id": "openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.11.0-202211072116.p0.gaf12fbc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"product": {
"name": "openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"product_id": "openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.11.0-202211072116.p0.gb1f5dd2.assembly.stream"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.11.0-202211072116.p0.ga25f930.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g3cbef7f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gc831f3c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.11.0-202211072116.p0.g58d1e5a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"product_id": "openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.11.0-202211072116.p0.gadf2253.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.11.0-202211072116.p0.gcdee346.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"product_id": "openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.11.0-202211072116.p0.g1261db4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"product_id": "openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.11.0-202211072116.p0.gb7c03bb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"product": {
"name": "openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"product_id": "openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.11.0-202211072116.p0.g7fe212f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"product_id": "openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12cb253.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"product": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.11.0-202211072116.p0.gf144bb4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"product_id": "openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel8\u0026tag=v4.11.0-202211170444.p0.g13ccef8.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"product_id": "openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.11.0-202211072116.p0.gaad1b28.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.11.0-202211072116.p0.g05cfc39.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.11.0-202211072116.p0.g40942c2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"product": {
"name": "openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"product_id": "openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.11.0-202211072116.p0.ge751c61.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.11.0-202211072116.p0.g32e18fa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"product_id": "openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.g5019115.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"product": {
"name": "openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"product_id": "openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel8\u0026tag=v4.11.0-202211072116.p0.ga10aee9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel8\u0026tag=v4.11.0-202211072116.p0.g876128b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"product": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"product_id": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g84a378e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"product_id": "openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.11.0-202211072116.p0.ga805ba5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"product_id": "openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.11.0-202211072116.p0.g896d000.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"product": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g93daed6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"product": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g93daed6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"product_id": "openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.11.0-202211072116.p0.gc7a6533.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"product": {
"name": "openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"product_id": "openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.11.0-202211072116.p0.g3cc5a3a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g8d80088.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.11.0-202211072116.p0.g3c1c80c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"product": {
"name": "openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"product_id": "openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.11.0-202211072116.p0.g09e95c1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"product": {
"name": "openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"product_id": "openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"product": {
"name": "openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"product_id": "openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.11.0-202211072116.p0.gb452647.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"product": {
"name": "openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"product_id": "openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.11.0-202211072116.p0.g3789171.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"product": {
"name": "openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"product_id": "openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"product_id": "openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.11.0-202211072116.p0.g601ba57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"product": {
"name": "openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"product_id": "openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"product": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"product_id": "openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.11.0-202211072116.p0.gf1330f6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"product": {
"name": "openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"product_id": "openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"product": {
"name": "openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"product_id": "openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.11.0-202211072116.p0.g247ec2e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"product": {
"name": "openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"product_id": "openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.11.0-202211072116.p0.gaa67fda.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.11.0-202211072116.p0.g1a7a5dc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"product": {
"name": "openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"product_id": "openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g0f52647.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.gb17b06b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"product": {
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"product_id": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g0daf34f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"product": {
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"product_id": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8\u0026tag=v4.11.0-202211072116.p0.g8dd7ae6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"product": {
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"product_id": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8\u0026tag=v4.11.0-202211072116.p0.gf70a51b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"product": {
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"product_id": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g4145108.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.11.0-202211072116.p0.g61e198c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"product": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.gea1a9b2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"product": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.gb3fe15b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g550e22c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g2c7529e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"product": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.ga085f1c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"product": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g6bf2e33.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"product": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g6bf2e33.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"product": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.ga851a35.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g2757f09.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gca54bcb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g67c3831.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g4ddaca2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g3122fab.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.11.0-202211072116.p0.gea6a949.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"product_id": "openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.11.0-202211072116.p0.ga36704a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gfc460d3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9c215c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.11.0-202211072116.p0.ge2bcbaa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.11.0-202211072116.p0.gfcffbcd.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g2c270a5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.11.0-202211072116.p0.gf22d1c6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga21df24.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"product_id": "openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.11.0-202211072116.p0.g0e01b06.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g8d0774f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.11.0-202211072116.p0.g8abe243.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.11.0-202211072116.p0.g6e62cdf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.11.0-202211072116.p0.g13f1087.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.gf28fe4d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g55efc39.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.g74584b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.11.0-202211072116.p0.g34132f9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12d050a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.11.0-202211072116.p0.g3ee1fe4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.g5ddbeef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.ga536525.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g7a30e38.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gc7201ed.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.11.0-202211072116.p0.g9946969.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.11.0-202211072116.p0.ge4de8c7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"product": {
"name": "openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"product_id": "openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.11.0-202211072116.p0.g289032f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.11.0-202211072116.p0.g0ad9da6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.11.0-202211032036.p0.g3f69f2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gd3985eb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g3f69f2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"product_id": "openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gfccaf1d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"product": {
"name": "openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"product_id": "openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.11.0-202211072116.p0.g53284bc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.ga5a0048.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.gff20dda.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9d7fdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gbc7bad4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.11.0-202211072116.p0.g73cc743.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"product": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.gce83696.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"product": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g3bde969.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g65f0da2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ge4a2180.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"product": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g9d0dcba.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g03eff2d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"product_id": "openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"product": {
"name": "openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"product_id": "openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g596745c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.11.0-202211072116.p0.gb6e14ea.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"product_id": "openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.11.0-202211072116.p0.gf17d3d4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.11.0-202211072116.p0.gf6cf488.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.11.0-202211072116.p0.g25eb7e1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.11.0-202211072116.p0.g17a3a9f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.11.0-202211072116.p0.geb7e497.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"product_id": "openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.11.0-202211072116.p0.g0854b15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.11.0-202211072116.p0.gb1580a2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"product_id": "openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.11.0-202211072116.p0.gf38aae4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.11.0-202211072116.p0.g643fdaf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g523b790.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gbdc15c0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"product": {
"name": "openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"product_id": "openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.11.0-202211072116.p0.g32bca40.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gb76a677.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.11.0-202211072116.p0.g9482ac9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"product_id": "openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g4e87286.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"product_id": "openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"product": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"product_id": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.ga94eb77.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.gc9c2dd1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.g60c46df.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g911da57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gae4c45c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"product": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"product_id": "openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g38f15db.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g5a93d94.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.11.0-202211072116.p0.gfe8361c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"product": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g8ace6e9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g76649b3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.11.0-202211072116.p0.g32fb8ea.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"product_id": "openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.11.0-202211072116.p0.g0899d11.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"product_id": "openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.11.0-202211072116.p0.gf08da2d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"product_id": "openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"product": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"product_id": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gd4721ba.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gd4721ba.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"product": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"product_id": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga4c00e6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga4c00e6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"product": {
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"product_id": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g91f7b1f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"product": {
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"product_id": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.gf67d1d0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"product": {
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"product_id": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8\u0026tag=v4.11.0-202211072116.p0.g5910f33.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"product_id": "openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"product_id": "openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.11.0-202211072116.p0.gaf12fbc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"product": {
"name": "openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"product_id": "openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.11.0-202211072116.p0.gb1f5dd2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8\u0026tag=v4.11.0-202211072116.p0.gd4721ba.assembly.stream"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.11.0-202211072116.p0.ga25f930.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g3cbef7f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gc831f3c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.11.0-202211072116.p0.g58d1e5a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"product_id": "openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.11.0-202211072116.p0.gadf2253.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.11.0-202211072116.p0.gcdee346.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"product_id": "openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.11.0-202211072116.p0.g1261db4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"product_id": "openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.11.0-202211072116.p0.gb7c03bb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"product": {
"name": "openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"product_id": "openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.11.0-202211072116.p0.g7fe212f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"product_id": "openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12cb253.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.11.0-202211072116.p0.gf144bb4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"product": {
"name": "openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"product_id": "openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel8\u0026tag=v4.11.0-202211170444.p0.g13ccef8.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"product_id": "openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.11.0-202211072116.p0.gaad1b28.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.11.0-202211072116.p0.g05cfc39.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.11.0-202211072116.p0.g40942c2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"product": {
"name": "openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"product_id": "openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.11.0-202211072116.p0.ge751c61.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"product": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.11.0-202211072116.p0.g32e18fa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"product_id": "openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.11.0-202211072116.p0.ga805ba5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"product_id": "openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.11.0-202211072116.p0.g896d000.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"product": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g93daed6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"product": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g93daed6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"product_id": "openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.11.0-202211072116.p0.gc7a6533.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"product": {
"name": "openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"product_id": "openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.11.0-202211072116.p0.g3cc5a3a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g8d80088.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"product": {
"name": "openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"product_id": "openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.11.0-202211072116.p0.g09e95c1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"product": {
"name": "openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"product_id": "openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"product": {
"name": "openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"product_id": "openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.11.0-202211072116.p0.gb452647.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"product": {
"name": "openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"product_id": "openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.11.0-202211072116.p0.g3789171.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"product": {
"name": "openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"product_id": "openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"product_id": "openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.11.0-202211072116.p0.g601ba57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"product": {
"name": "openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"product_id": "openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"product": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"product_id": "openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.11.0-202211072116.p0.gf1330f6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"product": {
"name": "openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"product_id": "openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"product": {
"name": "openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"product_id": "openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.11.0-202211072116.p0.g247ec2e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"product": {
"name": "openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"product_id": "openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.11.0-202211072116.p0.gaa67fda.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.11.0-202211072116.p0.g1a7a5dc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"product": {
"name": "openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"product_id": "openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g0f52647.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.gb17b06b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.11.0-202211072116.p0.g61e198c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g3122fab.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.11.0-202211072116.p0.gea6a949.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"product_id": "openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.11.0-202211072116.p0.ga36704a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gfc460d3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9c215c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.11.0-202211072116.p0.ge2bcbaa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.11.0-202211072116.p0.gfcffbcd.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g2c270a5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.11.0-202211072116.p0.gf22d1c6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga21df24.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"product_id": "openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.11.0-202211072116.p0.g0e01b06.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g8d0774f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.11.0-202211072116.p0.g8abe243.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.11.0-202211072116.p0.g6e62cdf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.11.0-202211072116.p0.g13f1087.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.gf28fe4d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g55efc39.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.g74584b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.11.0-202211072116.p0.g34132f9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12d050a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.11.0-202211072116.p0.g3ee1fe4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.g5ddbeef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.ga536525.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g7a30e38.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gc7201ed.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.11.0-202211072116.p0.g9946969.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.11.0-202211072116.p0.ge4de8c7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"product": {
"name": "openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"product_id": "openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.11.0-202211072116.p0.g289032f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.11.0-202211072116.p0.g0ad9da6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.11.0-202211032036.p0.g3f69f2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gd3985eb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g3f69f2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"product_id": "openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gfccaf1d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"product": {
"name": "openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"product_id": "openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.11.0-202211072116.p0.g53284bc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.ga5a0048.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.gff20dda.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9d7fdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gbc7bad4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.11.0-202211072116.p0.g73cc743.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"product": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.gce83696.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"product": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g3bde969.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g65f0da2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ge4a2180.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g03eff2d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"product_id": "openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"product": {
"name": "openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"product_id": "openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g596745c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.11.0-202211072116.p0.gb6e14ea.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"product_id": "openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.11.0-202211072116.p0.gf17d3d4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.11.0-202211072116.p0.g17a3a9f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.11.0-202211072116.p0.geb7e497.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"product_id": "openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.11.0-202211072116.p0.g0854b15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"product_id": "openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.11.0-202211072116.p0.gf38aae4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.11.0-202211072116.p0.g643fdaf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g523b790.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gbdc15c0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"product": {
"name": "openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"product_id": "openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.11.0-202211072116.p0.g32bca40.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gb76a677.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.11.0-202211072116.p0.g9482ac9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"product_id": "openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g4e87286.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"product_id": "openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.gc9c2dd1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.g60c46df.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g911da57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gae4c45c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"product": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"product_id": "openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g38f15db.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g5a93d94.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.11.0-202211072116.p0.gfe8361c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"product": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g8ace6e9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g76649b3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.11.0-202211072116.p0.g32fb8ea.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"product_id": "openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.11.0-202211072116.p0.g0899d11.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"product_id": "openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.11.0-202211072116.p0.gf08da2d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"product_id": "openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"product_id": "openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"product_id": "openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.11.0-202211072116.p0.gaf12fbc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"product": {
"name": "openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"product_id": "openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.11.0-202211072116.p0.gb1f5dd2.assembly.stream"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.11.0-202211072116.p0.ga25f930.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g3cbef7f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gc831f3c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.11.0-202211072116.p0.g58d1e5a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"product_id": "openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.11.0-202211072116.p0.gadf2253.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.11.0-202211072116.p0.gcdee346.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"product_id": "openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.11.0-202211072116.p0.g1261db4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"product_id": "openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.11.0-202211072116.p0.gb7c03bb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"product": {
"name": "openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"product_id": "openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.11.0-202211072116.p0.g7fe212f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"product_id": "openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"product": {
"name": "openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"product_id": "openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel8\u0026tag=v4.11.0-202211170444.p0.g13ccef8.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"product_id": "openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.11.0-202211072116.p0.gaad1b28.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.11.0-202211072116.p0.g05cfc39.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.11.0-202211072116.p0.g40942c2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"product": {
"name": "openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"product_id": "openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.11.0-202211072116.p0.ge751c61.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"product_id": "openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.11.0-202211072116.p0.ga805ba5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"product_id": "openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.11.0-202211072116.p0.g896d000.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"product_id": "openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.11.0-202211072116.p0.gc7a6533.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"product": {
"name": "openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"product_id": "openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.11.0-202211072116.p0.g3cc5a3a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g8d80088.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"product": {
"name": "openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"product_id": "openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.11.0-202211072116.p0.g09e95c1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"product": {
"name": "openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"product_id": "openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"product": {
"name": "openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"product_id": "openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.11.0-202211072116.p0.gb452647.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"product": {
"name": "openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"product_id": "openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.11.0-202211072116.p0.g3789171.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"product": {
"name": "openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"product_id": "openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"product_id": "openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.11.0-202211072116.p0.g601ba57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"product": {
"name": "openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"product_id": "openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"product": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"product_id": "openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.11.0-202211072116.p0.gf1330f6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"product": {
"name": "openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"product_id": "openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"product": {
"name": "openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"product_id": "openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.11.0-202211072116.p0.g247ec2e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"product": {
"name": "openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"product_id": "openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.11.0-202211072116.p0.gaa67fda.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.11.0-202211072116.p0.g1a7a5dc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"product": {
"name": "openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"product_id": "openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g0f52647.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.gb17b06b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.11.0-202211072116.p0.g61e198c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g3122fab.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.11.0-202211072116.p0.gea6a949.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"product_id": "openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.11.0-202211072116.p0.ga36704a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gfc460d3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9c215c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.11.0-202211072116.p0.ge2bcbaa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.11.0-202211072116.p0.gfcffbcd.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g2c270a5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.11.0-202211072116.p0.gf22d1c6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga21df24.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"product_id": "openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.11.0-202211072116.p0.g0e01b06.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g8d0774f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.11.0-202211072116.p0.g8abe243.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.11.0-202211072116.p0.g6e62cdf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.11.0-202211072116.p0.g13f1087.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.gf28fe4d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g55efc39.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.g74584b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.11.0-202211072116.p0.g34132f9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12d050a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.11.0-202211072116.p0.g3ee1fe4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.g5ddbeef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.ga536525.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g7a30e38.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gc7201ed.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.11.0-202211072116.p0.g9946969.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.11.0-202211072116.p0.ge4de8c7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"product": {
"name": "openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"product_id": "openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.11.0-202211072116.p0.g289032f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.11.0-202211072116.p0.g0ad9da6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.11.0-202211032036.p0.g3f69f2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gd3985eb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g3f69f2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"product_id": "openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gfccaf1d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"product": {
"name": "openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"product_id": "openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.11.0-202211072116.p0.g53284bc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.11.0-202211072116.p0.g73cc743.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g03eff2d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"product_id": "openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"product": {
"name": "openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"product_id": "openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g596745c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.11.0-202211072116.p0.gb6e14ea.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"product_id": "openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.11.0-202211072116.p0.gf17d3d4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.11.0-202211072116.p0.geb7e497.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"product_id": "openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.11.0-202211072116.p0.g0854b15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"product_id": "openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.11.0-202211072116.p0.gf38aae4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.11.0-202211072116.p0.g643fdaf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g523b790.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gbdc15c0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"product": {
"name": "openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"product_id": "openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.11.0-202211072116.p0.g32bca40.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gb76a677.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.11.0-202211072116.p0.g9482ac9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"product_id": "openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g4e87286.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"product_id": "openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.gc9c2dd1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.g60c46df.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g911da57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gae4c45c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"product": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"product_id": "openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g38f15db.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g5a93d94.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.11.0-202211072116.p0.gfe8361c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.11.0-202211072116.p0.g32fb8ea.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"product_id": "openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.11.0-202211072116.p0.g0899d11.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"product_id": "openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.11.0-202211072116.p0.gf08da2d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"product_id": "openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"product_id": "openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"product_id": "openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.11.0-202211072116.p0.gaf12fbc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"product": {
"name": "openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"product_id": "openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.11.0-202211072116.p0.gb1f5dd2.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:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x"
},
"product_reference": "openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le"
},
"product_reference": "openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64"
},
"product_reference": "openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64"
},
"product_reference": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64"
},
"product_reference": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64"
},
"product_reference": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64"
},
"product_reference": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64"
},
"product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64"
},
"product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64"
},
"product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64"
},
"product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64"
},
"product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64"
},
"product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64"
},
"product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64"
},
"product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64"
},
"product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64"
},
"product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64"
},
"product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64"
},
"product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x"
},
"product_reference": "openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64"
},
"product_reference": "openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le"
},
"product_reference": "openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64"
},
"product_reference": "openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64"
},
"product_reference": "openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le"
},
"product_reference": "openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x"
},
"product_reference": "openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64"
},
"product_reference": "openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x"
},
"product_reference": "openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le"
},
"product_reference": "openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64"
},
"product_reference": "openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64"
},
"product_reference": "openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64"
},
"product_reference": "openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x"
},
"product_reference": "openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le"
},
"product_reference": "openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64"
},
"product_reference": "openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64"
},
"product_reference": "openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x"
},
"product_reference": "openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64"
},
"product_reference": "openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le"
},
"product_reference": "openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64"
},
"product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x"
},
"product_reference": "openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le"
},
"product_reference": "openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64"
},
"product_reference": "openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64"
},
"product_reference": "openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64"
},
"product_reference": "openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le"
},
"product_reference": "openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64"
},
"product_reference": "openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x"
},
"product_reference": "openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64"
},
"product_reference": "openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x"
},
"product_reference": "openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64"
},
"product_reference": "openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le"
},
"product_reference": "openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64"
},
"product_reference": "openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x"
},
"product_reference": "openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64"
},
"product_reference": "openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le"
},
"product_reference": "openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le"
},
"product_reference": "openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64"
},
"product_reference": "openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64"
},
"product_reference": "openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x"
},
"product_reference": "openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64"
},
"product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le"
},
"product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le"
},
"product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le"
},
"product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64"
},
"product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64"
},
"product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64"
},
"product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x"
},
"product_reference": "openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64"
},
"product_reference": "openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le"
},
"product_reference": "openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64"
},
"product_reference": "openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64"
},
"product_reference": "openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64"
},
"product_reference": "openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64"
},
"product_reference": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64"
},
"product_reference": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x"
},
"product_reference": "openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le"
},
"product_reference": "openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64"
},
"product_reference": "openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64"
},
"product_reference": "openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64"
},
"product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le"
},
"product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64"
},
"product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le"
},
"product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le"
},
"product_reference": "openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64"
},
"product_reference": "openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64"
},
"product_reference": "openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x"
},
"product_reference": "openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x"
},
"product_reference": "openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64"
},
"product_reference": "openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le"
},
"product_reference": "openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64"
},
"product_reference": "openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64"
},
"product_reference": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x"
},
"product_reference": "openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64"
},
"product_reference": "openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le"
},
"product_reference": "openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64"
},
"product_reference": "openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64"
},
"product_reference": "openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64"
},
"product_reference": "openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le"
},
"product_reference": "openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x"
},
"product_reference": "openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64"
},
"product_reference": "openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le"
},
"product_reference": "openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64"
},
"product_reference": "openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x"
},
"product_reference": "openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le"
},
"product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64"
},
"product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x"
},
"product_reference": "openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le"
},
"product_reference": "openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64"
},
"product_reference": "openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64"
},
"product_reference": "openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64"
},
"product_reference": "openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64"
},
"product_reference": "openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x"
},
"product_reference": "openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le"
},
"product_reference": "openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x"
},
"product_reference": "openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le"
},
"product_reference": "openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64"
},
"product_reference": "openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64"
},
"product_reference": "openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64"
},
"product_reference": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64"
},
"product_reference": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64"
},
"product_reference": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64"
},
"product_reference": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64"
},
"product_reference": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
}
]
},
"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-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"known_not_affected": [
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
},
"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": "2022-11-24T04:13:37+00:00",
"details": "For OpenShift Container Platform 4.11 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.10/release_notes/ocp-4-10-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. \n\nThe 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)\n The image digest is sha256:01c9ef7f802f0ba254847c22e960cd6453ed9f61d9296fdda8bd497712f53e23\n \n(For s390x architecture)\n The image digest is sha256:8e2adb075d0666881cbd360c679d9fdc893e797c64480bca8db50956a415105e\n \n(For ppc64le architecture)\n The image digest is sha256:598ace9ac33904216a9506d81f6dd7d56e7ca66a7d849e43cb58304f8eb738ef\n \n(For aarch64 architecture)\n The image digest is sha256:e4bb06fe2b63bf2776e529d97202ae7615bdee9811ce10a737052c11d8cd7e83\n\nAll OpenShift Container Platform 4.11 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.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8535"
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
]
}
],
"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-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"known_not_affected": [
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
},
"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": "2022-11-24T04:13:37+00:00",
"details": "For OpenShift Container Platform 4.11 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.10/release_notes/ocp-4-10-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. \n\nThe 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)\n The image digest is sha256:01c9ef7f802f0ba254847c22e960cd6453ed9f61d9296fdda8bd497712f53e23\n \n(For s390x architecture)\n The image digest is sha256:8e2adb075d0666881cbd360c679d9fdc893e797c64480bca8db50956a415105e\n \n(For ppc64le architecture)\n The image digest is sha256:598ace9ac33904216a9506d81f6dd7d56e7ca66a7d849e43cb58304f8eb738ef\n \n(For aarch64 architecture)\n The image digest is sha256:e4bb06fe2b63bf2776e529d97202ae7615bdee9811ce10a737052c11d8cd7e83\n\nAll OpenShift Container Platform 4.11 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.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8535"
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"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-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"known_not_affected": [
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
},
"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": "2022-11-24T04:13:37+00:00",
"details": "For OpenShift Container Platform 4.11 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.10/release_notes/ocp-4-10-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. \n\nThe 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)\n The image digest is sha256:01c9ef7f802f0ba254847c22e960cd6453ed9f61d9296fdda8bd497712f53e23\n \n(For s390x architecture)\n The image digest is sha256:8e2adb075d0666881cbd360c679d9fdc893e797c64480bca8db50956a415105e\n \n(For ppc64le architecture)\n The image digest is sha256:598ace9ac33904216a9506d81f6dd7d56e7ca66a7d849e43cb58304f8eb738ef\n \n(For aarch64 architecture)\n The image digest is sha256:e4bb06fe2b63bf2776e529d97202ae7615bdee9811ce10a737052c11d8cd7e83\n\nAll OpenShift Container Platform 4.11 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.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8535"
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"known_not_affected": [
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
},
"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": "2022-11-24T04:13:37+00:00",
"details": "For OpenShift Container Platform 4.11 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.10/release_notes/ocp-4-10-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. \n\nThe 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)\n The image digest is sha256:01c9ef7f802f0ba254847c22e960cd6453ed9f61d9296fdda8bd497712f53e23\n \n(For s390x architecture)\n The image digest is sha256:8e2adb075d0666881cbd360c679d9fdc893e797c64480bca8db50956a415105e\n \n(For ppc64le architecture)\n The image digest is sha256:598ace9ac33904216a9506d81f6dd7d56e7ca66a7d849e43cb58304f8eb738ef\n \n(For aarch64 architecture)\n The image digest is sha256:e4bb06fe2b63bf2776e529d97202ae7615bdee9811ce10a737052c11d8cd7e83\n\nAll OpenShift Container Platform 4.11 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.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8535"
},
{
"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.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
]
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
]
}
],
"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"
},
{
"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-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"known_not_affected": [
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
},
"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": "2022-11-24T04:13:37+00:00",
"details": "For OpenShift Container Platform 4.11 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.10/release_notes/ocp-4-10-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. \n\nThe 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)\n The image digest is sha256:01c9ef7f802f0ba254847c22e960cd6453ed9f61d9296fdda8bd497712f53e23\n \n(For s390x architecture)\n The image digest is sha256:8e2adb075d0666881cbd360c679d9fdc893e797c64480bca8db50956a415105e\n \n(For ppc64le architecture)\n The image digest is sha256:598ace9ac33904216a9506d81f6dd7d56e7ca66a7d849e43cb58304f8eb738ef\n \n(For aarch64 architecture)\n The image digest is sha256:e4bb06fe2b63bf2776e529d97202ae7615bdee9811ce10a737052c11d8cd7e83\n\nAll OpenShift Container Platform 4.11 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.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8535"
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
}
]
}
RHSA-2022_7548
Vulnerability from csaf_redhat - Published: 2022-11-08 09:47 - Updated: 2024-12-17 22:05Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Low"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for cockpit-composer, osbuild, osbuild-composer, and weldr-client is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Image Builder is a service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood.\n\nSecurity Fix(es):\n\n* 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-2022-32189)\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.7 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-2022:7548",
"url": "https://access.redhat.com/errata/RHSA-2022:7548"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index"
},
{
"category": "external",
"summary": "2059867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2059867"
},
{
"category": "external",
"summary": "2059868",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2059868"
},
{
"category": "external",
"summary": "2060063",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2060063"
},
{
"category": "external",
"summary": "2062694",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2062694"
},
{
"category": "external",
"summary": "2065734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2065734"
},
{
"category": "external",
"summary": "2104464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104464"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2118829",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2118829"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7548.json"
}
],
"title": "Red Hat Security Advisory: Image Builder security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2024-12-17T22:05:16+00:00",
"generator": {
"date": "2024-12-17T22:05:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2022:7548",
"initial_release_date": "2022-11-08T09:47:13+00:00",
"revision_history": [
{
"date": "2022-11-08T09:47:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-08T09:47:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:05:16+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.7.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": "osbuild-0:65-1.el8.src",
"product": {
"name": "osbuild-0:65-1.el8.src",
"product_id": "osbuild-0:65-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild@65-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-0:62-1.el8.src",
"product": {
"name": "osbuild-composer-0:62-1.el8.src",
"product_id": "osbuild-composer-0:62-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el8.src",
"product": {
"name": "weldr-client-0:35.5-4.el8.src",
"product_id": "weldr-client-0:35.5-4.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "cockpit-composer-0:41-1.el8.src",
"product": {
"name": "cockpit-composer-0:41-1.el8.src",
"product_id": "cockpit-composer-0:41-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-composer@41-1.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-0:65-1.el8.noarch",
"product": {
"name": "osbuild-0:65-1.el8.noarch",
"product_id": "osbuild-0:65-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild@65-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "osbuild-luks2-0:65-1.el8.noarch",
"product": {
"name": "osbuild-luks2-0:65-1.el8.noarch",
"product_id": "osbuild-luks2-0:65-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-luks2@65-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "osbuild-lvm2-0:65-1.el8.noarch",
"product": {
"name": "osbuild-lvm2-0:65-1.el8.noarch",
"product_id": "osbuild-lvm2-0:65-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-lvm2@65-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "osbuild-ostree-0:65-1.el8.noarch",
"product": {
"name": "osbuild-ostree-0:65-1.el8.noarch",
"product_id": "osbuild-ostree-0:65-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-ostree@65-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "osbuild-selinux-0:65-1.el8.noarch",
"product": {
"name": "osbuild-selinux-0:65-1.el8.noarch",
"product_id": "osbuild-selinux-0:65-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-selinux@65-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-osbuild-0:65-1.el8.noarch",
"product": {
"name": "python3-osbuild-0:65-1.el8.noarch",
"product_id": "python3-osbuild-0:65-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-osbuild@65-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "cockpit-composer-0:41-1.el8.noarch",
"product": {
"name": "cockpit-composer-0:41-1.el8.noarch",
"product_id": "cockpit-composer-0:41-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-composer@41-1.el8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-core-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-core-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-dnf-json-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-dnf-json-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-worker-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-worker-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-debugsource-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-debuginfo-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-debuginfo-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@62-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el8.aarch64",
"product": {
"name": "weldr-client-0:35.5-4.el8.aarch64",
"product_id": "weldr-client-0:35.5-4.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debugsource-0:35.5-4.el8.aarch64",
"product": {
"name": "weldr-client-debugsource-0:35.5-4.el8.aarch64",
"product_id": "weldr-client-debugsource-0:35.5-4.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debugsource@35.5-4.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debuginfo-0:35.5-4.el8.aarch64",
"product": {
"name": "weldr-client-debuginfo-0:35.5-4.el8.aarch64",
"product_id": "weldr-client-debuginfo-0:35.5-4.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.5-4.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64",
"product": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64",
"product_id": "weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.5-4.el8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-core-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-core-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-dnf-json-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-dnf-json-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-worker-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-debugsource-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-debuginfo-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-debuginfo-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@62-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el8.ppc64le",
"product": {
"name": "weldr-client-0:35.5-4.el8.ppc64le",
"product_id": "weldr-client-0:35.5-4.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debugsource-0:35.5-4.el8.ppc64le",
"product": {
"name": "weldr-client-debugsource-0:35.5-4.el8.ppc64le",
"product_id": "weldr-client-debugsource-0:35.5-4.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debugsource@35.5-4.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debuginfo-0:35.5-4.el8.ppc64le",
"product": {
"name": "weldr-client-debuginfo-0:35.5-4.el8.ppc64le",
"product_id": "weldr-client-debuginfo-0:35.5-4.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.5-4.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le",
"product": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le",
"product_id": "weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.5-4.el8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-core-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-core-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-dnf-json-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-dnf-json-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-worker-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-worker-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-debugsource-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-debuginfo-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-debuginfo-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@62-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el8.x86_64",
"product": {
"name": "weldr-client-0:35.5-4.el8.x86_64",
"product_id": "weldr-client-0:35.5-4.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debugsource-0:35.5-4.el8.x86_64",
"product": {
"name": "weldr-client-debugsource-0:35.5-4.el8.x86_64",
"product_id": "weldr-client-debugsource-0:35.5-4.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debugsource@35.5-4.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debuginfo-0:35.5-4.el8.x86_64",
"product": {
"name": "weldr-client-debuginfo-0:35.5-4.el8.x86_64",
"product_id": "weldr-client-debuginfo-0:35.5-4.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.5-4.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64",
"product": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64",
"product_id": "weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.5-4.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-0:62-1.el8.s390x",
"product_id": "osbuild-composer-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-core-0:62-1.el8.s390x",
"product_id": "osbuild-composer-core-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-dnf-json-0:62-1.el8.s390x",
"product_id": "osbuild-composer-dnf-json-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-worker-0:62-1.el8.s390x",
"product_id": "osbuild-composer-worker-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:62-1.el8.s390x",
"product_id": "osbuild-composer-debugsource-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-debuginfo-0:62-1.el8.s390x",
"product_id": "osbuild-composer-debuginfo-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:62-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@62-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "weldr-client-0:35.5-4.el8.s390x",
"product": {
"name": "weldr-client-0:35.5-4.el8.s390x",
"product_id": "weldr-client-0:35.5-4.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client@35.5-4.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debugsource-0:35.5-4.el8.s390x",
"product": {
"name": "weldr-client-debugsource-0:35.5-4.el8.s390x",
"product_id": "weldr-client-debugsource-0:35.5-4.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debugsource@35.5-4.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "weldr-client-debuginfo-0:35.5-4.el8.s390x",
"product": {
"name": "weldr-client-debuginfo-0:35.5-4.el8.s390x",
"product_id": "weldr-client-debuginfo-0:35.5-4.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-debuginfo@35.5-4.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.s390x",
"product": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.s390x",
"product_id": "weldr-client-tests-debuginfo-0:35.5-4.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/weldr-client-tests-debuginfo@35.5-4.el8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-composer-0:41-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:cockpit-composer-0:41-1.el8.noarch"
},
"product_reference": "cockpit-composer-0:41-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-composer-0:41-1.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:cockpit-composer-0:41-1.el8.src"
},
"product_reference": "cockpit-composer-0:41-1.el8.src",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-0:65-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-0:65-1.el8.noarch"
},
"product_reference": "osbuild-0:65-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-0:65-1.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-0:65-1.el8.src"
},
"product_reference": "osbuild-0:65-1.el8.src",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62-1.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.src"
},
"product_reference": "osbuild-composer-0:62-1.el8.src",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-core-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-core-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-core-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-core-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-debuginfo-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-debuginfo-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-debuginfo-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-dnf-json-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-dnf-json-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-dnf-json-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-dnf-json-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-worker-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-worker-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-worker-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:62-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-luks2-0:65-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-luks2-0:65-1.el8.noarch"
},
"product_reference": "osbuild-luks2-0:65-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-lvm2-0:65-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-lvm2-0:65-1.el8.noarch"
},
"product_reference": "osbuild-lvm2-0:65-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-ostree-0:65-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-ostree-0:65-1.el8.noarch"
},
"product_reference": "osbuild-ostree-0:65-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-selinux-0:65-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:osbuild-selinux-0:65-1.el8.noarch"
},
"product_reference": "osbuild-selinux-0:65-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-osbuild-0:65-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:python3-osbuild-0:65-1.el8.noarch"
},
"product_reference": "python3-osbuild-0:65-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.aarch64"
},
"product_reference": "weldr-client-0:35.5-4.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.ppc64le"
},
"product_reference": "weldr-client-0:35.5-4.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.s390x"
},
"product_reference": "weldr-client-0:35.5-4.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.src"
},
"product_reference": "weldr-client-0:35.5-4.el8.src",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-0:35.5-4.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.x86_64"
},
"product_reference": "weldr-client-0:35.5-4.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debuginfo-0:35.5-4.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.aarch64"
},
"product_reference": "weldr-client-debuginfo-0:35.5-4.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debuginfo-0:35.5-4.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.ppc64le"
},
"product_reference": "weldr-client-debuginfo-0:35.5-4.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debuginfo-0:35.5-4.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.s390x"
},
"product_reference": "weldr-client-debuginfo-0:35.5-4.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debuginfo-0:35.5-4.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.x86_64"
},
"product_reference": "weldr-client-debuginfo-0:35.5-4.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debugsource-0:35.5-4.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.aarch64"
},
"product_reference": "weldr-client-debugsource-0:35.5-4.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debugsource-0:35.5-4.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.ppc64le"
},
"product_reference": "weldr-client-debugsource-0:35.5-4.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debugsource-0:35.5-4.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.s390x"
},
"product_reference": "weldr-client-debugsource-0:35.5-4.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-debugsource-0:35.5-4.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.x86_64"
},
"product_reference": "weldr-client-debugsource-0:35.5-4.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64"
},
"product_reference": "weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le"
},
"product_reference": "weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.s390x"
},
"product_reference": "weldr-client-tests-debuginfo-0:35.5-4.el8.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64"
},
"product_reference": "weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-8.7.0.GA:cockpit-composer-0:41-1.el8.noarch",
"AppStream-8.7.0.GA:cockpit-composer-0:41-1.el8.src",
"AppStream-8.7.0.GA:osbuild-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-0:65-1.el8.src",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.src",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-luks2-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-lvm2-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-ostree-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-selinux-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:python3-osbuild-0:65-1.el8.noarch"
]
}
],
"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": [
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.src",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64"
],
"known_not_affected": [
"AppStream-8.7.0.GA:cockpit-composer-0:41-1.el8.noarch",
"AppStream-8.7.0.GA:cockpit-composer-0:41-1.el8.src",
"AppStream-8.7.0.GA:osbuild-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-0:65-1.el8.src",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.src",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-luks2-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-lvm2-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-ostree-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-selinux-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:python3-osbuild-0:65-1.el8.noarch"
]
},
"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": "2022-11-08T09:47:13+00:00",
"details": "For details on how 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.7.0.GA:weldr-client-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.src",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7548"
}
],
"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": [
"AppStream-8.7.0.GA:cockpit-composer-0:41-1.el8.noarch",
"AppStream-8.7.0.GA:cockpit-composer-0:41-1.el8.src",
"AppStream-8.7.0.GA:osbuild-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-0:65-1.el8.src",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.src",
"AppStream-8.7.0.GA:osbuild-composer-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-core-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-core-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-debugsource-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-dnf-json-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-tests-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-worker-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.aarch64",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.ppc64le",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.s390x",
"AppStream-8.7.0.GA:osbuild-composer-worker-debuginfo-0:62-1.el8.x86_64",
"AppStream-8.7.0.GA:osbuild-luks2-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-lvm2-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-ostree-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:osbuild-selinux-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:python3-osbuild-0:65-1.el8.noarch",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.src",
"AppStream-8.7.0.GA:weldr-client-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-debuginfo-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-debugsource-0:35.5-4.el8.x86_64",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.aarch64",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.ppc64le",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.s390x",
"AppStream-8.7.0.GA:weldr-client-tests-debuginfo-0:35.5-4.el8.x86_64"
]
}
],
"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"
}
]
}
RHSA-2023:2758
Vulnerability from csaf_redhat - Published: 2023-05-16 08:49 - 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 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* golang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)\n\n* golang: go/parser: stack exhaustion in all Parse* functions (CVE-2022-1962)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: encoding/xml: stack exhaustion in Decoder.Skip (CVE-2022-28131)\n\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\n\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n\n* golang: encoding/xml: stack exhaustion in Unmarshal (CVE-2022-30633)\n\n* golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)\n\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* podman: symlink exchange attack in podman export volume (CVE-2023-0778)\n\n* golang: crypto/tls: session tickets lack random ticket_age_add (CVE-2022-30629)\n\n* 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-2022-32189)\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.8 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:2758",
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
},
{
"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.8_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.8_release_notes/index"
},
{
"category": "external",
"summary": "2033280",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2033280"
},
{
"category": "external",
"summary": "2047290",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2047290"
},
{
"category": "external",
"summary": "2059658",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2059658"
},
{
"category": "external",
"summary": "2080458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080458"
},
{
"category": "external",
"summary": "2089790",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2089790"
},
{
"category": "external",
"summary": "2090166",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090166"
},
{
"category": "external",
"summary": "2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "2097708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097708"
},
{
"category": "external",
"summary": "2106396",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106396"
},
{
"category": "external",
"summary": "2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "2107376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376"
},
{
"category": "external",
"summary": "2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "2107390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107390"
},
{
"category": "external",
"summary": "2107392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107392"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2116481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116481"
},
{
"category": "external",
"summary": "2116922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116922"
},
{
"category": "external",
"summary": "2120435",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2120435"
},
{
"category": "external",
"summary": "2121841",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121841"
},
{
"category": "external",
"summary": "2123415",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123415"
},
{
"category": "external",
"summary": "2124414",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124414"
},
{
"category": "external",
"summary": "2124416",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124416"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2124705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124705"
},
{
"category": "external",
"summary": "2124952",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124952"
},
{
"category": "external",
"summary": "2126243",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126243"
},
{
"category": "external",
"summary": "2126697",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126697"
},
{
"category": "external",
"summary": "2128675",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2128675"
},
{
"category": "external",
"summary": "2131741",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131741"
},
{
"category": "external",
"summary": "2131836",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2131836"
},
{
"category": "external",
"summary": "2135970",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135970"
},
{
"category": "external",
"summary": "2135973",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135973"
},
{
"category": "external",
"summary": "2136319",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2136319"
},
{
"category": "external",
"summary": "2136933",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2136933"
},
{
"category": "external",
"summary": "2138434",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2138434"
},
{
"category": "external",
"summary": "2139052",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139052"
},
{
"category": "external",
"summary": "2139724",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139724"
},
{
"category": "external",
"summary": "2140084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140084"
},
{
"category": "external",
"summary": "2140087",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140087"
},
{
"category": "external",
"summary": "2141452",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2141452"
},
{
"category": "external",
"summary": "2142711",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142711"
},
{
"category": "external",
"summary": "2144754",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144754"
},
{
"category": "external",
"summary": "2152516",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152516"
},
{
"category": "external",
"summary": "2153036",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153036"
},
{
"category": "external",
"summary": "2155828",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155828"
},
{
"category": "external",
"summary": "2157930",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2157930"
},
{
"category": "external",
"summary": "2158084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158084"
},
{
"category": "external",
"summary": "2158469",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158469"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "2161682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161682"
},
{
"category": "external",
"summary": "2163759",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163759"
},
{
"category": "external",
"summary": "2165875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165875"
},
{
"category": "external",
"summary": "2168256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168256"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2758.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2025-12-04T05:09:01+00:00",
"generator": {
"date": "2025-12-04T05:09:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.13"
}
},
"id": "RHSA-2023:2758",
"initial_release_date": "2023-05-16T08:49:00+00:00",
"revision_history": [
{
"date": "2023-05-16T08:49:00+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-16T08:49:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-12-04T05:09:01+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.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.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src (container-tools:rhel8)",
"product_id": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@63.1-1.module%2Bel8.8.0%2B18286%2Bcd236dce?arch=src\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-2.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-63.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src (container-tools:rhel8)",
"product_id": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=src\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8)",
"product_id": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.0-4.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.4.1-1.module%2Bel8.8.0%2B18275%2B3a56cc62?arch=src\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8)",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=src\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=src\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64 (container-tools:rhel8)",
"product_id": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-63.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.0-4.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@63.1-1.module%2Bel8.8.0%2B18286%2Bcd236dce?arch=noarch\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.205.0-2.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch (container-tools:rhel8)",
"product_id": "podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=noarch\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.4.1-1.module%2Bel8.8.0%2B18275%2B3a56cc62?arch=noarch\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=noarch\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x (container-tools:rhel8)",
"product_id": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8)",
"product_id": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-63.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x (container-tools:rhel8)",
"product_id": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.0-4.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8)",
"product_id": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8)",
"product_id": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=s390x\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le (container-tools:rhel8)",
"product_id": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-63.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.0-4.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64 (container-tools:rhel8)",
"product_id": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.1-1.module%2Bel8.8.0%2B18195%2B471da4bb?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B18098%2B9b44df5f?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-63.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"product": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64 (container-tools:rhel8)",
"product_id": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.8.1-2.module%2Bel8.8.0%2B18418%2Bf0e540fe?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.10-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.0-4.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8)",
"product_id": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-8.module%2Bel8.8.0%2B18438%2B15d3aa65?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.2-0.2.module%2Bel8.8.0%2B18251%2Bad5b274c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-2.module%2Bel8.8.0%2B18060%2B3f21f2cc?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18119%2Be3deee03?arch=aarch64\u0026rpmmod=container-tools:rhel8:8080020230321153727:0f77c1b7"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding header",
"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-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"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": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"cve": "CVE-2022-1962",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, go/parser. When calling any Parse functions on the Go source code, which contains deeply nested types or declarations, a panic can occur due to stack exhaustion. This issue allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: stack exhaustion in all Parse* functions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1962"
},
{
"category": "external",
"summary": "RHBZ#2107376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962"
},
{
"category": "external",
"summary": "https://go.dev/issue/53616",
"url": "https://go.dev/issue/53616"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: stack exhaustion in all Parse* functions"
},
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"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": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
},
"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": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"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": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-28131",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107390"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang encoding/xml. When calling Decoder, Skip while parsing a deeply nested XML document, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/xml: stack exhaustion in Decoder.Skip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability exists in the calling of the function decoder.skip to a deeply nested XML document. Although the vulnerability exists, it may require that the application accept deeply nested XML from untrusted sources and specifically calls Decoder.Skip on it. In many deployments, that code path might not even be reachable or exposed to external input. On top of that, a successful exploitation will only result in denial of service due to stack exhaustion, which is why this has been marked as moderate by Red Hat.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-28131"
},
{
"category": "external",
"summary": "RHBZ#2107390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107390"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28131",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28131"
},
{
"category": "external",
"summary": "https://go.dev/issue/53614",
"url": "https://go.dev/issue/53614"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/xml: stack exhaustion in Decoder.Skip"
},
{
"cve": "CVE-2022-30629",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"discovery_date": "2022-06-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2092793"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls golang package. When session tickets are generated by crypto/tls, it is missing the ticket expiration. This issue may allow an attacker to observe the TLS handshakes to correlate successive connections during session resumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: session tickets lack random ticket_age_add",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30629"
},
{
"category": "external",
"summary": "RHBZ#2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg",
"url": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg"
}
],
"release_date": "2022-06-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: crypto/tls: session tickets lack random ticket_age_add"
},
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "RH ProdSec has set the Impact of this vulnerability to Moderate as there is no known method to execute arbitary code. Successful exploitation of this bug can cause the application under attack to panic, merely causing a Denial of Service at the application level. As the kernel is unaffected by this bug, the user can merely relaunch the application to fix the problem. Also, if somehow the application keeps relaunching, the timer watchdogs in the default RHEL kernel will stop the attack in its tracks.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30631",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: compress/gzip: stack exhaustion in Reader.Read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit CVE-2022-30631, an attacker supplies a specially crafted gzip archive to a Go application that uses a vulnerable version of the compress/gzip package without adequate input validation. This can lead to uncontrolled recursion, resulting in stack exhaustion and causing the application to panic, thereby affecting its availability.\n\nAs this is merely a DoS and there is no known way to control the instruction pointer, RH ProdSec has set the impact of this vulnerabilty to \"Moderate\".\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "RHBZ#2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631"
},
{
"category": "external",
"summary": "https://go.dev/issue/53168",
"url": "https://go.dev/issue/53168"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: compress/gzip: stack exhaustion in Reader.Read"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The exploitation of this flaw will only result in a denial of service of the application via the application crashing which is why this has been rated as moderate.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30633",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107392"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Unmarshal on an XML document into a Go struct, which has a nested field that uses the \"any\" field tag, can cause a panic due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/xml: stack exhaustion in Unmarshal",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has marked this as moderate impact for two primary reasons\n1. Though the vulnerability exists, it is hard to exploit in real scenarios (e.g., the attacker must be able to feed crafted XML documents into specific code paths).\n2. The vulnerability is a denial of service (DoS) due to stack exhaustion rather than code execution or data breach. Since it doesn\u2019t compromise confidentiality or integrity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30633"
},
{
"category": "external",
"summary": "RHBZ#2107392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107392"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30633",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30633"
},
{
"category": "external",
"summary": "https://go.dev/issue/53611",
"url": "https://go.dev/issue/53611"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/xml: stack exhaustion in Unmarshal"
},
{
"cve": "CVE-2022-30635",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/gob: stack exhaustion in Decoder.Decode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform (OCP) starting from 4.10 stream is already compiled in the patched version of Go, hence is not affected by this vulnerability.The vulnerability has been rated as moderate instead of high because the vulnerability can only result in a minor denial of service.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-1325: Improperly Controlled Sequential Memory Allocation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure only authorized users and roles can execute or modify code. Static code analysis and peer reviews enforce strong input validation and error handling, preventing improperly validated inputs from causing system instability, data exposure, or privilege escalation. In the event of successful exploitation, process isolation limits the impact of excessive sequential memory allocation by restricting memory use per process, preventing any single process from exhausting system resources. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to reduce the risk of memory allocation-based 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "RHBZ#2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635"
},
{
"category": "external",
"summary": "https://go.dev/issue/53615",
"url": "https://go.dev/issue/53615"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/gob: stack exhaustion in Decoder.Decode"
},
{
"cve": "CVE-2022-32148",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working",
"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-200: Exposure of Sensitive Information to an Unauthorized Actor vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token, multi-factor authentication (MFA), which is coupled with account management controls, including integration with single sign-on (SSO), to ensure that user permissions are restricted to only the functions necessary for their roles. Access to sensitive information is explicitly authorized and enforced based on predefined access policies. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, which helps identify patterns of unauthorized access or data exposure. The platform enforces the use of validated cryptographic modules across compute resources to protect the confidentiality of information, even in the event of interception.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "RHBZ#2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148"
},
{
"category": "external",
"summary": "https://go.dev/issue/53423",
"url": "https://go.dev/issue/53423"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"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": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
},
{
"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": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
},
"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": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
},
{
"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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
}
],
"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": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
}
],
"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-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": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
},
"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-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
},
{
"acknowledgments": [
{
"names": [
"Zhi Li"
],
"organization": "Huazhong University of Science and Technology"
},
{
"names": [
"Weijie Liu",
"Hongliang Tian"
],
"organization": "Ant Group"
},
{
"names": [
"XiaoFeng Wang"
],
"organization": "Indiana University Bloomington"
}
],
"cve": "CVE-2023-0778",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2023-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2168256"
}
],
"notes": [
{
"category": "description",
"text": "A Time-of-check Time-of-use (TOCTOU) flaw was found in podman. This issue may allow a malicious user to replace a normal file in a volume with a symlink while exporting the volume, allowing for access to arbitrary files on the host file system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "podman: symlink exchange attack in podman export volume",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0778"
},
{
"category": "external",
"summary": "RHBZ#2168256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168256"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0778",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0778"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0778",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0778"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-qwqv-rqgf-8qh8",
"url": "https://github.com/advisories/GHSA-qwqv-rqgf-8qh8"
}
],
"release_date": "2023-02-15T15:56:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:49:00+00:00",
"details": "For details on how 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.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:aardvark-dns-2:1.5.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.src::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.29.1-1.module+el8.8.0+18195+471da4bb.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:cockpit-podman-0:63.1-1.module+el8.8.0+18286+cd236dce.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.src::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:conmon-debugsource-3:2.1.6-1.module+el8.8.0+18098+9b44df5f.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:container-selinux-2:2.205.0-2.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.2.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:containers-common-2:1-63.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.src::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:crun-debugsource-0:1.8.1-2.module+el8.8.0+18418+f0e540fe.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.10-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:netavark-2:1.5.0-4.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.src::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-debugsource-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-docker-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-remote-debuginfo-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:podman-tests-3:4.4.1-8.module+el8.8.0+18438+15d3aa65.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.src::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:python3-podman-0:4.4.1-1.module+el8.8.0+18275+3a56cc62.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.src::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:skopeo-tests-2:1.11.2-0.2.module+el8.8.0+18251+ad5b274c.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.2.0-2.module+el8.8.0+18060+3f21f2cc.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.src::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.aarch64::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.s390x::container-tools:rhel8",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18119+e3deee03.x86_64::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.noarch::container-tools:rhel8",
"AppStream-8.8.0.GA:udica-0:0.2.6-20.module+el8.8.0+18060+3f21f2cc.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "podman: symlink exchange attack in podman export volume"
}
]
}
RHSA-2022_8535
Vulnerability from csaf_redhat - Published: 2022-11-24 04:13 - Updated: 2024-12-17 22:06Notes
{
"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.11.16 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.11.\n \nRed Hat Product Security has rated this update as having a security impact\nof Moderate. 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": "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.11.16. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2022:8534\n\nSecurity Fix(es):\n\n* golang: net/http: handle server errors after sending GOAWAY\n(CVE-2022-27664)\n* golang: math/big: decoding big.Float and big.Rat types can panic if the\nencoded message is too short, potentially allowing a denial of service\n(CVE-2022-32189)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.11 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. \n\nTo check for available updates, use the OpenShift Console or the CLI oc command. Instructions for upgrading a cluster are available\nat https://docs.openshift.com/container-platform/4.11/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-2022:8535",
"url": "https://access.redhat.com/errata/RHSA-2022:8535"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2075126",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2075126"
},
{
"category": "external",
"summary": "2102241",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102241"
},
{
"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": "OCPBUGS-1790",
"url": "https://issues.redhat.com/browse/OCPBUGS-1790"
},
{
"category": "external",
"summary": "OCPBUGS-1847",
"url": "https://issues.redhat.com/browse/OCPBUGS-1847"
},
{
"category": "external",
"summary": "OCPBUGS-2925",
"url": "https://issues.redhat.com/browse/OCPBUGS-2925"
},
{
"category": "external",
"summary": "OCPBUGS-2983",
"url": "https://issues.redhat.com/browse/OCPBUGS-2983"
},
{
"category": "external",
"summary": "OCPBUGS-3190",
"url": "https://issues.redhat.com/browse/OCPBUGS-3190"
},
{
"category": "external",
"summary": "OCPBUGS-3197",
"url": "https://issues.redhat.com/browse/OCPBUGS-3197"
},
{
"category": "external",
"summary": "OCPBUGS-3260",
"url": "https://issues.redhat.com/browse/OCPBUGS-3260"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8535.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.11.16 security update",
"tracking": {
"current_release_date": "2024-12-17T22:06:54+00:00",
"generator": {
"date": "2024-12-17T22:06:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.3"
}
},
"id": "RHSA-2022:8535",
"initial_release_date": "2022-11-24T04:13:37+00:00",
"revision_history": [
{
"date": "2022-11-24T04:13:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-24T04:13:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-12-17T22:06:54+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.11",
"product": {
"name": "Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.11::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.11.0-202211072116.p0.ga25f930.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g3cbef7f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gc831f3c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.11.0-202211072116.p0.g58d1e5a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"product_id": "openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.11.0-202211072116.p0.gadf2253.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.11.0-202211072116.p0.gcdee346.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"product_id": "openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.11.0-202211072116.p0.g1261db4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"product_id": "openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.11.0-202211072116.p0.gb7c03bb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"product": {
"name": "openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"product_id": "openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.11.0-202211072116.p0.g7fe212f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"product_id": "openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"product": {
"name": "openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"product_id": "openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel8\u0026tag=v4.11.0-202211170444.p0.g13ccef8.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"product_id": "openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.11.0-202211072116.p0.gaad1b28.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.11.0-202211072116.p0.g05cfc39.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.11.0-202211072116.p0.g40942c2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"product": {
"name": "openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"product_id": "openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.11.0-202211072116.p0.ge751c61.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"product_id": "openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.g5019115.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"product": {
"name": "openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"product_id": "openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel8\u0026tag=v4.11.0-202211072116.p0.ga10aee9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel8\u0026tag=v4.11.0-202211072116.p0.g876128b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"product": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"product_id": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g84a378e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"product_id": "openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.11.0-202211072116.p0.ga805ba5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"product_id": "openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.11.0-202211072116.p0.g896d000.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"product_id": "openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.11.0-202211072116.p0.gc7a6533.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"product": {
"name": "openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"product_id": "openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.11.0-202211072116.p0.g3cc5a3a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g8d80088.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"product": {
"name": "openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"product_id": "openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.11.0-202211072116.p0.g09e95c1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"product": {
"name": "openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"product_id": "openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"product": {
"name": "openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"product_id": "openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.11.0-202211072116.p0.gb452647.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"product": {
"name": "openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"product_id": "openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.11.0-202211072116.p0.g3789171.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"product": {
"name": "openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"product_id": "openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"product_id": "openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.11.0-202211072116.p0.g601ba57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"product": {
"name": "openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"product_id": "openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"product": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"product_id": "openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.11.0-202211072116.p0.gf1330f6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"product": {
"name": "openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"product_id": "openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"product": {
"name": "openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"product_id": "openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.11.0-202211072116.p0.g247ec2e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"product": {
"name": "openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"product_id": "openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.11.0-202211072116.p0.gaa67fda.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.11.0-202211072116.p0.g1a7a5dc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"product": {
"name": "openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"product_id": "openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g0f52647.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.gb17b06b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.11.0-202211072116.p0.g61e198c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"product": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.gea1a9b2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"product": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.gb3fe15b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g550e22c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g2c7529e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"product": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.ga085f1c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"product": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g6bf2e33.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"product": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g6bf2e33.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"product": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.ga851a35.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g2757f09.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gca54bcb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g67c3831.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g4ddaca2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g3122fab.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.11.0-202211072116.p0.gea6a949.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"product_id": "openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.11.0-202211072116.p0.ga36704a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gfc460d3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9c215c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.11.0-202211072116.p0.ge2bcbaa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.11.0-202211072116.p0.gfcffbcd.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g2c270a5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.11.0-202211072116.p0.gf22d1c6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga21df24.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"product_id": "openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.11.0-202211072116.p0.g0e01b06.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g8d0774f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.11.0-202211072116.p0.g8abe243.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.11.0-202211072116.p0.g6e62cdf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.11.0-202211072116.p0.g13f1087.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.gf28fe4d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g55efc39.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.g74584b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.11.0-202211072116.p0.g34132f9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12d050a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.11.0-202211072116.p0.g3ee1fe4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.g5ddbeef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.ga536525.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g7a30e38.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gc7201ed.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.11.0-202211072116.p0.g9946969.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.11.0-202211072116.p0.ge4de8c7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"product": {
"name": "openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"product_id": "openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.11.0-202211072116.p0.g289032f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.11.0-202211072116.p0.g0ad9da6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.11.0-202211032036.p0.g3f69f2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gd3985eb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g3f69f2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"product_id": "openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gfccaf1d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"product": {
"name": "openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"product_id": "openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.11.0-202211072116.p0.g53284bc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.11.0-202211072116.p0.g73cc743.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"product": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g9d0dcba.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g03eff2d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"product_id": "openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"product": {
"name": "openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"product_id": "openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g596745c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.11.0-202211072116.p0.gb6e14ea.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"product_id": "openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.11.0-202211072116.p0.gf17d3d4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.11.0-202211072116.p0.gf6cf488.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.11.0-202211072116.p0.g25eb7e1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.11.0-202211072116.p0.geb7e497.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"product_id": "openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.11.0-202211072116.p0.g0854b15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.11.0-202211072116.p0.gb1580a2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"product_id": "openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.11.0-202211072116.p0.gf38aae4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.11.0-202211072116.p0.g643fdaf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g523b790.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gbdc15c0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"product": {
"name": "openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"product_id": "openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.11.0-202211072116.p0.g32bca40.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gb76a677.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.11.0-202211072116.p0.g9482ac9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"product_id": "openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g4e87286.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"product_id": "openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.gc9c2dd1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.g60c46df.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g911da57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gae4c45c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"product": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"product_id": "openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g38f15db.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g5a93d94.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.11.0-202211072116.p0.gfe8361c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.11.0-202211072116.p0.g32fb8ea.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"product_id": "openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.11.0-202211072116.p0.g0899d11.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"product_id": "openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.11.0-202211072116.p0.gf08da2d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"product_id": "openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"product_id": "openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"product_id": "openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.11.0-202211072116.p0.gaf12fbc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"product": {
"name": "openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"product_id": "openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.11.0-202211072116.p0.gb1f5dd2.assembly.stream"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.11.0-202211072116.p0.ga25f930.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g3cbef7f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gc831f3c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.11.0-202211072116.p0.g58d1e5a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"product_id": "openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.11.0-202211072116.p0.gadf2253.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.11.0-202211072116.p0.gcdee346.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"product_id": "openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.11.0-202211072116.p0.g1261db4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"product_id": "openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.11.0-202211072116.p0.gb7c03bb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"product": {
"name": "openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"product_id": "openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.11.0-202211072116.p0.g7fe212f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"product_id": "openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12cb253.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"product": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.11.0-202211072116.p0.gf144bb4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"product_id": "openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel8\u0026tag=v4.11.0-202211170444.p0.g13ccef8.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"product_id": "openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.11.0-202211072116.p0.gaad1b28.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.11.0-202211072116.p0.g05cfc39.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.11.0-202211072116.p0.g40942c2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"product": {
"name": "openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"product_id": "openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.11.0-202211072116.p0.ge751c61.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.11.0-202211072116.p0.g32e18fa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"product_id": "openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.g5019115.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"product": {
"name": "openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"product_id": "openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel8\u0026tag=v4.11.0-202211072116.p0.ga10aee9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel8\u0026tag=v4.11.0-202211072116.p0.g876128b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"product": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"product_id": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g84a378e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"product_id": "openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.11.0-202211072116.p0.ga805ba5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"product_id": "openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.11.0-202211072116.p0.g896d000.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"product": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g93daed6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"product": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g93daed6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"product_id": "openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.11.0-202211072116.p0.gc7a6533.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"product": {
"name": "openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"product_id": "openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.11.0-202211072116.p0.g3cc5a3a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g8d80088.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.11.0-202211072116.p0.g3c1c80c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"product": {
"name": "openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"product_id": "openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.11.0-202211072116.p0.g09e95c1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"product": {
"name": "openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"product_id": "openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"product": {
"name": "openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"product_id": "openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.11.0-202211072116.p0.gb452647.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"product": {
"name": "openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"product_id": "openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.11.0-202211072116.p0.g3789171.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"product": {
"name": "openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"product_id": "openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"product_id": "openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.11.0-202211072116.p0.g601ba57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"product": {
"name": "openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"product_id": "openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"product": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"product_id": "openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.11.0-202211072116.p0.gf1330f6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"product": {
"name": "openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"product_id": "openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"product": {
"name": "openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"product_id": "openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.11.0-202211072116.p0.g247ec2e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"product": {
"name": "openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"product_id": "openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.11.0-202211072116.p0.gaa67fda.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.11.0-202211072116.p0.g1a7a5dc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"product": {
"name": "openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"product_id": "openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g0f52647.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.gb17b06b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"product": {
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"product_id": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g0daf34f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"product": {
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"product_id": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8\u0026tag=v4.11.0-202211072116.p0.g8dd7ae6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"product": {
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"product_id": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8\u0026tag=v4.11.0-202211072116.p0.gf70a51b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"product": {
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"product_id": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g4145108.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.11.0-202211072116.p0.g61e198c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"product": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.gea1a9b2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"product": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.gb3fe15b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g550e22c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g2c7529e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"product": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.ga085f1c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"product": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g6bf2e33.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"product": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g6bf2e33.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"product": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.ga851a35.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g2757f09.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gca54bcb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g67c3831.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g4ddaca2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g3122fab.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.11.0-202211072116.p0.gea6a949.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"product_id": "openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.11.0-202211072116.p0.ga36704a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gfc460d3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9c215c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.11.0-202211072116.p0.ge2bcbaa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.11.0-202211072116.p0.gfcffbcd.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g2c270a5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.11.0-202211072116.p0.gf22d1c6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga21df24.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"product_id": "openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.11.0-202211072116.p0.g0e01b06.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g8d0774f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.11.0-202211072116.p0.g8abe243.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.11.0-202211072116.p0.g6e62cdf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.11.0-202211072116.p0.g13f1087.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.gf28fe4d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g55efc39.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.g74584b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.11.0-202211072116.p0.g34132f9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12d050a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.11.0-202211072116.p0.g3ee1fe4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.g5ddbeef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.ga536525.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g7a30e38.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gc7201ed.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.11.0-202211072116.p0.g9946969.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.11.0-202211072116.p0.ge4de8c7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"product": {
"name": "openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"product_id": "openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.11.0-202211072116.p0.g289032f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.11.0-202211072116.p0.g0ad9da6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.11.0-202211032036.p0.g3f69f2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gd3985eb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g3f69f2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"product_id": "openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gfccaf1d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"product": {
"name": "openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"product_id": "openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.11.0-202211072116.p0.g53284bc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.ga5a0048.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.gff20dda.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9d7fdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gbc7bad4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.11.0-202211072116.p0.g73cc743.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"product": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.gce83696.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"product": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g3bde969.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g65f0da2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ge4a2180.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"product": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g9d0dcba.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g03eff2d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"product_id": "openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"product": {
"name": "openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"product_id": "openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g596745c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.11.0-202211072116.p0.gb6e14ea.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"product_id": "openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.11.0-202211072116.p0.gf17d3d4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.11.0-202211072116.p0.gf6cf488.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.11.0-202211072116.p0.g25eb7e1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.11.0-202211072116.p0.g17a3a9f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.11.0-202211072116.p0.geb7e497.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"product_id": "openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.11.0-202211072116.p0.g0854b15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.11.0-202211072116.p0.gb1580a2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"product_id": "openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.11.0-202211072116.p0.gf38aae4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.11.0-202211072116.p0.g643fdaf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g523b790.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gbdc15c0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"product": {
"name": "openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"product_id": "openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.11.0-202211072116.p0.g32bca40.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gb76a677.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.11.0-202211072116.p0.g9482ac9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"product_id": "openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g4e87286.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"product_id": "openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"product": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"product_id": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.ga94eb77.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.gc9c2dd1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.g60c46df.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g911da57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gae4c45c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"product": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"product_id": "openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g38f15db.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g5a93d94.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.11.0-202211072116.p0.gfe8361c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"product": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g8ace6e9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g76649b3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.11.0-202211072116.p0.g32fb8ea.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"product_id": "openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.11.0-202211072116.p0.g0899d11.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"product_id": "openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.11.0-202211072116.p0.gf08da2d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"product_id": "openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"product": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"product_id": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gd4721ba.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gd4721ba.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"product": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"product_id": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga4c00e6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga4c00e6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"product": {
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"product_id": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g91f7b1f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"product": {
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"product_id": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.gf67d1d0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"product": {
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"product_id": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8\u0026tag=v4.11.0-202211072116.p0.g5910f33.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"product_id": "openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"product_id": "openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.11.0-202211072116.p0.gaf12fbc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"product": {
"name": "openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"product_id": "openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.11.0-202211072116.p0.gb1f5dd2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8\u0026tag=v4.11.0-202211072116.p0.gd4721ba.assembly.stream"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.11.0-202211072116.p0.ga25f930.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g3cbef7f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gc831f3c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.11.0-202211072116.p0.g58d1e5a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"product_id": "openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.11.0-202211072116.p0.gadf2253.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.11.0-202211072116.p0.gcdee346.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"product_id": "openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.11.0-202211072116.p0.g1261db4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"product_id": "openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.11.0-202211072116.p0.gb7c03bb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"product": {
"name": "openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"product_id": "openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.11.0-202211072116.p0.g7fe212f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"product_id": "openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12cb253.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.11.0-202211072116.p0.gf144bb4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"product": {
"name": "openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"product_id": "openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel8\u0026tag=v4.11.0-202211170444.p0.g13ccef8.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"product_id": "openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.11.0-202211072116.p0.gaad1b28.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.11.0-202211072116.p0.g05cfc39.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.11.0-202211072116.p0.g40942c2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"product": {
"name": "openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"product_id": "openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.11.0-202211072116.p0.ge751c61.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"product": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.11.0-202211072116.p0.g32e18fa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"product_id": "openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.11.0-202211072116.p0.ga805ba5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"product_id": "openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.11.0-202211072116.p0.g896d000.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"product": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g93daed6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"product": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g93daed6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"product_id": "openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.11.0-202211072116.p0.gc7a6533.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"product": {
"name": "openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"product_id": "openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.11.0-202211072116.p0.g3cc5a3a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g8d80088.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"product": {
"name": "openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"product_id": "openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.11.0-202211072116.p0.g09e95c1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"product": {
"name": "openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"product_id": "openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"product": {
"name": "openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"product_id": "openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.11.0-202211072116.p0.gb452647.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"product": {
"name": "openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"product_id": "openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.11.0-202211072116.p0.g3789171.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"product": {
"name": "openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"product_id": "openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"product_id": "openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.11.0-202211072116.p0.g601ba57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"product": {
"name": "openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"product_id": "openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"product": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"product_id": "openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.11.0-202211072116.p0.gf1330f6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"product": {
"name": "openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"product_id": "openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"product": {
"name": "openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"product_id": "openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.11.0-202211072116.p0.g247ec2e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"product": {
"name": "openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"product_id": "openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.11.0-202211072116.p0.gaa67fda.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.11.0-202211072116.p0.g1a7a5dc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"product": {
"name": "openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"product_id": "openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g0f52647.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.gb17b06b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.11.0-202211072116.p0.g61e198c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g3122fab.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.11.0-202211072116.p0.gea6a949.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"product_id": "openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.11.0-202211072116.p0.ga36704a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gfc460d3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9c215c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.11.0-202211072116.p0.ge2bcbaa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.11.0-202211072116.p0.gfcffbcd.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g2c270a5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.11.0-202211072116.p0.gf22d1c6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga21df24.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"product_id": "openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.11.0-202211072116.p0.g0e01b06.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g8d0774f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.11.0-202211072116.p0.g8abe243.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.11.0-202211072116.p0.g6e62cdf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.11.0-202211072116.p0.g13f1087.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.gf28fe4d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g55efc39.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.g74584b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.11.0-202211072116.p0.g34132f9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12d050a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.11.0-202211072116.p0.g3ee1fe4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.g5ddbeef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.ga536525.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g7a30e38.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gc7201ed.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.11.0-202211072116.p0.g9946969.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.11.0-202211072116.p0.ge4de8c7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"product": {
"name": "openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"product_id": "openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.11.0-202211072116.p0.g289032f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.11.0-202211072116.p0.g0ad9da6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.11.0-202211032036.p0.g3f69f2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gd3985eb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g3f69f2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"product_id": "openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gfccaf1d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"product": {
"name": "openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"product_id": "openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.11.0-202211072116.p0.g53284bc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.ga5a0048.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.gff20dda.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9d7fdc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gbc7bad4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.11.0-202211072116.p0.g73cc743.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"product": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.gce83696.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"product": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g3bde969.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g65f0da2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ge4a2180.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g03eff2d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"product_id": "openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"product": {
"name": "openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"product_id": "openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g596745c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.11.0-202211072116.p0.gb6e14ea.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"product_id": "openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.11.0-202211072116.p0.gf17d3d4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.11.0-202211072116.p0.g17a3a9f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.11.0-202211072116.p0.geb7e497.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"product_id": "openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.11.0-202211072116.p0.g0854b15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"product_id": "openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.11.0-202211072116.p0.gf38aae4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.11.0-202211072116.p0.g643fdaf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g523b790.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gbdc15c0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"product": {
"name": "openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"product_id": "openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.11.0-202211072116.p0.g32bca40.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gb76a677.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.11.0-202211072116.p0.g9482ac9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"product_id": "openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g4e87286.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"product_id": "openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.gc9c2dd1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.g60c46df.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g911da57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gae4c45c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"product": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"product_id": "openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g38f15db.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g5a93d94.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.11.0-202211072116.p0.gfe8361c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"product": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g8ace6e9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g76649b3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.11.0-202211072116.p0.g32fb8ea.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"product_id": "openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.11.0-202211072116.p0.g0899d11.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"product_id": "openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.11.0-202211072116.p0.gf08da2d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"product_id": "openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"product_id": "openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"product_id": "openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.11.0-202211072116.p0.gaf12fbc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"product": {
"name": "openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"product_id": "openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.11.0-202211072116.p0.gb1f5dd2.assembly.stream"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.11.0-202211072116.p0.ga25f930.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g3cbef7f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gc831f3c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.11.0-202211072116.p0.g58d1e5a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"product_id": "openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.11.0-202211072116.p0.gadf2253.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.11.0-202211072116.p0.gcdee346.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"product_id": "openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.11.0-202211072116.p0.g1261db4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"product_id": "openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.11.0-202211072116.p0.gb7c03bb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"product": {
"name": "openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"product_id": "openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.11.0-202211072116.p0.g7fe212f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"product_id": "openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.11.0-202211072116.p0.gda5442f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.11.0-202211072116.p0.g7319607.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.11.0-202211072116.p0.g710109c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.11.0-202211072116.p0.g86277ec.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"product": {
"name": "openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"product_id": "openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel8\u0026tag=v4.11.0-202211170444.p0.g13ccef8.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"product_id": "openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.11.0-202211072116.p0.gaad1b28.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.11.0-202211072116.p0.g05cfc39.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.11.0-202211072116.p0.g40942c2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"product": {
"name": "openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"product_id": "openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.11.0-202211072116.p0.ge751c61.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"product_id": "openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.11.0-202211072116.p0.ga805ba5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"product_id": "openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.11.0-202211072116.p0.g896d000.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"product_id": "openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.11.0-202211072116.p0.gc7a6533.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"product": {
"name": "openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"product_id": "openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.11.0-202211072116.p0.g3cc5a3a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g8d80088.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"product": {
"name": "openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"product_id": "openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.11.0-202211072116.p0.g09e95c1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"product": {
"name": "openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"product_id": "openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"product": {
"name": "openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"product_id": "openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.11.0-202211072116.p0.gb452647.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"product": {
"name": "openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"product_id": "openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.11.0-202211072116.p0.g3789171.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"product": {
"name": "openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"product_id": "openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"product_id": "openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.11.0-202211072116.p0.g601ba57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"product": {
"name": "openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"product_id": "openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"product": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"product_id": "openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.11.0-202211072116.p0.gf1330f6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"product": {
"name": "openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"product_id": "openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.11.0-202211072116.p0.g5157800.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"product": {
"name": "openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"product_id": "openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.11.0-202211072116.p0.g247ec2e.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"product": {
"name": "openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"product_id": "openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.11.0-202211072116.p0.gaa67fda.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.11.0-202211072116.p0.g1a7a5dc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"product": {
"name": "openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"product_id": "openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.11.0-202211072116.p0.g6094188.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.11.0-202211072116.p0.g0f52647.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.11.0-202211072116.p0.gb17b06b.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g9a6e300.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.11.0-202211072116.p0.g61e198c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g3122fab.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.11.0-202211072116.p0.gea6a949.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"product_id": "openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.11.0-202211072116.p0.ga36704a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gfc460d3.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.11.0-202211072116.p0.gf9c215c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.11.0-202211072116.p0.ge2bcbaa.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.11.0-202211072116.p0.gfcffbcd.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.g2c270a5.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.11.0-202211072116.p0.gf22d1c6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.11.0-202211072116.p0.g06d77ef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.ga21df24.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"product_id": "openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.11.0-202211072116.p0.g0e01b06.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g8d0774f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.11.0-202211072116.p0.g8abe243.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.11.0-202211072116.p0.g6e62cdf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.11.0-202211072116.p0.g13f1087.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.gf28fe4d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g55efc39.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.g74584b7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.11.0-202211072116.p0.g34132f9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g12d050a.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.11.0-202211072116.p0.g3ee1fe4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.11.0-202211072116.p0.g5ddbeef.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.11.0-202211072116.p0.ga536525.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g7a30e38.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.gc7201ed.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.11.0-202211072116.p0.g9946969.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.11.0-202211072116.p0.ge4de8c7.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"product": {
"name": "openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"product_id": "openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.11.0-202211072116.p0.g289032f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.11.0-202211072116.p0.g0ad9da6.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.11.0-202211032036.p0.g3f69f2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.11.0-202211072116.p0.gd3985eb.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g3f69f2f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"product_id": "openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.11.0-202211072116.p0.g2cea576.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.g0afdf73.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gfccaf1d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"product": {
"name": "openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"product_id": "openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.11.0-202211072116.p0.g53284bc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.11.0-202211072116.p0.g73cc743.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.g03eff2d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"product_id": "openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"product": {
"name": "openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"product_id": "openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.11.0-202211072116.p0.ge1f3399.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.11.0-202211072116.p0.g596745c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.11.0-202211072116.p0.gb6e14ea.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"product_id": "openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.11.0-202211072116.p0.gf17d3d4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.11.0-202211072116.p0.geb7e497.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"product_id": "openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.11.0-202211072116.p0.g0854b15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"product_id": "openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.11.0-202211072116.p0.gf38aae4.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.11.0-202211072116.p0.g643fdaf.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.g523b790.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gbdc15c0.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"product": {
"name": "openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"product_id": "openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.11.0-202211072116.p0.g32bca40.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.11.0-202211072116.p0.gb76a677.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.11.0-202211072116.p0.g9482ac9.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"product_id": "openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g4e87286.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"product_id": "openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.11.0-202211072116.p0.g11b690c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.gc9c2dd1.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.11.0-202211072116.p0.g60c46df.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g911da57.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.11.0-202211072116.p0.gae4c45c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.11.0-202211072116.p0.g246ae15.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"product": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"product_id": "openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.11.0-202211072116.p0.g38f15db.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.11.0-202211072116.p0.gcd3370f.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.11.0-202211072116.p0.g5a93d94.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.11.0-202211072116.p0.gfe8361c.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.11.0-202211072116.p0.g32fb8ea.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"product_id": "openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.11.0-202211072116.p0.g0899d11.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"product_id": "openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.11.0-202211072116.p0.gf08da2d.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"product_id": "openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.11.0-202211072116.p0.g142cb44.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"product_id": "openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.11.0-202211072116.p0.gcb3afa2.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"product_id": "openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.11.0-202211072116.p0.gaf12fbc.assembly.stream"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"product": {
"name": "openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"product_id": "openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.11.0-202211072116.p0.gb1f5dd2.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:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x"
},
"product_reference": "openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le"
},
"product_reference": "openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64"
},
"product_reference": "openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64"
},
"product_reference": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64"
},
"product_reference": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64"
},
"product_reference": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64"
},
"product_reference": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64"
},
"product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64"
},
"product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64"
},
"product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64"
},
"product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64"
},
"product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64"
},
"product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64"
},
"product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64"
},
"product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64"
},
"product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64"
},
"product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64"
},
"product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64"
},
"product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x"
},
"product_reference": "openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64"
},
"product_reference": "openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le"
},
"product_reference": "openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64"
},
"product_reference": "openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64"
},
"product_reference": "openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le"
},
"product_reference": "openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x"
},
"product_reference": "openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64"
},
"product_reference": "openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x"
},
"product_reference": "openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le"
},
"product_reference": "openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64"
},
"product_reference": "openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64"
},
"product_reference": "openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64"
},
"product_reference": "openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x"
},
"product_reference": "openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le"
},
"product_reference": "openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64"
},
"product_reference": "openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64"
},
"product_reference": "openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x"
},
"product_reference": "openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64"
},
"product_reference": "openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le"
},
"product_reference": "openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64"
},
"product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x"
},
"product_reference": "openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le"
},
"product_reference": "openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64"
},
"product_reference": "openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64"
},
"product_reference": "openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64"
},
"product_reference": "openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le"
},
"product_reference": "openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64"
},
"product_reference": "openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x"
},
"product_reference": "openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64"
},
"product_reference": "openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x"
},
"product_reference": "openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64"
},
"product_reference": "openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le"
},
"product_reference": "openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64"
},
"product_reference": "openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x"
},
"product_reference": "openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64"
},
"product_reference": "openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le"
},
"product_reference": "openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le"
},
"product_reference": "openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64"
},
"product_reference": "openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64"
},
"product_reference": "openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x"
},
"product_reference": "openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64"
},
"product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le"
},
"product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le"
},
"product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le"
},
"product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64"
},
"product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64"
},
"product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64"
},
"product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x"
},
"product_reference": "openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64"
},
"product_reference": "openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le"
},
"product_reference": "openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64"
},
"product_reference": "openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64"
},
"product_reference": "openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64"
},
"product_reference": "openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64"
},
"product_reference": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64"
},
"product_reference": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x"
},
"product_reference": "openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le"
},
"product_reference": "openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64"
},
"product_reference": "openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64"
},
"product_reference": "openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64"
},
"product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le"
},
"product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64"
},
"product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le"
},
"product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le"
},
"product_reference": "openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64"
},
"product_reference": "openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64"
},
"product_reference": "openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x"
},
"product_reference": "openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x"
},
"product_reference": "openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64"
},
"product_reference": "openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le"
},
"product_reference": "openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64"
},
"product_reference": "openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64"
},
"product_reference": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x"
},
"product_reference": "openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64"
},
"product_reference": "openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le"
},
"product_reference": "openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64"
},
"product_reference": "openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64"
},
"product_reference": "openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64"
},
"product_reference": "openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le"
},
"product_reference": "openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x"
},
"product_reference": "openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64"
},
"product_reference": "openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le"
},
"product_reference": "openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64"
},
"product_reference": "openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x"
},
"product_reference": "openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le"
},
"product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64"
},
"product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x"
},
"product_reference": "openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le"
},
"product_reference": "openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64"
},
"product_reference": "openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64"
},
"product_reference": "openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64"
},
"product_reference": "openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64"
},
"product_reference": "openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x"
},
"product_reference": "openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le"
},
"product_reference": "openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x"
},
"product_reference": "openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le"
},
"product_reference": "openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64"
},
"product_reference": "openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64"
},
"product_reference": "openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64"
},
"product_reference": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64"
},
"product_reference": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64"
},
"product_reference": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64"
},
"product_reference": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64"
},
"product_reference": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64 as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x as a component of Red Hat OpenShift Container Platform 4.11",
"product_id": "8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.11"
}
]
},
"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-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"known_not_affected": [
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
},
"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": "2022-11-24T04:13:37+00:00",
"details": "For OpenShift Container Platform 4.11 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.10/release_notes/ocp-4-10-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. \n\nThe 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)\n The image digest is sha256:01c9ef7f802f0ba254847c22e960cd6453ed9f61d9296fdda8bd497712f53e23\n \n(For s390x architecture)\n The image digest is sha256:8e2adb075d0666881cbd360c679d9fdc893e797c64480bca8db50956a415105e\n \n(For ppc64le architecture)\n The image digest is sha256:598ace9ac33904216a9506d81f6dd7d56e7ca66a7d849e43cb58304f8eb738ef\n \n(For aarch64 architecture)\n The image digest is sha256:e4bb06fe2b63bf2776e529d97202ae7615bdee9811ce10a737052c11d8cd7e83\n\nAll OpenShift Container Platform 4.11 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.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8535"
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
]
}
],
"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-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"known_not_affected": [
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
},
"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": "2022-11-24T04:13:37+00:00",
"details": "For OpenShift Container Platform 4.11 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.10/release_notes/ocp-4-10-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. \n\nThe 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)\n The image digest is sha256:01c9ef7f802f0ba254847c22e960cd6453ed9f61d9296fdda8bd497712f53e23\n \n(For s390x architecture)\n The image digest is sha256:8e2adb075d0666881cbd360c679d9fdc893e797c64480bca8db50956a415105e\n \n(For ppc64le architecture)\n The image digest is sha256:598ace9ac33904216a9506d81f6dd7d56e7ca66a7d849e43cb58304f8eb738ef\n \n(For aarch64 architecture)\n The image digest is sha256:e4bb06fe2b63bf2776e529d97202ae7615bdee9811ce10a737052c11d8cd7e83\n\nAll OpenShift Container Platform 4.11 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.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8535"
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: ReverseProxy should not forward unparseable query parameters"
},
{
"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-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"known_not_affected": [
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
},
"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": "2022-11-24T04:13:37+00:00",
"details": "For OpenShift Container Platform 4.11 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.10/release_notes/ocp-4-10-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. \n\nThe 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)\n The image digest is sha256:01c9ef7f802f0ba254847c22e960cd6453ed9f61d9296fdda8bd497712f53e23\n \n(For s390x architecture)\n The image digest is sha256:8e2adb075d0666881cbd360c679d9fdc893e797c64480bca8db50956a415105e\n \n(For ppc64le architecture)\n The image digest is sha256:598ace9ac33904216a9506d81f6dd7d56e7ca66a7d849e43cb58304f8eb738ef\n \n(For aarch64 architecture)\n The image digest is sha256:e4bb06fe2b63bf2776e529d97202ae7615bdee9811ce10a737052c11d8cd7e83\n\nAll OpenShift Container Platform 4.11 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.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8535"
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"known_not_affected": [
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
},
"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": "2022-11-24T04:13:37+00:00",
"details": "For OpenShift Container Platform 4.11 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.10/release_notes/ocp-4-10-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. \n\nThe 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)\n The image digest is sha256:01c9ef7f802f0ba254847c22e960cd6453ed9f61d9296fdda8bd497712f53e23\n \n(For s390x architecture)\n The image digest is sha256:8e2adb075d0666881cbd360c679d9fdc893e797c64480bca8db50956a415105e\n \n(For ppc64le architecture)\n The image digest is sha256:598ace9ac33904216a9506d81f6dd7d56e7ca66a7d849e43cb58304f8eb738ef\n \n(For aarch64 architecture)\n The image digest is sha256:e4bb06fe2b63bf2776e529d97202ae7615bdee9811ce10a737052c11d8cd7e83\n\nAll OpenShift Container Platform 4.11 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.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8535"
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
]
}
],
"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"
},
{
"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-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"known_not_affected": [
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64"
]
},
"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": "2022-11-24T04:13:37+00:00",
"details": "For OpenShift Container Platform 4.11 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.10/release_notes/ocp-4-10-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. \n\nThe 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)\n The image digest is sha256:01c9ef7f802f0ba254847c22e960cd6453ed9f61d9296fdda8bd497712f53e23\n \n(For s390x architecture)\n The image digest is sha256:8e2adb075d0666881cbd360c679d9fdc893e797c64480bca8db50956a415105e\n \n(For ppc64le architecture)\n The image digest is sha256:598ace9ac33904216a9506d81f6dd7d56e7ca66a7d849e43cb58304f8eb738ef\n \n(For aarch64 architecture)\n The image digest is sha256:e4bb06fe2b63bf2776e529d97202ae7615bdee9811ce10a737052c11d8cd7e83\n\nAll OpenShift Container Platform 4.11 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.11/updating/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8535"
}
],
"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-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:0684e5ff592cecda516af7af1e30a70d25263c7d1706887616f0880b8fad5fd8_arm64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:6544c6c4b0ab51e8ed633a9d708ec7fe88dd627dd5b61ab6aa0251955f6d1ad8_s390x",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:8a3595cfab92bf0f745c9365dc66664b8f668b9adc1cbdfb86ac6edc96e4e7fd_amd64",
"8Base-RHOSE-4.11:openshift4/cloud-network-config-controller-rhel8@sha256:c3032fc3a208198e9bbe3a4fac8baadfa4101ec007a15b0470957d0d2fd57094_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:11e9fb1a75d81da0813e2af5b5d95752e46f87eaa70ddd602b92d0aa9948ea95_s390x",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:1291f91ad981a9cad040c9fdbef48357aff74900995925e1c3bcd32e178a0a32_amd64",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:5dab4283b85f41462e14cd499730adb42fdde0a38291012734c6414969794d7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/driver-toolkit-rhel8@sha256:93e31503023e33e9379b14adfaa0e47e04194a9bf5fb8f84e7e931cd1586a9ff_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:01b7a7cc97e9e874aa7244b77f27da7e4b5eb662fd7974c07f9fd7fb3f8a9e11_s390x",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:247cabb1f1782c7601e53eb7ef3eacf1f3c021ff2554c75d79494923463d001c_ppc64le",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:78c5514dc958562063675eecaf4b95ea6de25d86bdc54a8487985659a2039c8e_arm64",
"8Base-RHOSE-4.11:openshift4/egress-router-cni-rhel8@sha256:8adaa53f43c5257d1d4a02f2b880bd63430908f2286bc97f323f42a7cf9166bd_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:14d506c97172315fa6bfb2d6f13bc2bf6190a92a998f4481b170e8445ffc14be_arm64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:58579772fe619f89914cd4f377ae2cf217a77835665892a40ed10a0b194a6b7b_ppc64le",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:9767fa150cf1afa1d55e0d3da00afb67ccc5a3b4f504dd0d014ef87093e9e840_amd64",
"8Base-RHOSE-4.11:openshift4/network-tools-rhel8@sha256:ad51e34146fc504aafa202ad231dd63e67dc4e31f037131b3b535969a96ce9a3_s390x",
"8Base-RHOSE-4.11:openshift4/oc-mirror-plugin-rhel8@sha256:7561aaf5ab781af462b1865e58aa2457b3017cf9dfe6e70d7822028be6fe9f7a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:538b5bae98172ee1ed30082d350439c41a288e4d6eddd57019aa3f5b1bbe8d42_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:9ab909cc1fa8be000a2fa8a3851aa75d8d6054180de2833591d779a61e7327fd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:d4aa9db946ec75dba7691b89d70517b307b889903e67890cf1ec5a463698b939_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-api-server-rhel8@sha256:f7730ef576bb14c7f0e7191a07152eac21c103492c1787ba8f43c09f9b04cfdb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2b0ff7c9a3525640aca57c1ad3aa1f4af5c8cff3ab3e50c52c693bf3f53e9148_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:588b2ea5e99f02af2549e5c9cbab49f6c5d90a5654f971a55bbff579899f0a17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:bb63f329aa6e368745a7b2d27f9847afcdeb11edb25072a7b96778dfce74c1ca_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:c9cc6b6572a9ae2d6cf4de3d602703f3a9af72a0e21e2c3556c811ea7fecc622_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:7316bb76b96f7feb3826ea0d999267981d4b7c44032d6e43c92ef87f84c669e4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:b0c56b2f556a7b084fb7d34ae0d4c684775ce0d915b7c2c33f1869b382ffce88_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:e2b9afbfeb5eb1a6c224a549148a3203c5bb114c2df4e8ba4a4658e8c2996df5_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-node-agent-rhel8@sha256:fa9008cca62fa030f038fd0e696c92af79e0772d0f0df3ce55f1d5047b3c17c5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:2cca4c344d134a91c26e35e936ec789ef11b5ecd48c92a07a096ca469af10d70_arm64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:39ca34189133f563b0d038534ff40cd359ab06ebac68b3a7bbc110d6dbb01fb7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5717e287050dbc197f3ee31533516e9e2b0a5b487e0bee7ccc8c2cd18ed33c71_amd64",
"8Base-RHOSE-4.11:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:dc26ad4420bf1b7bbb68e7a3df15955272ecacec9ec636f2ac516a0cef5ab8d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b58023cb4a30c16cef3aceb9835264c889f0f78206911a75882bafd11274e43f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:b2cf9d40871406100d9a5b5c8f186bcd6b5eac0ecf9417bc1afb0d65acef8212_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a713027dba14def3444a22541eb65952e855892c074687888ecb74bb2ca4dcf4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3b23a0a2a71bb25333312f6be6feed1632e827ddc633562db0b30e05f794fb0e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:2bf727052a41779d60e4dde81bd59dc0ac6348c97e615a7bc3fb5077cc102ce4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:5c403cd06863b5396360e5adfa3edef42703e8d4a2df30cec19943a8b6b1ae85_s390x",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:78379a039c04687ca6237cf7a932bd0acc8b25e3c2115a13613fe557c1ef0b73_amd64",
"8Base-RHOSE-4.11:openshift4/ose-apiserver-network-proxy-rhel8@sha256:dd9564ced6a1cd7034b4de6e4e1ded7b53e8656024bda84ae8b0ca9cb5b2121b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:59cc736aa723d17642b931e49dde13b549a9d2047771518b74570779704c7494_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:becac0e9263dbac0b6404cb0c8c837f266ab81219518c26fc2d6cd111ddd49aa_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2349dc8246ed2a865ef013674c80f278161872657b4644f72547ba7c0c30a0be_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:97231268b62e14df8a4173f9ac2502a66c9e293f2f148aef228a912d19cfd4f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7a5b531f0bd6d025fa8857ce7b8d8e8123bffd67e3976da0207143fef1c78de5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:bb080a3ce0c660f8318c22069bb99c678048442c4d99525aae62477460d29d45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:27ab4467958b3471acee4813ce4875f412333e3d9d193137eed0cab5e08fbead_arm64",
"8Base-RHOSE-4.11:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:b8fdcc90b832603dc583bd4f61e0e3689adfc6c0511020a5129cab219f15c85c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:21d0a41602f6265c6b926ca2a612cbb0b74131dbf6b514a25b8dae9d119eac47_amd64",
"8Base-RHOSE-4.11:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:5bd8fd0010b8aaa3a1e168f38bf024d4fc0356f464c06e2d00e7c2afc13f8368_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:72e118df8418612ab4f8656c9b4a93a09a95dd81c720a2aa640ce4c5ec5991f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:be58eb58b4de80dfa9de48034d17d684447b206d1bf87d10dd70345162a8b4de_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:7eab7a197fb51e0e5dfeb76f506baa29a0ec09230c3215130227e7bf861bc9b0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:bbf05d50526966882e9872c48648975f05fb1a3e0b6880fc54d821c8e597194e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:706bd86f28b46b3f39f110003fd29de6fb4a338c6082761510c5e0f42f0f90cc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:c210d26cf2af6f45fa9d2d6729158a37642c1cdb0f36731aa6f0be33b0e07f20_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:75f18d52cf1fc6618d69558516bddeda18f19e78888f6ca0480ef79166393d18_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:af7d883d81e18854f285fc0755de448633690266870cbdaba2d8238eee29fb21_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:6478fa6f7cce53a3e35610bf655cbcebd39f87c88db8b16246ef07cc4002f0a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82cbee841c604fb8f6b1cfeceb5aa0a216016d94b54d5d0635877c621f606372_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2a1c402ffb97e18db6ec2b7198c00b504587fe9d9b93f8a3bd2f6e708ea2a863_amd64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e2f96d22a23c3c6824c288d94e7f7b9e7e584e6e007c47d592d56c518cba02e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:982e6f3688c4141563338bbecd9b5aa24bc326acffde19f13b3dce87535dd86f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-azure-file-csi-driver-rhel8@sha256:d51579abb284b9171580255238488fba387ec30d001261ec21b30e243898c98c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:2b2868bf11acd1a35d319d4c5b76eb32805b5b46317be2d2465a12b59d6473bd_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:46475f043f0b1dba9af81d7bce8890af57b4be42a9b4e9cdc6d2cfeb52e05f5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:85b594a0d92c9c248e644fa41def5dcd02a87d1be81be658d09e003b50d860fb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-installer-rhel8@sha256:e6c5b40a9eedad131bbe7b8a4189d6fc704fee34a8edbd045806f65bc423b2dd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:3596f226e677512d61ca5ab66b216c2069b3defedbadf8833c3ba1235c86aed4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:97e152ea09003bee947e96552725d04941fd90b84cb0adc6287ab3143c56ef0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:b2beb4254abed6b337f11f3157724cbd605f4e402a24a816ff333e02f37403de_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-machine-controllers@sha256:e436c541ef66b589123e7a2e227802a7497f535061a8f98329b98bef357c1912_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:2624366fa221f21b62b849d805d9e45ab5312aab9574631cf9a858a5fcfa4344_arm64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:33b2ce72b7899011d389b5553ac847e701f07adefae45a1036fef5f60faf2f28_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:4c40d3d5df9a647c92f208c178de19c9c7f64a2e8d4015e747f18c359d662e35_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-rhel8-operator@sha256:e382c6c8025cf92ae8472c5b84571001a6beb5b968dcf2b4d38a612ccf9b84d0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1e747154a68ae161551581454ef86237b20192bd0ebf72a7ea4e4b8a9ab0f242_amd64",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9e981a0f1d35ffd293647b20c7af883ee0801afef90ae1254f118d65418f7474_s390x",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ea5792a7223cfaa09920956174b64796f40543ca23f0bc46f87f7369ec93f3be_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f3c59007c2c492caecad87a876bd3700b34b759218c19276f437879cb57a903a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:4ad3925a0b1d4c5f7d2543498683c1bc715027bba106f44ac91529d79adb64f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:78ff1239950219e9ead352135a630bc21af984c9bd0b0d1c5ea21c264ba0800e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:7cd79478d371443fd4784b72a97c2e8d6ee688071372ecd2cf0496961bb9bde7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli-artifacts@sha256:c2b85419c01d76823a8a8f79a4d829b1e64072995e638b907bf8306f9b23197d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:43cf90e414f4494d8353295bb3306a80bc8b775bc0c8e00ba9eb9f6ba9173424_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:4aec10de69951bafb2f44821a49e72e192c36dc803224766ad8a44f23f22ec9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:643997e8d5a666706b5f1f3514e8b1368c90ebc2a0642d4fddfa123d393e4d25_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cli@sha256:7e6cb095355b9c991f7b687a42169e2ca979d3347fb900c33140ddccae033826_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:103b68efd508e985dc808b64330ad65f8e4d2d3de810cb71e93fe264749841a0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:1acae045f055218cb6e09dc3392f3089478d26585e254a64479a30a0a1c2a67e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:61c9d68c95dd806e03f45040c7b15296c6d893f9dd97901b1a06bfd0bce3178d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cloud-credential-operator@sha256:8266b451c8784341ec73f121af73594f1d4e1d71643f9a293980ff5dd04d0e8d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:277d2bd0173549d752b3def6e8f571cd4920337c50d71113cd040a2cbdcf09b7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:3ab04f8f70c3618f602ce1c3879478f1c9b2303816ce20cf451c0d002e5842fb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:816939c197153dcea08cca50b8a4460a75c64a629ae80fead0fa935d195c9d44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-api-rhel8@sha256:949b48a8dfcf62552a1dd3811d96aceba44f77af83f16f76b1b544c1e76a90ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:3e5b4d68f35e026467cef9529af72d4c3a260ffc3737dd69d96d5858a930bae0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:ae2fc3ea6be9166aa3bf62d714a8c2245e6cddeba3935a473d51ababa09df060_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:cdc4e040e1a8c5bebefc25b5384085af1ce0cb0208f41fb4fdcfc17af39d9e29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-authentication-operator@sha256:d583f69992dbe5b1a2e7b68ea6da4dc04993ea1d49052db60ae1f1b37f1e03e6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:01ddbff51aa6064c611510c5864b10052f9dd3f8dc5b37fd4f865ff007bc4a02_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:17906f6e5327294875e242f800580dff15ae0d60a09cadd616efd6391ad41324_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:20aa285418eaec1a6cb2a6722804fb45e2a9715db1a1aa111566e20265166bb7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler-operator@sha256:cb1e60fb1fb88bbf4dfbb21d8a7797aa4c796aa35ea7fa7264572579118a6e66_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:00615fb47ab9bd341944da15c02ba92c832fc88c2c9700fed366b16999e7054a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:58bdf9545535f22d2f1295cc714f7fdd52a4a2026bb2d610ccbbf8c028ca8792_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:7cd13fef3f8af20be60e37b6dbea87182124638ad770b0b92d3700db106b0c2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-autoscaler@sha256:f3b69cf7db75338a37f9161693619c354bbca159b07d828ffbcf796d4225d73d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:182dc69d41fef4faafe712fc77327003ee973a5d2689612db9c59ea91d09da4e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:32285c2c30c6d6d27e6a2abeae184305000fdcad2cda180b15ba845a80dc9127_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:33c947aeeac0a0602240eb234d52341e7fbdbe10ad635b3ccb2c5e28567afb1b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:98969e763a9585690d44c1b88ce10727ded93deb263a87a94fcb357bc2447163_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:164fb314512def8c446ec9ef74ea27250d5f7e6b972ff11b44afd9188cbce86b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:75e37cce23f2627660cd041e2ad5b751873e569fc87f501a874c2741bde6f9f8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:9f698890821f341a2c4beaed4424429d62983a311a0d837f527d36607074e46b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-bootstrap@sha256:dc02afa0e916dbc18f8f6d8a67085f4257164f98aff6b0cfec6a5d43d2e3bb1d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:28ba80d2ea74084e6b3268bfd2747e9e0c35efcc6c390061930650655b218d31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:5d7d29feafe7c1df25c1e607414db6a317ddecfc78542eafb672b1df360d0ff1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8c5a04c58e0fd6366d41be4d3ba044f49cf8a1b9418c5d4534ec033e5cfb4246_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-capi-rhel8-operator@sha256:8e1a93cf1fdd0d260c8bf0a477dd76440d418123ed2d4ea1e74fb721fc72ec5c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:5494f08c7ad09ad11b76aca11800998b79b22475a7ade9fc4e4c76eeb082ab70_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:949e941fd91b2355bf6b755c5f036d170af7e07f5396d9a90177f5871fcbf6ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:997819ead19190e9d03528ee19a9aa96f782b9801beb57f7a3404c811df07101_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:e13c1b7edb444567e28aead1bfd0c7807ba0ee83719c8743e903ffc7ddabaac5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:166cd52b30e9ba78636eddc7e46d9a02860546cf981af36562d84446e0b48e6b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:d47ea81fab0c6a95a4ccb3c196339044cac2764550ae91728b5d86df4de207d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f02b6d647601934f1e9cb3164bd3fd65bc1c6f53802bdd8ab85719df59f7f880_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-config-operator@sha256:f5679c6d03e27f321e96e7d24a4eb82d89ec5b88ac0b94e2c0bd0258419b0db4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2ce7962f9ef5370dc834c52d4de5e328302e0c40cc197f856250022a9074c0e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:60ef0477ed6ae310a1f9ed328d04cc3f20545f8de67ec8ac50aec822744f310c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:7de08746886532ff6d188eebd1232d555e9e62a595b1742589dc9008141b1ef8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c3b7d8f7c22ef32ee066b0b117a0b8017efd6054ba4d9617c0788e927796d7e0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:1df9664dbd433bab211f5da6e40949912fc078871811f9e8d913a0082b33a9f4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:8c2c31626d7f03b87079dc722f594fac32f042620a270741f0f0945ce6ae757f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:d034a2228c630b9338ec503cd33898cbf57fca888cdb0d9cfd0cb914980091c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-dns-operator@sha256:ebc4499c68cb21f18482996fae3e3bafb3894719832f2c2897040df30704b813_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:11ff2b8b6ac4a89e0ecf5acb3f992af1d3334c607fb689bc9011816ee652bd9c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:bf4a9d10682205d4b7d41d3833d95ebd20ccb7f1127d3a49ec1e5455a38413e6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e0ab9843962f18d1d589be627039d854ec36f43ca1d544dd34349406b25cb945_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-etcd-rhel8-operator@sha256:e6fe9c7590d6d53308fecf6c7d09c4a90418e6e1d07a7b2c2aa71f5f79ac6a49_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:2ee859a679812c00bddfb05f6dc17f43361d77aeb8184bd1ca2dca3337d7ffe7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:6f62365ba7e7a86df3aed82b764a4d9583ae44251158f80e129a02a6fa812db4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:ed05de42f44a57b5653967e74ad9c52bb912a02f81c8fe00a044d38f8d185099_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-image-registry-operator@sha256:fc0d9985107fcc27ccbdfe41839035773f6dd46cda8f0024f782160a07a31f2d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:0b4ab02733e21434d672f01be93b04c8c5b1b9af2093e499d287bde7f02c2fa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:4e0a5e2b0ac936dbf6721a3481112ad40808b577529f4a30b031371424b26128_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:8ca4a7e60e353dd7321de503d5538298a5eb6e5e49361f44468c4ec9622265a2_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-ingress-operator@sha256:e3740f6d682f8e1bcb6e8b79363293362ea4125939ced14931480a3f765682a1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:3ba4b4f00df0329a9a84a848b4289f2cb2ee3aed069de92f7fae4f0928b35082_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:79b7165c9b3f9ef7127052deefeb4162d96414f51d6d1171df98fea23fb66110_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:afda2e7c6099305cc6c3f7d2d4495aed45df5cafa50a92386d024096fd903120_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-apiserver-operator@sha256:fc966e620b202694a113ddf98006eae287e217e0528c2a0a2ffb6822b77b81d4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:41f5d8b2833e350a9fab800a7bf80a1ef3c2e593a0d03076ccb111120284ac3a_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:73019f9f4a2ddeedba9941bdbb93da37b3558f7bfccda1875690850e0c004807_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:81a656b9d83c4519a216362c6895c24b04ca997d0a91cdf4b48e9fed8c30853c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:aee19ee71304c3f5e0c054141370d1243e49d904603045b5fe4e81f217c2dc1a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1d30b4a081e6ccde91cc6826944d12be0711476b1ac2b5c2ad4d4a3e928a685d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:a61cb5fb5e920488ce4790d78c6bc6f7b6170be9696c38e171bb56cf80bce14d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:d00c43f16325dea74c1d6ea5a28c7f28cecd2f3a98a65d0c3f42029ba316c1c7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fd46b881c965ac5fc904278fe798c2c04febcb0112c01a46d3efc416bc3f89e8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:3cb2fbb3ae4807c9ae13deae090e40fb40c4302006c872fa839c29ae64793fec_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:76153bc53d0b092a0591a673f3ae073d974ee5df2b1642af2cf3ddbbab7490ca_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:a8d34b9d10feb78adf89f9e3ec73e1080d763807c1394683cbec59f1292efad1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-scheduler-operator@sha256:bd62203e5eeef80055ade87d149c87b06a49f8e8a718062f6ddc053a347ecf6c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:38c114ebe5730a4f674aa29ad20961e25801da257a96e1a1f7d057a9eac38b08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3a8bc5e69029517e050281e3e0947b2344768eeb6c1f014dbbcb3a963d976fca_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:a32c5e449872f9af77d2dbac95ffc63d57a19e7720b71ef71b22230fa40c75fa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:acb2a7ca2c92920eb9e9fadfaee04fcbed5291580dd602b157ee01a0dd70c831_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:3ec9675fd4c98fb29273e356f2b030b571570e899f42ca8472a67fe0b7ff8305_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:6c23e20690b6d615428bbe83d47a77a4cec41a163152984e700363ee71dc0b61_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:83b71b04c5f7dd786bea8b48cd9a6da6ef1186f40251af9bf0d8846335282107_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-machine-approver@sha256:85b3fde636001e625539ccad31a0b87bd599e5f13fbe412281c0fba953347f7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:4d006e528cd2e98fa8cfc79b9ec9ec2d6bb39a96ec8d888b81b6de5206dd6113_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:5966cff2305667c4dde8fffc39601074d51e3f9a6887e8b0fe42054e2fe98726_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:c9a0d146e1ed915f1afda35bf0ec2bd1683f3706670df1fa4a7a01e69b4af7b5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-monitoring-operator@sha256:d778200d76752ec3367017e353222c6676b33029c95837f03715cf0cd70da311_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:15c37c879ec4f2e38820ab273868c68406ab246c0c0b6888f2ec39a690734ac9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:d1424dd5b64014354e0a5d3e0bfa7abd41053a4d3fe0a6ca2f0a766e85bd46e1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:dd3b401129d0f6a717ff7d607049b0cde4255b171c2c827aa26ad937915dfe00_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-network-operator@sha256:ec03eac4e5bd5208f5a25e8f9c05c17d3a4ad1b6de781459408db7f29806815c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:1f88f00883a3bc063c0b0de4ab1b57e8ca9421a4a40728cea958201cc403313b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:8f08e2bc86c6f2f81599e339328e0498354e4b222e843955c187731af5a5592e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:cdedd6c311d0d6f17d6ab83179ea3a5c557d497f553c646cf23b51ce039aef7a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-node-tuning-operator@sha256:d998b92710c544d2562a1942b4cabdff79ed124556b3e5273928218cfe0b84da_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:a806c6dbc9162071e543ac980018359761e702f967416fa380a8246c6a5d4c08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:cceee4a4721d69650ac51fe77b55a02e42c8c222794b04ca491ea88d313a7a07_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f1694c8610ba7e54f1cb671f075cbe53448101e6f77abefc5b996d5765fa3a1b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-apiserver-operator@sha256:f8c7ba79ee9601d04427ed663cd0eb5c645a1dbff599ca40cb25a8034f255647_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:10b7344cb2475ccdbf59bbef9947225640a9b845d4ee41b230fbb38fffa1c25b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:63c9964fa54e429f90195d8b3ec457ee3f65be9e95854a1cc1f0d4b0f00bbc24_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:71397ef054cdb1c77a3b4c1db9a3beddb1953b02dd89e329fc230f57950b22d7_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:f9a4beb134b7f1c030693b4f1e3cad9bf1004b92f3f81f6d4e3b52faad531248_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:031d202506f66d500a193ecbd27e2e7a0323e3a5e1716cd91e6a7359e7b02809_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:7ca765c09c26f4d01480adeb09619d7360c10bde6733c997c0dc1ff10b8b13ee_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c6b70f5c817914c1edfd8a193ad6f74dacc1ee3e25b7a18bfdbf7d289d7f04d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-policy-controller-rhel8@sha256:c7dd309c081e7995db30cb7026c19023447663b09219faf6b90d2dae25316aa3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:42aedff433b0bef7c5d736bcb0e3a50a35c7af2b7857dc37576cdd41a829dadd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:44348dcdba045230c540c598d2b2b095dba45cf133156dd7f66bff4a9fe2f1db_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:471afc72fe9f5c525a2ea1cb8801be79f02430670e72849ac280d93382b0bee0_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-samples-operator@sha256:da1f9bd251a41e8f54973415b3b0fcfd746cf604fd5bc70ff9d9e46b32de3180_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:3b77bf259f48c78e78d2f85a530d307cce828c6a64c20e28651131867f2c646c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:84d5119ef3e7e0311d485baaab75a22d3767177a9cfadf23d0cd4883e2e36493_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:8d3481cd59f59cf60a9ac045e3567d7139d6ff25302c14067fbe674a4a5772e5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-storage-operator@sha256:b2f59f3e5cc55c961c394d47e51557193cbe36d4c31fd55aa6591b227956b317_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:1f4a6d4acd958d2d7c7c94fff1a477e45d628e9088c493e5afe1870fecceaa7d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:d8ab6b5ceb416308793ddd46bfa22c04001889b6443abb9f5c347fdab8ca1f2d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:dcb14e6c435984839c4430bf192542c7fef9393cec96b830791da39bcc872b48_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-update-keys@sha256:edfa6e32dfec756a76fa04be40d04b20ab36d83da0cc153182cda0d4df488ece_arm64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:3513d1a08b814d3b0cc221205ef1a86a4e22fa98df7f00bd5d39c81819260484_amd64",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:866ac74074542ed7eac967fd9395aeb31c54aba7ad77454f99b2c6a8eba51cf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:d5f2b5e3d1e78310431c6013fccb984bd675ce18be0ad22c60ae16f6c83eef2a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-cluster-version-operator@sha256:df78e7a8dd000743ead014412b7819d5df10dc78e09c5e9a1e1a0383cc59ac48_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:2e7b00287fb4a1fa917182a12b3d2b88a6e296ac775b0947a925c03e96da1a80_amd64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:5ef1343bdcb4480386e47edf66b7b9bd340e5752d1ba24638abbdaf9bfb071e4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:d54df918c9b260653674a5f76eb4af78956c4da3b0a224ceab1b533f54d88979_s390x",
"8Base-RHOSE-4.11:openshift4/ose-configmap-reloader@sha256:f07e949aef3956afd7994be9764df82632b9f85754aa93c11203d8042e40906d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:3fbb0078ea103a69fc26190d58b143eb501815f00d3e682a9b833c51875c17c8_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:455cf01a7fe45198cf29786ba4be69d8e0445a29b5c48080b25b28555415af51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:649c97a936ca32462170d21a09ee54a33d40e749872e3b9698d831865729915c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-console-operator@sha256:fce89322b2f4077efa42d7ed7770f602502a10b4cb1139b6f9a7b30aa1935383_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:04be744c5e0b311baaa67f2a4dd7a28a7fd52785cde735611c2ebfa593bd5878_amd64",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:073564eda03cc1eeeb4044967f14bdd6e96515fb0ac980276f81c2aa3a428a01_s390x",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:15cc99e79338b8e2c297aa537608a7b840732ead79bdea45622c28f2d66fbe29_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-console@sha256:a547a2c991e40d7d3a5befb8c05bc7e6061bcefae951111195bfcebb18d37c23_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:4a18cc87cfc61f7e4395527ab5b1d39576f1fdd83caa9cd7ef8f8ba1380a81d4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:5dae540d3f6e8c54e384ecec150e702b2ed868301066463c8710501b88b125a8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:8955b089f3ec15ad367903b67d28503826b02310d228f31d971de367d7fd8bd7_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-container-networking-plugins-rhel8@sha256:d60c493b2dad07ed4bd547c842cedae4fa5f68781efdef0f6e757c10502f887f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:16f82af39788414dcd7f889b5ee7e07bdc9760ee3d0320c65dcfe14d1f6786ce_amd64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:26b3a029e5e10b52abc5026dde73519dc57aee6d6420c4d8aefa4603c1814530_s390x",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:34688a0969176bd31d1c998815fa73d4f4a1dd97d061f648afe2827990e3859c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-coredns@sha256:ceffc41821c60e90265ea239d2fcb175105a031cb44924ba2af629efb4ca490f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5dc2dcd3c85b09734148c54e156c16b24f990cd1dbe911c48f619f6c8c916b04_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bf75ddf8645059d748321efe21047c62a45eb941a999290f6daab461016b0cd9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:6f97a58fb891cb81b6522a3da0fe04b503d3ad663339355d34e8051a7150ab54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-manila-rhel8@sha256:8af01a9b165e96cb24a345ec15e00c4b921a7558a2fd9eaa0acdca54b378a716_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:082f88377d4a72201321732904dce062510916b9df4e9f09bf5fcb1aaea3e190_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-nfs-rhel8@sha256:36f6c9a07cb5265767d1696a43ffc086c1569d210b01015018f9abddb42e4947_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:29298b6634ca6d1b678781676dd07631ead1af2af51041e6f36ae4a6d3cd7746_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:62b3f2ec04cf2cf4a6391616ecf158b33a00a52ba865108a03b0b4e8d8daaca2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:719d29411ddafc1aa45117db4f615b255d619b990efc4f287302736c773c72cb_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:c4439ed957f9b24f0ac132e195966cf0310284a77a450fb3c77a43d9bd16a5cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3d33ae78044e3c146de191b7b5f8fc3a86a10ee732b3e51c45165a3a2b90d74f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:8ab7face6f417a099518bae85c8a4f12898bf57e5d4a2ea323b9524369d498c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a352ff0bfa605f936b4c2dba93882ea6245165f23dce717396de2ed4a52b82c3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:c866ccd34a31a5e6ff8f3a2f64d690c97ec6cf5a5db50646e22b4231f73a0c7c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5674143047da2dd43051abf835a12d452b84f2aeb6911390b509e47ed35b0c3c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:5817dea59c22875dbdf818df75a4ff7919da4a51be85b79af08bb47aa7b16447_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:9b7a2593b5247a8d447a969a2755a92df79c19926ab1c78994f71f85f519c4e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:cbfcc97b0b3eb681b4cc07c685985b6b4bc6813845c4ef378283353598de574d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher-rhel8@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:520ddfd5a43cd421f435369937a7bc52f65f072cce0e3b1dfe39c83144883faa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:592479d3722c6a5bbb022a33fde43680fe8fb067c66ce65618f4c505ee03f690_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7151b696120f139bebca99199e7a5a99345da6e36f7ebfb8c3ca6e0895fc8887_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-attacher@sha256:7f0e156b3c322100aeef63b0fc855b926b15b2b8c3b7f0f560bf443e490b7c01_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner-rhel8@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:39949206d4bd9795d174754eae993b0f5db23b517d82058fce7063f90f828055_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:75f665f3dcea225fcc361e5b19a4addca159cb340e397069e8bfc8a58b954995_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:7db1237786b03203da0b4a31659933a4508bfeda95b28a8e8576510c2deeb06d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-provisioner@sha256:f8fa8eb7c4246c7183a3bfc68409145462d36f6abf5727babcc721d8b8ec3ef9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer-rhel8@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:5d91f2f5e5dff65461ade14ba8aeff3330d4b4ec48bd95d798a9d15ad812ca04_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:7074972fd06476650e40ef8682528bfe0dd9ad4eb48aaf9ed6cc456003491398_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:732822902f4db2dfda555d020b62e2b117ab775b2fab0cb9a00bcd96b639c47a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-resizer@sha256:b55a1936c06803639ae164f62a139219b8c60671a183eb12dad544505b2e79ba_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter-rhel8@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:40a0689a45f98173335b03985d6908941302a9b63b241bc6a5a84981b9d8e92e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:a0bc822c8c6d752304c0f6c07cda85031e4c2c816c51e1d6d7c3cfab04fc77aa_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:c418c12461004fc998ca2f8d1e89ecd6c5411b1298d2351e89dd94c37b36a11e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-external-snapshotter@sha256:ff2ec5296dc399c98e1135ab27b08babae4d75823bea39061472bbb35a3b9ecb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe-rhel8@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:24603c25ce916931648018bb3d1f575fcf040d36b7f0104425c7b09db5dd2450_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:2551909fbfb7f72dd2644643aacd0e545383eab33947d208d8136ea17d26bc4e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:6976cb9aa79c0ab33783342f2b5a6066cda4c177d0205c73b8f63e6a0641338e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-livenessprobe@sha256:c05a61bbe2477c0213e4f145dc20a354d20ffad9b1616e12f86880e67bbf7805_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:4f430448d09b0fbb6b90291fa808dbf00e081eb36196b23a459eab69fbeca761_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:56bbf552e5ad2677d946d690b799a18df0fb59072d6dfed81b357062b3e2ea9e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:87520ad733b945e97ba29942883cc10677968eedf11fb5fd88ba27f578e96ad2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-node-driver-registrar@sha256:a467f3a5507568bf24882971dedc2f1bd0d2beb1e3ac0553f94d6744f72b4467_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller-rhel8@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:5b71a11d552c17d6c0abe57dfa4a06ec59ff1d4b451bf1be07c4ca6694a3b85f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:623491fb705582546b82ae48e558bdb51a08e71b5fd9445eb7450b652ac0333b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:77ab3b457699581db8284657e80924c86eb97d60dcab1ba64c9ca14fb23a701d_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-controller@sha256:8fdcd3644486c02e2439e41fd580d834b9185f8fe933c1aed1ce90c91a143368_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:1394c8390cf0d8c6960728336b9da85d299d82625ee390d03e0d9909480f8813_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:20b42c8f729716ab9750f55e19b47c7cf1bbeecb402a03223081b4df58ef2b93_amd64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:3f3b370b4325383944bc418b895f08b53fc48c2764e0df6b2c94342200a7d652_arm64",
"8Base-RHOSE-4.11:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:72e3dc34b6d686b4d669b9194f5555a594d226ad0f9b8eaca69c6ec82679f5c0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:3b184944c9174555196ed3777024cc9f241632a22216e910140308e44f0b5c31_s390x",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:5401e1044e38264cd38f2ad5126c4c1d53e726ca8440ce16b572e4cd9545b847_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:8e961ab8bfeb056bda3504eb1c57e100ddc1e4b21f5e59899966af187a066449_amd64",
"8Base-RHOSE-4.11:openshift4/ose-deployer@sha256:ee779107bae99eccb53dd6097f232b11290df3fe623ca2b9b6c495759949d66c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:246a63e284219ed15aef3811e905a16235abc5338b3bb565732c33628f845194_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:48f01c00b96d40ecea0a8eb0a967eebfa612035031214cb51ab66b0d6f7cd11b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:a0826ba64490d86784c3a59dcc434cd2dc413c5ad2e020ea9d4f71f0752d90d5_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-builder@sha256:ccbef6457d8f268fb642485d11a46d4a9ed1ecf76f71bfa9d746f8b59050269e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:0df51387cbf6533365c1f40bfd1c6f06e2e7e706ec8b97f718288772ef266ef5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:77fa98143016a0cfbc109aa363804f8743dbc101a605089090eb1b7c8226af44_s390x",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:7d8e2c924572c5086c16e027955e69da349d7a6a75c086adb2d2252b6d87f8e2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-docker-registry@sha256:cdc315a5ce4ae8cc778cc72115f217d629c090204609b67b75f2b47b543925df_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:1b6d41c49bfbd2d66b88afed068743fe40f758d796ed438576bbb5fed1cdfd70_amd64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:364d32e61400187b88b37bc3d03e2c46ad8b6285a02822ab0269604325ea0f00_s390x",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:622a7f06c7101f70cfbd96d22009ce53bc108e9936760e6c963fedb59e8feb45_arm64",
"8Base-RHOSE-4.11:openshift4/ose-etcd@sha256:a69c28010a270011d6d9b7099a6999d49661a5f52cd6e14e37503757503452d1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:184029f288d0f4f3b39b0e53c051e08d7629481e94ba81c7067419ef5c7e5879_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3457aa08f9808572febe11826e2df39725b32e2420ff05b1b0077fe536d7c1c0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:2ebf9ac9cc537ca769568a251b4a0b30f5b00f4d161cff6c3a3904dbbf43cdb9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:60d5125a55adb9514ccb2279482dc33adf3ae9971413d6077b162b8310935b08_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:11f92ad9f28469638ac2d211adc2c93b69f36ab92e7c2490ce6ac308ba2986c3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b65bf446115f2d75fe3894cf35750d8126d4cb07047b6adb97169b8303d7ddad_amd64",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:80e8a82dc6171eeb44b360e02693749e296011dc4b5a3fd18a6f85fd2c6f66cf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:9d759a32196804caa7fdcd162ccd4ef92c6fc8fc6537519243e49c71174da999_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:4a828cb84764b662f1b97d622f608cd1e498ca13b603ab8fc768a593393f2b25_arm64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:663df5d0e74d92129e92f1387e4a81d3faa95a3e34e254cdc82cb7d6a4306219_amd64",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:6df422b53d23999f4e2f711f479700552dd4b99f682bae9c99991f1d66d0c9a1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-haproxy-router@sha256:c6a39c9a73d32d97415a186a5fc4fd82428bb94a382a23c7220cc53cf88a63fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:01356c027f328486627964df3160440c01de093217d3ac4e3d9123eabcbc78dd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:0e3d062e25b6590ac2820e5ff862e3e9e4949eb01ed1e415be9fc63553d74d8f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:63c944eb67af3b0acca199ee7d42fd39c2cb0fd599c95f1e11329a0753ec01fe_arm64",
"8Base-RHOSE-4.11:openshift4/ose-hyperkube@sha256:eeebb5c7fc2e69ce92ec135d265fb5feb1a5c794b16ad193ab6e0f586bd5424d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:03d5e39e184d8d4d0fc5e9119a5177e569551ac35386a32cb3a602945f075a1e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:58f15375140227497ff2a3b7cf67afaa6f2185b87b5e60ea6fd14a2c85fd9f6d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:7fe763345d7eb2319cd16abbf8f13122ad24cc054bdd0095185ad5d206c82792_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-hypershift-rhel8@sha256:864692c77c67b7399e4a3a6c5ddc690efcbfee3c865fcdc37c0cd522dc7058ce_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:14bef709d815061afa87ba6bbb5737ed2ea3e2c1642199cd9580da1ab67152b0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:1c7e57eee7c6e71d188c48a1cdaf61e398d32594fc450fcb5c7c357654596f96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:3eb4cfdd6583d999a0b79191e016e23cd1e4d14e525b8389e10ec61bcb2e9425_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:46e21777fd4a46224fd65c959a28b53500aa2ec23d0f57da6130200b1312f0d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:8351a5ca1087fa08203ec0d6c005f2a146628bc725a3505004a2df636377ee7c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:b6710d7ff454f840d9db8ef36c4f6afca87f6b4a92f0623258221bc8864f2efa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b4092739bb303b5fe864b4ec5ade98cff65f4ebc9b1a4f435abd2f829b2febe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:a2576535060e7d5a944183e8f135d57e20618f3cd7806f909e8185bcc434841e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:37b179ff0c03ae7a41726168c1d2010cc7d8e532e76a2dfe2c21ecabe9cbe685_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:59f53e8d9dd13a758d086a1738887e4ecce7bf114790bc7ffa865297ecbe0071_amd64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:49e2d0cb747c86410d94a2f1e21ed65d823f028264263cb928e3ff668caa2cb8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-image-customization-controller-rhel8@sha256:8739e09fffa09c1a5eb82694270d94ffbb1c90e282d161bc3211fb348b367f52_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:6065c71fffb1b6746770d5b8f6c0d37c74683cc4fcd06a3d547b338b13cf29ba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:71df0b4da6206b581fcd24607533be64723ec637779d42f9b4d96cdc3f6cb796_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:eb41fe844969b1bb13e54a0bca385e10320ebaff3bdd40e3da9c14f2dbef5ee3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-insights-rhel8-operator@sha256:f35f73c729f787b14006694bab55a2c85c6e67b7e633d54bb581d6dd070b03f5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:1d922a2411fca5f43f4263464f76e1baf4952289725d9e178c8e1f4c5bb3b4f4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:5c925ded3b11eb7be8845b9bb470ab2ec0f4cfbe3dffec91c3a6074627a98afa_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:632fbf976acb072c0b73cef2e472e35ab9e87f7e0079a6372e1821e418fc94e3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer-artifacts@sha256:65b804388127bf8a534439d676a762b29a6ad23998b83e1c83fa57f5f034b31a_arm64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:155564840e62aa674505eddc8d74c00bd7ce27b1ec444775860ba07af85b8831_s390x",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:9e0bc9ed696ff935bfc550ff1fb47c4de9d0c7186d716f678c5e65f421b88650_amd64",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:dd49f9b22ed421a88fba0ea98e26e5be2dfdb0f6328d73a2b31d78a5f49f9e2e_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-installer@sha256:f08fb72934bb9e019d3688625f6d11c8d104c8e49c34ebd7053f45c5b8d35c7c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:0ba52c59a15f873bfd2ee7589d85e37a559b6f6ae987d87d2e9d62548de2c151_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-agent-rhel8@sha256:ee69e443de01fdf7b07dc71633d226effc093643b9468fd8f8da6325060113cf_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:277b9153410be2ad7a82715d65e474f506a96b96d1c2dffc8ab8240eb46e17fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:fdb5f2133f8cc2dd2f3e6751dab10c37706e65f805d85b3ac32838537ebc7450_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:95a841107edd0d2f4823357743f6015b8045918ea67449fb69b9fc51acb75d08_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-rhel8@sha256:e699d0e54f73c4cd90fd15a3a00bb679e902e915c594010762b697d5499359b6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:3eef03c4bcc4f82f3c0668979e50fcc365f5c24060c9a1dc452ae272775a1937_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:5acc498fc630c3945ef97e87d66868d46d42aefbd1c47fd49efc266c5cc7f0d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:15fe51b09e097b900d183abef24f7fd50c557fe1fd6079ca4461e9cd62e1a58d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:ac0f7d274a041d87df1e418467062f45ec923abe9c50ee8901cda86906ffb84d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fa6b5b54f6cd80a7137c066eabfc66fd88143d5fc798d0a9d8080a15ba55a57f_s390x",
"8Base-RHOSE-4.11:openshift4/ose-k8s-prometheus-adapter@sha256:fb7c550f04b4afa0dadf0a7e10feb2147f81e71f4d9806fae9443df096650acc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:1f1cec5f85087366aaa3e2e2f55d71f79df254f27cd1dcbb6391dd308ebe185b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:36e1031cf1cee473bf48294e0bce77816b75f15e76ccd34122d8849d063f1ca9_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:a90f65f7094e291aa5312c6a5e66f99fcd19dd27a673a2debc9d147910860c43_arm64",
"8Base-RHOSE-4.11:openshift4/ose-keepalived-ipfailover@sha256:bb053ad62f77bf465b6e272a4f1aa057b94436df3f5734fc756ecfd5f29fc64f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1bfd0d6c8e8c1ae99f3410fd882ee06cc1e8b26e661d0b0d1dc7c0c9c1970a78_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:1c8449437c4fe7b4e74f4c86d341853c1511fcd2c32568f5ae325516c4f1544c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:3aa5ffbee57f31fc166729194a275e973fe73865512040fd030c6551cc83067c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-proxy@sha256:94c81fdfb5f230c2001bf379a4632fbfaa4be04ee499bc4548b85662f900237e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:1144402e90f00316398e73f241d46de5b5413258c74e708a66ad2d6ad3ebe3a7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:9d9c95c485abf0c842ec6f7b0c82e05176b3f8351fe840ae5ffa4d91f0100fb7_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:c2bfe5123c990cf99e18b5c7249c602e53571fcebba5b51cff087f7d151402b4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-rbac-proxy@sha256:f110742c2dd16e5620a7d079f2e91c174ef906676b82d99d97340b6b32ca193c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:1cdff1afbf3d323f381479c7fe3ecd1b3fa6f6bdedb99d5582f101bf75132fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:28d90c4986210d2bbb84428d300401900e31e263e8b0265dbbeaf60405fc402c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:3507212f8cf79da97eb88e4456049226704313f07aa9e14726e7a04691cad554_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-state-metrics@sha256:75c2ba9beedb3869450d1169e942e2d19a33d0b7560f83013be475cfafc68814_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:5e554c5a880d57b20124792d6346f9184d919635c84a08780744d0e4ee67a8c1_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:94cdb0d03d4d932ed595cd29c12f0c1a0260874cb936195b26da0fb9f4485015_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:e4d5087ee9db18be63208adac8f269e672715ac9d61f677711cd817634670621_s390x",
"8Base-RHOSE-4.11:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ffa2120789c81ff70e68a4fa4ec74d767ce8b948a7b90cff8ea832ddc92c8884_arm64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:62fea9c4b7c23f7a1be1e59879d07d3cc9150bfaecabcf423ce8a1dca8f50b55_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-cni-rhel8@sha256:ca4aa4b6e7e6d8f99bce3338ed50f13b442851ba9b2aabfbfd80cb97131affde_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:25f6431c72c2f7c35e4fba55eb4f7030ff76603bc835c9f41fc9c41cea89bf5a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-kuryr-controller-rhel8@sha256:e6d7d5dfd6d463f7021f168eaf515fb207e7b85f25ba260d058dc939982b65d6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:9378eaad409ddfda1914812385acd6e64a0c1be53922bb7cc103abef3538c3dc_amd64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:bc2a4051d7efab5696b5ede5f5bee9cff4395d49de177680846778cdc58edc5f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:c621fa522c8c5dd22c842705a6eedd4cd2d1e141190006d9a1affa600ee02ebf_arm64",
"8Base-RHOSE-4.11:openshift4/ose-libvirt-machine-controllers@sha256:e57c8a4ee2cd977c7c7df5e54d9cad3990e0383fd1838c2e3e3730c05a4b98d3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:4f0f771c2045ccbd59efdc6fd8eaec8e5109a0d8a391ec3b5d9f02c3e157e1b6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:76913d797f1adab4d8f5b904450fb09b389978ba7d72c44639d6bb054a248c9d_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:856eb74d4a9a5a3c7e69ff527e3879cba1210acf5b7619d75d0a03e74611be43_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-operator@sha256:e0e0a7c524e51bb357426fe6a7461b92648bb06f255dcd1f48b5a00c19a29a27_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:16a8285f01d477c69721e652d05cddf7e4d9fee38db76655ac9a89b33587106b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-aws-rhel8@sha256:685307ffa6ff27517576c0f66eb54b42ab825345dea5fe771486242b33e4b0f2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:a48ba7b0dc1e2210585cc9086b80db68466bd3bbb340a1e3dc2f262be63a422a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-azure-rhel8@sha256:c4de973ba649ae653759ef83b3289cf61ad3f94404d7a5d58edcaa8429685f8c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:10674b8fb0cd15090d84b8d4ea1fa5858143ae6250cb4b7b3f57b09cc2196bba_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a871d7aa7271d7e1f611c0baa123da6fb0172fca8662337f2b4fc2e1929b014b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1bf7d03a6d963c927b88199786c0515aa3c2cd3a7991abdbde26a35d4ad1330e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1e127bc68a6282024bdd78219c24d3d7517c3c54632b88e8c1595dea6e9b7b63_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7680586346ad562c4dcdf46e0869486f4bd9e4d75c9d4e519bc63e4cdecbd1ac_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8455df4a6adbd27db07f8494c4a3921468b81e6539d44f2bf144e01328398f53_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:0367302082b572e429d5bc4c2d956fa6e061739075f7866c027aab905bbc68d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:43b735729acdefcce9de952afb09d1f629b3e6e6ec961839efeafe4166f06580_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:6b489ca823f391503d91848f255bc086650389f1445cb34eff295412cd221374_arm64",
"8Base-RHOSE-4.11:openshift4/ose-machine-config-operator@sha256:f31258172fa96d8bdef12cd82680c039e8f761840467151818c703d40a81908d_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c5d95f64bf65bba28cb32c3f3ddf1215d0bb2f3d33f250d7e5979820b5e9110c_amd64",
"8Base-RHOSE-4.11:openshift4/ose-machine-os-images-rhel8@sha256:c9d80bad21d5c76aefe69f48ce2d6bee77cf41566e3095051896f6582e1aa2a2_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:079fe20bbd8623e1ec4e63a5693e44cfd8179e513d10271504428e3f8f1e4d51_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:1a98ffbe93f406cc52b5e7df684227dd5b66da628d3d6655aff2d5e566384ea3_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:9ec95e711b81612f0c8d342b97410ab19f8ae484025cbeb148b73d2cb50beaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-admission-controller@sha256:d931a37bcfb156218230d1003f3e6d9411e2bc3410fe1853a85bf2a2ecc3bcf4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:2418a2d96158a63ca0d0f3b9760672b5ac9ae7146c05b271fc35286d436ea68b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:441c5380a7ba6bedd5a8e479256587737b4ea916ece762cd78dee9ee384936bd_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:6c99d61b704589581b000dc6dd224449caf9419879e49af19ccfae10831d9cea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-cni@sha256:b22ac99c0221bebc13fc0104c74b83d30664c08485f6422403e7e1cc93b0bd98_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:143b690f9f015b1b9e18dd3e1a98cc45347f69b993c9f01eeb9f94962eb94774_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:62e6b10ce715b6e6d57587bf72f59edd8566386fb377112d129b399e5d46e302_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:6f8b70cf865d64b02c239bc7557a2f5fe34c4001a65025e5fa2cdf1f9f44c62b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-networkpolicy-rhel8@sha256:e6f77e5181c940d3403665fc70f4ff2da55baa97a979a4d0aaaa613c23f2b8d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:a189a80a8dd46629637615857b83d8a03bf359e328678619ad96f9a4e15a3e25_amd64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:cf20fe8ea169e1c8853a07ceca5b461d94d4886855cc315fc5f233e1e0922564_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:e90550260a2972b238f04f8e7e312d2be83843672e66fe2888834d993cd311de_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-route-override-cni-rhel8@sha256:ea636bcf42d4611b33fa0af8679171a74b9eab8cf9b5762bc06de372e2d5a6cd_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:269fa0a85d614de2b74075b8c2a77336abb2be26aa27a2df4472247ec3447007_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6271e70ace4f542e920720baa21ba00b74a3b6592775cf1ccef208088390faf1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ba24ec8b4c6d5379647654451aec2d47a9ad7ac719679536c3bcfcf6ca94ba39_arm64",
"8Base-RHOSE-4.11:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:d514369668723ab4ab137de35dacedc96bd30909f205ca0f302be367c8526c17_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:1b594ed06780605737b185e53122df03d706b05d6ab13ed221fc5bebbb4e9adb_s390x",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:2cf7da4892d34247d7135930021739023a85c635c946649252151e0279686abb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:64ba97d72395a7a30b684976e55d36ec6c01945e62a6413b474c652a88dfc9af_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-must-gather@sha256:8607a33fc66f65cc844d3195b57121ca88e2aa91a75c9fd95f5a64d5ed2b4658_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:213b5407e9096543f13b2a6bc5c8306b92a67327a4b58cecdbbf680907a068d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a37ff76443e09422f13c1bddd81c4f277f2b92ee39641bb11eba5cfe6639e82_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:a0c130954dbb465f1c7ab3095bbe964f865cf29adede61a0a48511eb15ededd8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-interface-bond-cni-rhel8@sha256:c0e752ad324b6b1211381b8edf28caf9c85b08228dec3663645bfce517ecdc22_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:322c2833ef1cbf205b5ce5c735232eb98a2cb78667fa6d05c808575f88e19b1f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:47ccba420402e65f17da159b2d9fa4da8135a8b3956fcc60d45cbfac3aaa4c9b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:55a29713c8be218eaabfc3603b773eac0d39281366cca36703b981a404a17178_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-network-metrics-daemon-rhel8@sha256:94a4adb228d14098841a2381bd3967191551b5264333cf5c31299732f851f8cc_s390x",
"8Base-RHOSE-4.11:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:3571cae60e271888363b950bd30c18638a825d408d038bdeeee6e12cd646a846_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:105c1863d9a06d1c09e424baa16ebbe7c9636ddfabe71950da5007b44f51fee8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:119ce1e9842a199362aec261ab6c2e0fc7624b9cb0b745b76d20c517ef4ec70a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c37ac6d31f0cce5b06e406d1a1d7753743fa16f9778193f54d0ea934068fc07e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-apiserver-rhel8@sha256:c3d14f0f0682d38ed64eae0e8b97213c981cad0e85ecec6083d2e8f69cb1836b_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:528e768b683ad82bf41a80e738c19fd43abb6d244c5b60fa24be966d4c9cd634_amd64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:5ef8144f733cebf82dbfcee80ccf032d4cda318f8f3950d774bc2dc568aaf2c7_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:9185cf0d656887579012db258aac48dc3a5b7eff405c9be30127f29e0b051533_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-proxy@sha256:cb3a0f5234a62157cbe31f366b9a28e904b254b209c21c641a750eef696c4263_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:07164eed33c7ad43361b1b9905cff83359b087951f2e25b745c3c10aa97e3e2b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:91b7d771a196ff65623e61ca2a0578bf3bfcc047cf7ae3f21fd68b0f286815d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:eb28a8bf8a3c4145759b10e6f6329bc60721f4c8d22b649bf1f2814ad91f06f8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-oauth-server-rhel8@sha256:f5de341827c2b3cb2c63cdb2d3aeb4c5b2584b96bc796cff3ef2f3e2305521b4_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:1e7dc56511fad74bb3832acda1a4964f69058b01c788a0ff3a0381ac0b1f0886_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:38d0a9755e915ba29f9d394eaa7bc4f313a399157c2348edaaafe890997bd509_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:cb783cbbb64043552c8406dbcec3e6ebc6bec0a3fb5c5fd56ba735754e8a45b0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-apiserver-rhel8@sha256:ef8f0e93ccef23058d838f96b23399f835dbda8a0c410d912a12e781d2cf3b8b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:623c9463c1e729237583b70b9472b3b4948179992fb4bbddb81f720b26c2d755_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:947c61d7a6a1c63489b70445462840a77632cc1b93158b955634c71da90a0abe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:deb4ab9dfc43646ba0c30a480387fca5d79de13165fa68938545def69d9d8291_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-controller-manager-rhel8@sha256:ea88ea4eb58e19161e900434e61261432e78cc065a4f13df822ad269df42eb9a_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:5997809219667b95b4fafb3cf330ca2f0504a28556e09dcb1429bd86425b921c_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:7005d8212b60cc05c0dd9483c214a2c94c95f46c1eb53610af439ce50c187d54_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:e6e5f80922f36d481b77e8d4520dd5bf7b9cf0c6679dd1e81140a1ea4e938c63_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openshift-state-metrics-rhel8@sha256:f2ca2dedab2746a1596dc2d65af5bec6d52be3f14afbbee3c7d2f654086f6917_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:14ab18c3250038c687617e5a055393832bc2673ced04c52f6b594176cd729810_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:96bf85064492746fd71c8d39e3d0d92e368fdbc9dc1ece2a007920d86b3501b2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c2c8cb86523db330205164f3278d2dc371c002bb1ab0ff3f6d3845f7d9323f9f_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:f96b2269b2d19cba8c36324733e219456d366243c8415f29283e033257151ed1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:0abae1e3042ee265dc2a7ce705426d8c95b9501423ddc03d9471dbd6dd33e6c2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:8da7f522eacd7be05bd4dba7de47502c23940994270860ad0a959ede87e1d2c3_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:d98ca87f16d4c13029b644299909bc6f756e7e09ba4fcf68cf32bda39b3ea423_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:f6747f7bdbd8acc81284d5a89c259370c59a6490597bbb638c23c14262a2c136_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:1b71faff2379a791135b841d10602fc241d7b9079207a9a8a637556c305980b5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:622e3f667959d92d983dcd5ea68c8964aa366e25c338fb9c7cf3d95d910912f3_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:c5cbb23c193ea3f0f07e4bb31f3f48691c6608e6e70f5e762b2063965782b4ec_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:f9442b840988b3e7569dda57c0d2fa23c80b1179316c50e460e767283033e9d0_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:27a6aefdaef2a11b13adda608ba52fda0f8977374887c8b0a5a198229ea52339_s390x",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:4e92db66498b0ad0ce358040d3f970bd1db8b9713144f67481d9f1efd141bacd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:56ba19bb6f95967d654b2cc1ed0bc2ea474e396c45b69d7010e6c8c8168a1529_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-openstack-machine-controllers@sha256:ff98a200356b1945722c0951f79af51fb59442372cc0414d7bdcbe6e08b8d1a4_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:3af8f337f8fb0f8437fefafc0277db3bd1fd135b2a9da2efe33b7cd2965b3da1_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:93802c35782c0dbf235e8d9a94c080982a19571263f1b55459f0116ea5b0174d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:cb66e900e5680018714acf12eaf00d67be4f6b418cbc25e9bed87b0f5c58aeda_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-lifecycle-manager@sha256:fcc67ad9d7ac47dbf2914f3454e76c93f4242d519468f4edd0fd490dbc1986e8_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:16e249c74b838afd07136f37dcca2fa76e0e93797c51a81a2612a8927c1e37ae_s390x",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:43f269f7f0961614385101ed8122484152e65c835330540bb4eecff0a7961dbc_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:8060ad5eb203054e71214b412c5b3a2c9a278aa47080d48f93c7921b988192e1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-marketplace@sha256:cdf078e44862ec2b78cccdbcc4bc3fad8eef00e8501006346cbeec1d65542b8c_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:209bfdd2186920973b762457b5f75dc2965cd62e5fca27ccc238de4a051d27c9_arm64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:2dd13b97c0fcabc088f65261bf52b241e5ab3e510e0970238fbfc90c0aea8542_amd64",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:5ee90cc1d826514a6dfc5e0d73f8a8836ec02f4a4182b41b3bbd911644dfa87f_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-operator-registry@sha256:d2efd40b3b3d6cff5d8c9ba8e3f29eae3feb88b10c3368cb4e81d88e25b9eaa2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:5a4e0c45aca9fc8fab222e34556433ad27934a3c266557f62a2b468658419f0c_arm64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7796948c7243e030511d597d547d469f62f532da1d352691613963d95748761b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8c1763e3040dac5f3a1bc70605f843e611b8cd5c95577ff3747a9fef3cc897a9_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:97aaa2ab9938db056cdb78d51a89758db30efc231a605939c0442c322b4b3d26_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:0deb779876c1e51ea9f0d6205b0798ea1342b4b10e37df817dd1357c67eb226a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:83976167d4769af330dc6c1769cf35a1cc5283791caba05dc09dee5453a7d2d5_s390x",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:cff24558aab57737dc99c6d27cebf355dc6398e01485209e59d7bb31a14a6fbc_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-ovn-kubernetes@sha256:f014e493e98f58f095dd897566bd37041f51d69c6b5a7b5ff8723b279aa6991f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:893b4b264a86f41723b72aa705f84ea7bd2d2645bfb5869b242b53f1a842a4fb_arm64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:c340a8d8464527a0fd0dab0acb040a52f1d3cb4d944fe6f3248a31fdf6470571_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:d66ecf52d7cded5bc62f7bfab10149fff2ce22068b00f4594a7620959feb9cb0_amd64",
"8Base-RHOSE-4.11:openshift4/ose-pod@sha256:fcd3b066d58e486953f00a2182501256e352c268e1d6a39d4041eafa1c0ef18d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:4eb3d161916c04170dfaa3f0a2de9d467d5ba098117b0789196e77284d9c6b28_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:a0c8ff84eccdf09bc4705b124f343f89b2e12671dd00482c5a0c3e847a069ba1_amd64",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:70422834adcb9a7f669e64edb0562c4a94cf641a1ae346d63071b268ad66ccf6_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-powervs-machine-controllers-rhel8@sha256:b72ddf43c04be89cce7b6dd7ff86332672690b6f82a5f5b71d7bbecf2049fead_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:2cbacdae50612d6a227f42f0fa022c235eac762395ee2e1048f0ab1b5a49cfdf_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:415636a81f07dca43e4ec03e27bea870ab8e35da872754afc4cc19b575728cdb_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:de1b7516be16965201952a53b9dccaf511cd14ffbdb5e1c02f2a16c155fdb55b_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prom-label-proxy@sha256:f25fabe51f8e428e72716981bf1dc3fe601b3f6491dd5c90fdb32da379a721e4_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3a577c235d1c867f23bb6e2243abba44bf63f4218cd9a9307c06bfd701861dbe_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:3aff46b41c4dc644f17e5c73df1ea482df78317dd093bffa59fcbf9b66794c12_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:8feb6fc25bf70dfccddf8be01d570cd220d5762155020a2ee781bbd4c004bd36_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-alertmanager@sha256:f2b8a9911422399c5d056fb6a98bdc181d7e08436ddc66b50691d2bd636fc6a6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:86ee87bc610c0c016a773f2b445a0aa72c948e3557c34967d020cb83435a1d30_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:ba7017b71d33f502d76970e6e099e777b73fb9375b335f4b56fb2071e9f32fee_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:dda414b5e3960cec3fb9b91c8f10ab9ed18d7c0a3c78613f303df35036007cc6_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-config-reloader@sha256:edb0a2678e55062e555b3a2bfc5a99d87bc3e0eedf93eb0b368d7a864261f5f3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:0084c60f448bf0b9fb140ca70c10b860fd3c7e930f46f78eff2287d0ebf756d6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:13b7dff7df2bdc8449e4b6723ab3cb56c1fbf8cdbf40835940e73280a013eb59_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:28a2d2e44f6694e3c23bbac7241df90dc529cc799e362d54753f7ebd70000be4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-node-exporter@sha256:8c5c3182225376d175f61d971789bc7a55e2f533822be4b2933e9855604cf4d1_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:30890ba1e0aab62255b714a95d7f733e8595697ffb48387e2056312f274e16e8_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:5bf97fcfda34e53b1f937c600ab4c0d719ad6a1846a52459f9962d71f1061b1b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:6a55bdcf28b6d2bfde87e747b11fbeb157a17ef0eef927b54bf69230f40f63ef_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:dd18d8bf50f385628240b15da1cbe22e7212e2d5d1def79fba0b2a7678de45fe_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:4aeb07f66dc39889e3d0e66eee7c4ea2e39ce4025852d1d1eaf662af8bd8eeb6_amd64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:984ea11af496edaad63efdf1db74bf863e273cf5f79402502d4206b5966d8bf2_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:c07896f8f0c6268443ee54d98d4f00103890efa636aac16c5994b604c966dab4_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus-operator@sha256:d8999f021d20ff44aff0721437044b1cc058bf5ceb38f7620c30ab1a1368d9d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:2f6dc081b0b94a4a9c24560dd1e1ad5fc3722e43d5e665c6639453ad4e044581_s390x",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:445ae4d9c84a59e917f78a09c4768400d57d6df1219717fed56850a214d95154_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:8e216da3aac331362589be07ec2bbff9b0aed6bad61efc35671e9fe061de67db_arm64",
"8Base-RHOSE-4.11:openshift4/ose-prometheus@sha256:beef7f46abbc40bb953bbf2351d6fc5f95b043bb66924401f9b09d811659110e_amd64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:9110a1b018634577606311028c7c41eb7f5f4f1f5ff881f2dd154d8508edae10_s390x",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:b923311b61a1ecd354f6565faf6003ba10bbf657fa070c7db57ce50b61e0a097_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:dc8fd1b45699828fae46743de84a40dcb11291f62993d7eddf36dd11604f4a5e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-sdn-rhel8@sha256:fdff80528a499774554a70304d4fb942f08a3b875af6e3b5c4b3e930b3c2aaa3_amd64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:b7fa90d7efcf130e30e143acba1c4993475427b193c5897f3ea951bc68eab817_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:d8d909a60474ef5127223efd29805408021b0ac2de7ace8f163367654b52db8e_s390x",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:da20de094a50b7e212c5cb3a0b4cf66a9ef1eb96db478e22a6c0535b7f838183_arm64",
"8Base-RHOSE-4.11:openshift4/ose-service-ca-operator@sha256:f83cddbf025a4aeaf465d88d5fba7e935d91d3a5b1b74631aafb869b6e607478_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:119575c2aa477a5216fc18144f23ff48666e950ad7bca70d13af93cc6f2a54d2_amd64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:344c633157f0f9c7d02c3bda4574b5d7eba9b42f47870e8fe4f6fbdb094261d5_arm64",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:3eb97e3ed7ea70016149ca25100988389ea9e438009f8a1a88016f68bb576778_s390x",
"8Base-RHOSE-4.11:openshift4/ose-telemeter@sha256:9ec0806012272d83a41f2318bef8c52a7c47ef1c5624ee05d8ad720107f0e672_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:21ee8dca54e0ceedef5909ba9c60b7f4dad66943a19e3f7692d32c9874bac57b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:c4de569205093739356509749efde154e34e220127a2682aa375e7b3f2214c96_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:f9adc9c73195bac0a4eaed2dd39fe00c717db19898e5eee16f6330aab032375b_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tests@sha256:ff7152e5276b2af69dd5578afda5654ea3202477bbc9c2c3710e46a97385f57f_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:4a1cc983a934e91123ea8224b7b485019e4d082a78d6d3466337bd3e4c064588_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:6204b70c6b92d8ee7663f2cda61a0e550d58171925cd5d384a4e94f670b6fb7d_s390x",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c5d6269fbd1923255c8601afb8a54e739d5a236d17f297e15153abf8accb936e_arm64",
"8Base-RHOSE-4.11:openshift4/ose-thanos-rhel8@sha256:c7327d965050fa0e8fbc48300a8c6ce1bb04fad7e4e6349290dde68b53e9cffd_amd64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:05a01a1f8ca8add33982d9bc5db597626e5c3296dc6e95cfb309f80de3b62f44_ppc64le",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:2a1feb87567b7218fa3d1764a948f13b58b6bdaf171b5dc74abfaa546842f597_arm64",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:ac2da1581634c938c4b9bb2a896c2c38a19bb3a319b3d2bd59cd708cb5cfe75b_s390x",
"8Base-RHOSE-4.11:openshift4/ose-tools-rhel8@sha256:fc054183aac267755bd9b62f5f4558222d87e04fd234b4401ccb8c9723a2b5ed_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ff21bff3c3c9943caa1bf6f48a629bc25f6cf55769709b80a3dc7b14f3e9c60a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:0f1e9b73a7f6555a8d7e785539d199cabe6d471b538fbb6ba1393fd69772f4d9_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:35b11e9242698ca1fab04e450e57537f9ba465a71c71656fb88675895a97f7ea_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-rhel8@sha256:8579ef62f40ca5c80cf19dab6da172144463848ec52ab7dfb33f3546cd61610a_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:a9b15a94e30e0c4b731bd402f14173e7696c7ea7d7523cdc786ef0167723c196_amd64",
"8Base-RHOSE-4.11:openshift4/ose-vsphere-problem-detector-rhel8@sha256:e6020e555b9078d689bd8ad9ca0de0a744f621da09ab8ca28a6af97d47fa686a_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel7@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c6a6da861e09c6f8dc8b58c69e0a7f68eab3903256cf88e8e45dceded0917eb9_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:c7c34fe04210501971f929114a0acfc7cb1af454b91a37e08304e2f513e1dfb3_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cb7f3c3c64b759b79734eec484c04b99f0aadec4362709759c1fc9e7fcb485c8_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4318c0f2abcfaf8c2d8e03735bb2544f894dee889e49b2b8b1f3dfbb1b73aa4_s390x",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:18d1dee8674b55916cc58b55cb5eda04f2a4956d5bfad70fc6536976ad54fd57_amd64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:20da923c7279e6ec5bd7bfd3e8439b597103fcfc23f27ec8ee2d5c96f8581d44_arm64",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:6e9118f18120945fbb8d5eb677ad2db0942d3cbab829a90c81ebd3d2edb7afb0_ppc64le",
"8Base-RHOSE-4.11:openshift4/ovirt-csi-driver-rhel8@sha256:9ee78bf02535fd1f4ff01a0e4b390a65186826361abd969ab6952d15e763657c_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp/syntax: limit memory used by parsing regexps"
}
]
}
CERTFR-2023-AVI-0272
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits IBM. Elles permettent à un attaquant de provoquer un déni de service à distance, une élévation de privilèges, un contournement de la politique de sécurité, une exécution de code arbitraire, une injection de code indirecte à distance (XSS), une atteinte à la confidentialité des données et un problème de sécurité non spécifié par l'éditeur.
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 | WebSphere | IBM WebSphere Automation versions antérieures à 1.5.2 | ||
| IBM | Spectrum | IBM Spectrum Protect Plus Container Agent (Red Hat OpenShift) versions antérieures à 10.1.12.4 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM 7.4.3 sans le correctif de sécurité FP9 | ||
| IBM | Spectrum | IBM Spectrum Protect Plus Container Agent (Kubernetes) versions antérieures à 10.1.12.4 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM 7.5.0 sans le correctif de sécurité UP4 IF01 |
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM WebSphere Automation versions ant\u00e9rieures \u00e0 1.5.2",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus Container Agent (Red Hat OpenShift) versions ant\u00e9rieures \u00e0 10.1.12.4",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM 7.4.3 sans le correctif de s\u00e9curit\u00e9 FP9",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus Container Agent (Kubernetes) versions ant\u00e9rieures \u00e0 10.1.12.4",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM 7.5.0 sans le correctif de s\u00e9curit\u00e9 UP4 IF01",
"product": {
"name": "QRadar SIEM",
"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-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-23825",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23825"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"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-2022-29900",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29900"
},
{
"name": "CVE-2022-29901",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29901"
},
{
"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-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2023-27589",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27589"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"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-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2023-25136",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25136"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2022-26373",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26373"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2022-42898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42898"
},
{
"name": "CVE-2022-41721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41721"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2022-2588",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2588"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2022-23816",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23816"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2022-41727",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41727"
},
{
"name": "CVE-2022-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40898"
},
{
"name": "CVE-2022-23491",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23491"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0272",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-03-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"
},
{
"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 \u003cspan\nclass=\"textit\"\u003eIBM\u003c/span\u003e. Elles permettent \u00e0 un attaquant de provoquer\nun d\u00e9ni de service \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges, un\ncontournement de la politique de s\u00e9curit\u00e9, une ex\u00e9cution de code\narbitraire, une injection de code indirecte \u00e0 distance (XSS), une\natteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et un probl\u00e8me de s\u00e9curit\u00e9 non\nsp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967016 du 29 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6967016"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6966998 du 29 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6966998"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6965352 du 29 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6965352"
}
]
}
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-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-2023-AVI-0428
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits 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 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 | N/A | Splunk Universal Forwarders versions 8.2.x antérieures à 8.2.11 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions antérieures à 8.1.14 | ||
| Splunk | N/A | Splunk App for Lookup File Editing versions antérieures à 4.0.1 | ||
| Splunk | N/A | Splunk App for Stream versions antérieures à 8.1.1 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.0.x antérieures à 9.0.5 | ||
| Splunk | N/A | Splunk Cloud versions antérieures à 9.0.2303.100 | ||
| Splunk | N/A | Splunk Universal Forwarders versions 9.0.x antérieures à 9.0.5 | ||
| Splunk | N/A | Splunk Universal Forwarders versions antérieures à 8.1.14 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 8.2.x antérieures à 8.2.11 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Splunk Universal Forwarders versions 8.2.x ant\u00e9rieures \u00e0 8.2.11",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions ant\u00e9rieures \u00e0 8.1.14",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk App for Lookup File Editing versions ant\u00e9rieures \u00e0 4.0.1",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk App for Stream versions ant\u00e9rieures \u00e0 8.1.1",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.0.x ant\u00e9rieures \u00e0 9.0.5",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud versions ant\u00e9rieures \u00e0 9.0.2303.100",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Universal Forwarders versions 9.0.x ant\u00e9rieures \u00e0 9.0.5",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Universal Forwarders versions ant\u00e9rieures \u00e0 8.1.14",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 8.2.x ant\u00e9rieures \u00e0 8.2.11",
"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-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-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2023-1370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
},
{
"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-2020-7753",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7753"
},
{
"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-2020-8116",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8116"
},
{
"name": "CVE-2022-35260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35260"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2021-33502",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33502"
},
{
"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-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-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2021-33503",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33503"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2023-32715",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32715"
},
{
"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-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-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-2020-7774",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7774"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"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-27292",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27292"
},
{
"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-32717",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32717"
},
{
"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-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2023-32708",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32708"
},
{
"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-2021-33587",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33587"
},
{
"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-2020-13822",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13822"
},
{
"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-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"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-2021-20095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20095"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2019-10744",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10744"
},
{
"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-32716",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32716"
},
{
"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-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"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-2023-32711",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32711"
},
{
"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-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-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-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-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2022-43680",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43680"
},
{
"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-2021-31566",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31566"
},
{
"name": "CVE-2023-32712",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32712"
},
{
"name": "CVE-2022-4200",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4200"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"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-2020-8203",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8203"
},
{
"name": "CVE-2023-32710",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32710"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2019-20149",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20149"
},
{
"name": "CVE-2022-38900",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38900"
},
{
"name": "CVE-2017-16042",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16042"
},
{
"name": "CVE-2021-22926",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22926"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2021-22890",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22890"
},
{
"name": "CVE-2023-32706",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32706"
},
{
"name": "CVE-2019-10746",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10746"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2020-15138",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15138"
},
{
"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-2021-23368",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23368"
},
{
"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-2023-32709",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32709"
},
{
"name": "CVE-2022-37616",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37616"
},
{
"name": "CVE-2022-30115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30115"
},
{
"name": "CVE-2021-22876",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22876"
},
{
"name": "CVE-2020-7662",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7662"
},
{
"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-2023-32707",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32707"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2023-32713",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32713"
},
{
"name": "CVE-2022-25858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25858"
},
{
"name": "CVE-2023-32714",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32714"
},
{
"name": "CVE-2019-8331",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8331"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0428",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-06-02T00: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"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"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 \u003cspan\nclass=\"textit\"\u003eSplunk\u003c/span\u003e. Certaines d\u0027entre elles permettent \u00e0 un\nattaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par\nl\u0027\u00e9diteur, une ex\u00e9cution de code arbitraire et un d\u00e9ni de service \u00e0\ndistance.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Splunk",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0603 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0603"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0609 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0609"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0607 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0607"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0602 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0602"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0613 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0613"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0608 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0608"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0610 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0610"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0611 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0611"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0614 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0614"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0601 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0601"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0605 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0605"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0606 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0606"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0615 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0615"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0604 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0604"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0612 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0612"
}
]
}
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-2023-AVI-0484
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et une atteinte à la confidentialité des données.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Storage Protect | IBM Storage Protect Operations Center versions 8.1.0.000 à 8.1.18.xxx antérieures à 8.1.19 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM versions antérieures à 7.5.0 UP6 | ||
| IBM | Storage Protect | IBM Storage Protect Server versions 8.1.0.000 à 8.1.18.xxx antérieures 8.1.19 | ||
| IBM | Db2 | IBM Db2 Warehouse versions antérieures à 11.5.8.0 | ||
| IBM | Spectrum | IBM Spectrum Protect Plus versions 10.1.0 à 10.1.14 antérieures 10.1.15 | ||
| IBM | Storage Protect | IBM Storage Protect Backup-Archive Client versions 8.1.0.0 à 8.1.17.2 antérieures 8.1.19.0 | ||
| IBM | Spectrum | IBM Spectrum Protect Plus File Systems Agent versions 10.1.6 à 10.1.14 antérieures à 10.1.15 |
| Title | Publication Time | Tags | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Storage Protect Operations Center versions 8.1.0.000 \u00e0 8.1.18.xxx ant\u00e9rieures \u00e0 8.1.19",
"product": {
"name": "Storage Protect",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM versions ant\u00e9rieures \u00e0 7.5.0 UP6",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Storage Protect Server versions 8.1.0.000 \u00e0 8.1.18.xxx ant\u00e9rieures 8.1.19",
"product": {
"name": "Storage Protect",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Db2 Warehouse versions ant\u00e9rieures \u00e0 11.5.8.0",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus versions 10.1.0 \u00e0 10.1.14 ant\u00e9rieures 10.1.15",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Storage Protect Backup-Archive Client versions 8.1.0.0 \u00e0 8.1.17.2 ant\u00e9rieures 8.1.19.0",
"product": {
"name": "Storage Protect",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus File Systems Agent versions 10.1.6 \u00e0 10.1.14 ant\u00e9rieures \u00e0 10.1.15",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2023-25577",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25577"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-43927",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43927"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-27555",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27555"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-45061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2022-4269",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4269"
},
{
"name": "CVE-2023-23934",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23934"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2023-0266",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0266"
},
{
"name": "CVE-2020-36557",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36557"
},
{
"name": "CVE-2020-13955",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13955"
},
{
"name": "CVE-2020-35490",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35490"
},
{
"name": "CVE-2020-10735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10735"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-39135",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39135"
},
{
"name": "CVE-2018-7489",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-7489"
},
{
"name": "CVE-2020-11971",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11971"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2023-28956",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28956"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2023-29257",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29257"
},
{
"name": "CVE-2023-26021",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26021"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2022-4378",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4378"
},
{
"name": "CVE-2021-3737",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3737"
},
{
"name": "CVE-2020-35491",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35491"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2014-3577",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-3577"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2023-0386",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0386"
},
{
"name": "CVE-2022-41721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41721"
},
{
"name": "CVE-2023-25930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25930"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2022-2873",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2873"
},
{
"name": "CVE-2023-29255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29255"
},
{
"name": "CVE-2020-36518",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36518"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2022-43930",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43930"
},
{
"name": "CVE-2023-24998",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24998"
},
{
"name": "CVE-2023-27559",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27559"
},
{
"name": "CVE-2022-43929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43929"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2022-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35255"
},
{
"name": "CVE-2023-30861",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30861"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2023-28155",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28155"
},
{
"name": "CVE-2022-41727",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41727"
},
{
"name": "CVE-2023-26022",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26022"
},
{
"name": "CVE-2022-1280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1280"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0484",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-06-23T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
},
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire\n\u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et une atteinte \u00e0 la\nconfidentialit\u00e9 des donn\u00e9es.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005589 du 20 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005589"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005553 du 20 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005553"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6999973 du 19 juin 2023",
"url": "https://www.ibm.com/support/pages/node/6999973"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005519 du 20 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005519"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7006395 du 22 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7006395"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005949 du 21 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005949"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7006069 du 22 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7006069"
}
]
}
CERTFR-2023-AVI-0484
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et une atteinte à la confidentialité des données.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Storage Protect | IBM Storage Protect Operations Center versions 8.1.0.000 à 8.1.18.xxx antérieures à 8.1.19 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM versions antérieures à 7.5.0 UP6 | ||
| IBM | Storage Protect | IBM Storage Protect Server versions 8.1.0.000 à 8.1.18.xxx antérieures 8.1.19 | ||
| IBM | Db2 | IBM Db2 Warehouse versions antérieures à 11.5.8.0 | ||
| IBM | Spectrum | IBM Spectrum Protect Plus versions 10.1.0 à 10.1.14 antérieures 10.1.15 | ||
| IBM | Storage Protect | IBM Storage Protect Backup-Archive Client versions 8.1.0.0 à 8.1.17.2 antérieures 8.1.19.0 | ||
| IBM | Spectrum | IBM Spectrum Protect Plus File Systems Agent versions 10.1.6 à 10.1.14 antérieures à 10.1.15 |
| Title | Publication Time | Tags | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Storage Protect Operations Center versions 8.1.0.000 \u00e0 8.1.18.xxx ant\u00e9rieures \u00e0 8.1.19",
"product": {
"name": "Storage Protect",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM versions ant\u00e9rieures \u00e0 7.5.0 UP6",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Storage Protect Server versions 8.1.0.000 \u00e0 8.1.18.xxx ant\u00e9rieures 8.1.19",
"product": {
"name": "Storage Protect",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Db2 Warehouse versions ant\u00e9rieures \u00e0 11.5.8.0",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus versions 10.1.0 \u00e0 10.1.14 ant\u00e9rieures 10.1.15",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Storage Protect Backup-Archive Client versions 8.1.0.0 \u00e0 8.1.17.2 ant\u00e9rieures 8.1.19.0",
"product": {
"name": "Storage Protect",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus File Systems Agent versions 10.1.6 \u00e0 10.1.14 ant\u00e9rieures \u00e0 10.1.15",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2023-25577",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25577"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-43927",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43927"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-27555",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27555"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-45061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2022-4269",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4269"
},
{
"name": "CVE-2023-23934",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23934"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2023-0266",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0266"
},
{
"name": "CVE-2020-36557",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36557"
},
{
"name": "CVE-2020-13955",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13955"
},
{
"name": "CVE-2020-35490",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35490"
},
{
"name": "CVE-2020-10735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10735"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-39135",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39135"
},
{
"name": "CVE-2018-7489",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-7489"
},
{
"name": "CVE-2020-11971",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11971"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2023-28956",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28956"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2023-29257",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29257"
},
{
"name": "CVE-2023-26021",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26021"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2022-4378",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4378"
},
{
"name": "CVE-2021-3737",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3737"
},
{
"name": "CVE-2020-35491",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35491"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2014-3577",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-3577"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2023-0386",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0386"
},
{
"name": "CVE-2022-41721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41721"
},
{
"name": "CVE-2023-25930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25930"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2022-2873",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2873"
},
{
"name": "CVE-2023-29255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29255"
},
{
"name": "CVE-2020-36518",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36518"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2022-43930",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43930"
},
{
"name": "CVE-2023-24998",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24998"
},
{
"name": "CVE-2023-27559",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27559"
},
{
"name": "CVE-2022-43929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43929"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2022-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35255"
},
{
"name": "CVE-2023-30861",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30861"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2023-28155",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28155"
},
{
"name": "CVE-2022-41727",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41727"
},
{
"name": "CVE-2023-26022",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26022"
},
{
"name": "CVE-2022-1280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1280"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0484",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-06-23T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
},
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire\n\u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et une atteinte \u00e0 la\nconfidentialit\u00e9 des donn\u00e9es.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005589 du 20 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005589"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005553 du 20 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005553"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6999973 du 19 juin 2023",
"url": "https://www.ibm.com/support/pages/node/6999973"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005519 du 20 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005519"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7006395 du 22 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7006395"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7005949 du 21 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7005949"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7006069 du 22 juin 2023",
"url": "https://www.ibm.com/support/pages/node/7006069"
}
]
}
CERTFR-2025-AVI-0969
Vulnerability from certfr_avis - Published: 2025-11-06 - Updated: 2025-11-06
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | GenAI sur Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.90.x | ||
| VMware | Tanzu Kubernetes Runtime | NodeJS Buildpack versions antérieures à 1.8.58 | ||
| VMware | Tanzu Kubernetes Runtime | Python Buildpack versions antérieures à 1.8.63 | ||
| VMware | Tanzu Kubernetes Runtime | VMware Tanzu pour MySQL sur Tanzu Platform versions antérieures à 10.1.0 | ||
| VMware | Tanzu Kubernetes Runtime | API Gateway pour VMware Tanzu Platform versions antérieures à 2.4.0 | ||
| VMware | Tanzu Kubernetes Runtime | PHP Buildpack versions antérieures à 4.6.49 | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Platform versions antérieures à 1.16.14 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.915.x | ||
| VMware | Tanzu Application Service | CredHub Service Broker versions antérieures à 1.6.6 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.2.4+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.915.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Application Service versions antérieures à 1.16.13 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.77.x | ||
| VMware | Services Suite | Platform Automation Toolkit versions antérieures à 5.3.2 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy Azure Light) versions antérieures à 1.906.x | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Data Flow pour VMware Tanzu versions antérieures à 1.14.9 | ||
| VMware | Tanzu Kubernetes Runtime | App Autoscaler CLI Plugin pour VMware Tanzu Platform versions antérieures à 250.5.9 | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Services pour VMware Tanzu versions antérieures à 3.3.10 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Concourse pour VMware Tanzu versions antérieures à 7.14.1+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Platform Services pour VMware Tanzu Platform versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Ruby Buildpack versions antérieures à 1.10.46 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 6.0.21+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Telemetry pour VMware Tanzu Platform versions antérieures à 2.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.103.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Hub versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.906.x |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "GenAI sur Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.90.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.58",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Python Buildpack versions ant\u00e9rieures \u00e0 1.8.63",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu pour MySQL sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "API Gateway pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "PHP Buildpack versions ant\u00e9rieures \u00e0 4.6.49",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.16.14",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "CredHub Service Broker versions ant\u00e9rieures \u00e0 1.6.6",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.4+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.13",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.77.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Automation Toolkit versions ant\u00e9rieures \u00e0 5.3.2",
"product": {
"name": "Services Suite",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy Azure Light) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Data Flow pour VMware Tanzu versions ant\u00e9rieures \u00e0 1.14.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 250.5.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services pour VMware Tanzu versions ant\u00e9rieures \u00e0 3.3.10",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Concourse pour VMware Tanzu versions ant\u00e9rieures \u00e0 7.14.1+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Ruby Buildpack versions ant\u00e9rieures \u00e0 1.10.46",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.21+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Telemetry pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.103.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Hub versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2019-25013",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25013"
},
{
"name": "CVE-2017-9937",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9937"
},
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2013-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
},
{
"name": "CVE-2024-37370",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37370"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2024-57981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57981"
},
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2017-3613",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3613"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2022-25308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25308"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2024-38807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38807"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2023-27102",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27102"
},
{
"name": "CVE-2022-43236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43236"
},
{
"name": "CVE-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2005-0602",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-0602"
},
{
"name": "CVE-2017-6834",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6834"
},
{
"name": "CVE-2025-22003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22003"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2023-3428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3428"
},
{
"name": "CVE-2021-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3933"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-43237",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43237"
},
{
"name": "CVE-2021-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23215"
},
{
"name": "CVE-2022-1115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1115"
},
{
"name": "CVE-2024-57994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57994"
},
{
"name": "CVE-2025-21798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21798"
},
{
"name": "CVE-2025-3264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3264"
},
{
"name": "CVE-2015-4789",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4789"
},
{
"name": "CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2020-14621",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14621"
},
{
"name": "CVE-2025-26465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26465"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2025-21980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21980"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2025-21889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21889"
},
{
"name": "CVE-2025-21861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21861"
},
{
"name": "CVE-2025-38328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38328"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2021-33294",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33294"
},
{
"name": "CVE-2023-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3195"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2023-21843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21843"
},
{
"name": "CVE-2021-20243",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20243"
},
{
"name": "CVE-2023-3316",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3316"
},
{
"name": "CVE-2023-1175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1175"
},
{
"name": "CVE-2024-57948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57948"
},
{
"name": "CVE-2025-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21937"
},
{
"name": "CVE-2014-9157",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9157"
},
{
"name": "CVE-2020-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2803"
},
{
"name": "CVE-2020-14803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14803"
},
{
"name": "CVE-2024-58088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58088"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2025-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53042"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2021-37600",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37600"
},
{
"name": "CVE-2025-21689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21689"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2011-3374",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-3374"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2021-26260",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26260"
},
{
"name": "CVE-2023-0922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0922"
},
{
"name": "CVE-2025-38100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38100"
},
{
"name": "CVE-2017-18250",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18250"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2025-1372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1372"
},
{
"name": "CVE-2025-40002",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40002"
},
{
"name": "CVE-2022-21426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21426"
},
{
"name": "CVE-2025-8851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8851"
},
{
"name": "CVE-2024-58010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58010"
},
{
"name": "CVE-2025-38043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38043"
},
{
"name": "CVE-2025-21697",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21697"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2024-57973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57973"
},
{
"name": "CVE-2022-24407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24407"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-46908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46908"
},
{
"name": "CVE-2022-3626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3626"
},
{
"name": "CVE-2024-28834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
},
{
"name": "CVE-2021-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38604"
},
{
"name": "CVE-2001-1268",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1268"
},
{
"name": "CVE-2022-2874",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2874"
},
{
"name": "CVE-2025-22017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22017"
},
{
"name": "CVE-2025-38108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38108"
},
{
"name": "CVE-2025-21783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21783"
},
{
"name": "CVE-2025-38229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38229"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2021-3733",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3733"
},
{
"name": "CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"name": "CVE-2025-21786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21786"
},
{
"name": "CVE-2024-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11187"
},
{
"name": "CVE-2020-27769",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27769"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2021-35586",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35586"
},
{
"name": "CVE-2014-9748",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9748"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2014-8141",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8141"
},
{
"name": "CVE-2022-1623",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1623"
},
{
"name": "CVE-2025-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21881"
},
{
"name": "CVE-2025-21951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21951"
},
{
"name": "CVE-2024-38829",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38829"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2017-6831",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6831"
},
{
"name": "CVE-2024-58034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58034"
},
{
"name": "CVE-2025-25724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25724"
},
{
"name": "CVE-2025-27818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
},
{
"name": "CVE-2021-3997",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3997"
},
{
"name": "CVE-2025-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50102"
},
{
"name": "CVE-2023-38471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38471"
},
{
"name": "CVE-2022-0158",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0158"
},
{
"name": "CVE-2020-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27776"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-21743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21743"
},
{
"name": "CVE-2025-38147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38147"
},
{
"name": "CVE-2023-6780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6780"
},
{
"name": "CVE-2023-34475",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34475"
},
{
"name": "CVE-2024-26896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26896"
},
{
"name": "CVE-2025-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38286"
},
{
"name": "CVE-2025-55248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55248"
},
{
"name": "CVE-2024-24762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24762"
},
{
"name": "CVE-2025-53643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53643"
},
{
"name": "CVE-2022-0696",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0696"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2022-3599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3599"
},
{
"name": "CVE-2021-39537",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39537"
},
{
"name": "CVE-2025-12380",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12380"
},
{
"name": "CVE-2022-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42010"
},
{
"name": "CVE-2015-4787",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4787"
},
{
"name": "CVE-2021-35550",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35550"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2025-21847",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21847"
},
{
"name": "CVE-2022-2929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2929"
},
{
"name": "CVE-2018-15120",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15120"
},
{
"name": "CVE-2024-58069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58069"
},
{
"name": "CVE-2025-8556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8556"
},
{
"name": "CVE-2023-0796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0796"
},
{
"name": "CVE-2025-21853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21853"
},
{
"name": "CVE-2025-21871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21871"
},
{
"name": "CVE-2023-51385",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51385"
},
{
"name": "CVE-2016-0682",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0682"
},
{
"name": "CVE-2025-4287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4287"
},
{
"name": "CVE-2024-43788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43788"
},
{
"name": "CVE-2025-21731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21731"
},
{
"name": "CVE-2023-48237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48237"
},
{
"name": "CVE-2023-48706",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48706"
},
{
"name": "CVE-2021-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3605"
},
{
"name": "CVE-2025-38515",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38515"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2024-25126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25126"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-8277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8277"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2017-10928",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10928"
},
{
"name": "CVE-2023-52425",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52425"
},
{
"name": "CVE-2025-38163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38163"
},
{
"name": "CVE-2021-35567",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35567"
},
{
"name": "CVE-2017-12429",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12429"
},
{
"name": "CVE-2025-38444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38444"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2019-8322",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8322"
},
{
"name": "CVE-2024-52615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52615"
},
{
"name": "CVE-2020-14579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14579"
},
{
"name": "CVE-2023-2157",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2157"
},
{
"name": "CVE-2025-32386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32386"
},
{
"name": "CVE-2025-21823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21823"
},
{
"name": "CVE-2025-11731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11731"
},
{
"name": "CVE-2019-1010238",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1010238"
},
{
"name": "CVE-2024-26700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26700"
},
{
"name": "CVE-2024-58082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58082"
},
{
"name": "CVE-2024-35176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35176"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2025-55551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55551"
},
{
"name": "CVE-2025-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50100"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2025-21763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21763"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2025-40780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40780"
},
{
"name": "CVE-2023-48368",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48368"
},
{
"name": "CVE-2014-4715",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-4715"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2022-48554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48554"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2025-38157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38157"
},
{
"name": "CVE-2023-24757",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24757"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2025-21678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21678"
},
{
"name": "CVE-2025-4056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4056"
},
{
"name": "CVE-2024-28757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28757"
},
{
"name": "CVE-2020-29562",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29562"
},
{
"name": "CVE-2022-31683",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31683"
},
{
"name": "CVE-2020-22218",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22218"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53062"
},
{
"name": "CVE-2015-4776",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4776"
},
{
"name": "CVE-2025-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21872"
},
{
"name": "CVE-2017-3616",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3616"
},
{
"name": "CVE-2021-2163",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2163"
},
{
"name": "CVE-2025-21922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21922"
},
{
"name": "CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"name": "CVE-2023-30086",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30086"
},
{
"name": "CVE-2017-6832",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6832"
},
{
"name": "CVE-2022-2208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2208"
},
{
"name": "CVE-2024-45720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45720"
},
{
"name": "CVE-2022-1056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1056"
},
{
"name": "CVE-2018-10805",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10805"
},
{
"name": "CVE-2019-19906",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19906"
},
{
"name": "CVE-2025-38219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38219"
},
{
"name": "CVE-2015-4785",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4785"
},
{
"name": "CVE-2025-38466",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38466"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2020-15095",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15095"
},
{
"name": "CVE-2018-16328",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16328"
},
{
"name": "CVE-2024-38949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38949"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2025-5745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5745"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2022-43239",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43239"
},
{
"name": "CVE-2022-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41409"
},
{
"name": "CVE-2022-32546",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32546"
},
{
"name": "CVE-2025-0838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0838"
},
{
"name": "CVE-2024-57980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57980"
},
{
"name": "CVE-2023-5441",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5441"
},
{
"name": "CVE-2025-55553",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55553"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-58011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58011"
},
{
"name": "CVE-2025-21796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21796"
},
{
"name": "CVE-2024-12086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12086"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-21691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21691"
},
{
"name": "CVE-2021-4219",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4219"
},
{
"name": "CVE-2018-15798",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15798"
},
{
"name": "CVE-2025-55154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55154"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2022-3153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3153"
},
{
"name": "CVE-2022-2057",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2057"
},
{
"name": "CVE-2025-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5197"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2023-39328",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39328"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2017-11447",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11447"
},
{
"name": "CVE-2019-8323",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8323"
},
{
"name": "CVE-2023-39593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39593"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2025-46569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46569"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2018-14434",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14434"
},
{
"name": "CVE-2019-6293",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6293"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2022-48522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48522"
},
{
"name": "CVE-2025-21684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21684"
},
{
"name": "CVE-2023-50868",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50868"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2023-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21830"
},
{
"name": "CVE-2023-26965",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26965"
},
{
"name": "CVE-2023-2602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2602"
},
{
"name": "CVE-2021-2161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2161"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2017-10140",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10140"
},
{
"name": "CVE-2021-2341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2341"
},
{
"name": "CVE-2021-3468",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3468"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2024-58061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58061"
},
{
"name": "CVE-2025-46148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46148"
},
{
"name": "CVE-2024-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58058"
},
{
"name": "CVE-2025-21768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21768"
},
{
"name": "CVE-2025-21864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21864"
},
{
"name": "CVE-2025-2149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2149"
},
{
"name": "CVE-2021-3502",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3502"
},
{
"name": "CVE-2025-6052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6052"
},
{
"name": "CVE-2018-16329",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16329"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2025-24813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
},
{
"name": "CVE-2024-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58056"
},
{
"name": "CVE-2023-52426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52426"
},
{
"name": "CVE-2025-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50080"
},
{
"name": "CVE-2025-21725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21725"
},
{
"name": "CVE-2024-43790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43790"
},
{
"name": "CVE-2025-38313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38313"
},
{
"name": "CVE-2025-38336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38336"
},
{
"name": "CVE-2022-2058",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2058"
},
{
"name": "CVE-2025-22009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22009"
},
{
"name": "CVE-2025-38061",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38061"
},
{
"name": "CVE-2022-45061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
},
{
"name": "CVE-2025-21727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21727"
},
{
"name": "CVE-2024-45492",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45492"
},
{
"name": "CVE-2015-4764",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4764"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2022-43240",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43240"
},
{
"name": "CVE-2020-1752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1752"
},
{
"name": "CVE-2025-5987",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5987"
},
{
"name": "CVE-2023-4091",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4091"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2025-38375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38375"
},
{
"name": "CVE-2015-4779",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4779"
},
{
"name": "CVE-2021-20312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20312"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2953"
},
{
"name": "CVE-2020-14593",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14593"
},
{
"name": "CVE-2025-21904",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21904"
},
{
"name": "CVE-2019-20838",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20838"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2025-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50078"
},
{
"name": "CVE-2022-28739",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28739"
},
{
"name": "CVE-2024-26726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26726"
},
{
"name": "CVE-2023-52593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52593"
},
{
"name": "CVE-2025-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3933"
},
{
"name": "CVE-2023-26785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26785"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2020-14664",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14664"
},
{
"name": "CVE-2023-48235",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48235"
},
{
"name": "CVE-2024-57970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57970"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-21668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21668"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2024-44939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44939"
},
{
"name": "CVE-2024-43374",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43374"
},
{
"name": "CVE-2023-50782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50782"
},
{
"name": "CVE-2025-21929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21929"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2022-3627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3627"
},
{
"name": "CVE-2020-14797",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14797"
},
{
"name": "CVE-2025-21735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21735"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2024-27280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27280"
},
{
"name": "CVE-2025-3000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3000"
},
{
"name": "CVE-2022-3213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3213"
},
{
"name": "CVE-2022-2867",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2867"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2021-23177",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23177"
},
{
"name": "CVE-2020-14798",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14798"
},
{
"name": "CVE-2007-4559",
"url": "https://www.cve.org/CVERecord?id=CVE-2007-4559"
},
{
"name": "CVE-2025-21839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
},
{
"name": "CVE-2025-38112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38112"
},
{
"name": "CVE-2025-5878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5878"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2022-3715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3715"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2024-58063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58063"
},
{
"name": "CVE-2015-4780",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4780"
},
{
"name": "CVE-2024-41957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41957"
},
{
"name": "CVE-2025-38500",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38500"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2025-24293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24293"
},
{
"name": "CVE-2025-8961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8961"
},
{
"name": "CVE-2025-21977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21977"
},
{
"name": "CVE-2022-25147",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25147"
},
{
"name": "CVE-2025-21779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21779"
},
{
"name": "CVE-2024-58005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58005"
},
{
"name": "CVE-2025-21674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21674"
},
{
"name": "CVE-2022-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3598"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2023-0798",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0798"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-38203",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38203"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2022-0909",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0909"
},
{
"name": "CVE-2025-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8176"
},
{
"name": "CVE-2023-28154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28154"
},
{
"name": "CVE-2023-48231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48231"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2023-38633",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38633"
},
{
"name": "CVE-2025-21948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21948"
},
{
"name": "CVE-2023-2609",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2609"
},
{
"name": "CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2021-46312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46312"
},
{
"name": "CVE-2018-14628",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14628"
},
{
"name": "CVE-2022-21299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21299"
},
{
"name": "CVE-2022-38476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38476"
},
{
"name": "CVE-2019-6461",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6461"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2025-38004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38004"
},
{
"name": "CVE-2020-2773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2773"
},
{
"name": "CVE-2015-5262",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-5262"
},
{
"name": "CVE-2022-43244",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43244"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2025-21753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21753"
},
{
"name": "CVE-2017-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6004"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2015-7696",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7696"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2025-38387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38387"
},
{
"name": "CVE-2023-45922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45922"
},
{
"name": "CVE-2015-4754",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4754"
},
{
"name": "CVE-2025-21699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21699"
},
{
"name": "CVE-2025-38362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38362"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2023-45322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2022-39046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39046"
},
{
"name": "CVE-2020-14578",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14578"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2025-40004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40004"
},
{
"name": "CVE-2017-7619",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7619"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2020-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2805"
},
{
"name": "CVE-2025-21712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21712"
},
{
"name": "CVE-2025-38371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38371"
},
{
"name": "CVE-2023-2731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2731"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2024-57982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57982"
},
{
"name": "CVE-2025-38445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38445"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2023-0803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0803"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2025-21746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21746"
},
{
"name": "CVE-2022-0391",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0391"
},
{
"name": "CVE-2023-1170",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1170"
},
{
"name": "CVE-2022-24070",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24070"
},
{
"name": "CVE-2025-38461",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38461"
},
{
"name": "CVE-2019-17547",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17547"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2021-36411",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36411"
},
{
"name": "CVE-2023-30774",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30774"
},
{
"name": "CVE-2018-10919",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10919"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2020-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2830"
},
{
"name": "CVE-2025-53014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53014"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2020-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2781"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2018-10804",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10804"
},
{
"name": "CVE-2025-38159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38159"
},
{
"name": "CVE-2022-0907",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0907"
},
{
"name": "CVE-2021-3421",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3421"
},
{
"name": "CVE-2022-21305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21305"
},
{
"name": "CVE-2025-38066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38066"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2021-3670",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3670"
},
{
"name": "CVE-2021-38297",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38297"
},
{
"name": "CVE-2025-4373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4373"
},
{
"name": "CVE-2015-4790",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4790"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2025-21836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21836"
},
{
"name": "CVE-2025-21715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21715"
},
{
"name": "CVE-2024-6174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6174"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2020-10735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10735"
},
{
"name": "CVE-2025-38305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38305"
},
{
"name": "CVE-2020-14556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14556"
},
{
"name": "CVE-2025-38067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38067"
},
{
"name": "CVE-2025-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50085"
},
{
"name": "CVE-2025-21781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21781"
},
{
"name": "CVE-2024-58054",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58054"
},
{
"name": "CVE-2024-43398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43398"
},
{
"name": "CVE-2020-14792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14792"
},
{
"name": "CVE-2019-16776",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16776"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-6779",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6779"
},
{
"name": "CVE-2022-28738",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28738"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2024-8508",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8508"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2015-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2624"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2025-40364",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40364"
},
{
"name": "CVE-2023-29491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29491"
},
{
"name": "CVE-2025-38068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38068"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2013-2064",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-2064"
},
{
"name": "CVE-2025-38401",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38401"
},
{
"name": "CVE-2025-21772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21772"
},
{
"name": "CVE-2021-20266",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20266"
},
{
"name": "CVE-2022-21271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21271"
},
{
"name": "CVE-2024-58070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58070"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2023-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25193"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2020-25663",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25663"
},
{
"name": "CVE-2022-0156",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0156"
},
{
"name": "CVE-2025-21914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21914"
},
{
"name": "CVE-2024-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58057"
},
{
"name": "CVE-2025-0306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0306"
},
{
"name": "CVE-2025-1371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2024-58007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58007"
},
{
"name": "CVE-2023-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1355"
},
{
"name": "CVE-2025-21995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21995"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2025-21868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21868"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-37967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37967"
},
{
"name": "CVE-2022-22844",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22844"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2019-13232",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13232"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2025-38102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38102"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2025-21792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21792"
},
{
"name": "CVE-2015-2654",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2654"
},
{
"name": "CVE-2025-55560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55560"
},
{
"name": "CVE-2025-21728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21728"
},
{
"name": "CVE-2024-58018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58018"
},
{
"name": "CVE-2023-42669",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42669"
},
{
"name": "CVE-2022-1210",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1210"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2015-4778",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4778"
},
{
"name": "CVE-2023-42670",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42670"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2024-58090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58090"
},
{
"name": "CVE-2025-59842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59842"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2024-27766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27766"
},
{
"name": "CVE-2025-37958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37958"
},
{
"name": "CVE-2025-21714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21714"
},
{
"name": "CVE-2024-58078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58078"
},
{
"name": "CVE-2023-32636",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32636"
},
{
"name": "CVE-2023-6277",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6277"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-21855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21855"
},
{
"name": "CVE-2025-38399",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38399"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2025-38065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38065"
},
{
"name": "CVE-2025-38459",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38459"
},
{
"name": "CVE-2024-21510",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21510"
},
{
"name": "CVE-2023-34153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34153"
},
{
"name": "CVE-2023-3618",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3618"
},
{
"name": "CVE-2020-14153",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14153"
},
{
"name": "CVE-2022-1114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1114"
},
{
"name": "CVE-2023-48233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48233"
},
{
"name": "CVE-2025-38412",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38412"
},
{
"name": "CVE-2025-38031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38031"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2011-2207",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-2207"
},
{
"name": "CVE-2025-54874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54874"
},
{
"name": "CVE-2017-3617",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3617"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2025-38293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38293"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21830"
},
{
"name": "CVE-2018-12600",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12600"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2021-41771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41771"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2020-14781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14781"
},
{
"name": "CVE-2016-3189",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3189"
},
{
"name": "CVE-2023-4154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4154"
},
{
"name": "CVE-2025-38184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38184"
},
{
"name": "CVE-2017-3615",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3615"
},
{
"name": "CVE-2022-0714",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0714"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2025-9340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9340"
},
{
"name": "CVE-2023-24758",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24758"
},
{
"name": "CVE-2025-55552",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55552"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-61921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61921"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2025-27587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
},
{
"name": "CVE-2016-7531",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7531"
},
{
"name": "CVE-2006-3082",
"url": "https://www.cve.org/CVERecord?id=CVE-2006-3082"
},
{
"name": "CVE-2023-5341",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5341"
},
{
"name": "CVE-2025-8534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8534"
},
{
"name": "CVE-2025-21767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21767"
},
{
"name": "CVE-2025-3262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3262"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2023-34968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34968"
},
{
"name": "CVE-2024-0743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0743"
},
{
"name": "CVE-2025-21961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21961"
},
{
"name": "CVE-2025-38458",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38458"
},
{
"name": "CVE-2025-6297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6297"
},
{
"name": "CVE-2016-10062",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-10062"
},
{
"name": "CVE-2025-21764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21764"
},
{
"name": "CVE-2024-57974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57974"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2023-34152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34152"
},
{
"name": "CVE-2022-43249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43249"
},
{
"name": "CVE-2025-38034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38034"
},
{
"name": "CVE-2024-58085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58085"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2017-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3608"
},
{
"name": "CVE-2025-47268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47268"
},
{
"name": "CVE-2025-21690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21690"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-57996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57996"
},
{
"name": "CVE-2025-38135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38135"
},
{
"name": "CVE-2023-28484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28484"
},
{
"name": "CVE-2022-43242",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43242"
},
{
"name": "CVE-2019-2708",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2708"
},
{
"name": "CVE-2025-38312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38312"
},
{
"name": "CVE-2016-0692",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0692"
},
{
"name": "CVE-2019-14844",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14844"
},
{
"name": "CVE-2022-21366",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21366"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-38464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38464"
},
{
"name": "CVE-2025-21946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21946"
},
{
"name": "CVE-2025-21838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21838"
},
{
"name": "CVE-2025-21982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21982"
},
{
"name": "CVE-2025-21867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21867"
},
{
"name": "CVE-2025-21666",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21666"
},
{
"name": "CVE-2023-0802",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0802"
},
{
"name": "CVE-2025-53859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53859"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-21828",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21828"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2025-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23167"
},
{
"name": "CVE-2025-38363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38363"
},
{
"name": "CVE-2025-21704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21704"
},
{
"name": "CVE-2025-21936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21936"
},
{
"name": "CVE-2022-0865",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0865"
},
{
"name": "CVE-2023-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
},
{
"name": "CVE-2025-38319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38319"
},
{
"name": "CVE-2025-43859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43859"
},
{
"name": "CVE-2024-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58013"
},
{
"name": "CVE-2022-0529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0529"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2016-7514",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7514"
},
{
"name": "CVE-2015-4782",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4782"
},
{
"name": "CVE-2025-21909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21909"
},
{
"name": "CVE-2022-2056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2056"
},
{
"name": "CVE-2025-9092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9092"
},
{
"name": "CVE-2025-21766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21766"
},
{
"name": "CVE-2025-38457",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38457"
},
{
"name": "CVE-2024-54677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54677"
},
{
"name": "CVE-2021-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3598"
},
{
"name": "CVE-2025-21880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21880"
},
{
"name": "CVE-2025-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50094"
},
{
"name": "CVE-2021-35559",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35559"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2024-38809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38809"
},
{
"name": "CVE-2025-38212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38212"
},
{
"name": "CVE-2017-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3610"
},
{
"name": "CVE-2023-1264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1264"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-58266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58266"
},
{
"name": "CVE-2025-38298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38298"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2025-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50098"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2018-1000076",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000076"
},
{
"name": "CVE-2022-4293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4293"
},
{
"name": "CVE-2025-37974",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37974"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2024-57834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57834"
},
{
"name": "CVE-2025-55197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55197"
},
{
"name": "CVE-2022-32743",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32743"
},
{
"name": "CVE-2025-55558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55558"
},
{
"name": "CVE-2022-21291",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21291"
},
{
"name": "CVE-2024-58017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58017"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2025-26603",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26603"
},
{
"name": "CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"name": "CVE-2025-38078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38078"
},
{
"name": "CVE-2025-21809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21809"
},
{
"name": "CVE-2025-38419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38419"
},
{
"name": "CVE-2024-45490",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45490"
},
{
"name": "CVE-2021-32490",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32490"
},
{
"name": "CVE-2020-27768",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27768"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2025-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50086"
},
{
"name": "CVE-2016-5118",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5118"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2023-46045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46045"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2015-4788",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4788"
},
{
"name": "CVE-2025-55557",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55557"
},
{
"name": "CVE-2024-12085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12085"
},
{
"name": "CVE-2022-24599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24599"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2025-38211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38211"
},
{
"name": "CVE-2025-2999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2999"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-21910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21910"
},
{
"name": "CVE-2021-35452",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35452"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2021-35565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35565"
},
{
"name": "CVE-2020-10251",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10251"
},
{
"name": "CVE-2024-11584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11584"
},
{
"name": "CVE-2024-45491",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2020-2981",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2981"
},
{
"name": "CVE-2025-21745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21745"
},
{
"name": "CVE-2025-21791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21791"
},
{
"name": "CVE-2020-18781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18781"
},
{
"name": "CVE-2025-7709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7709"
},
{
"name": "CVE-2024-52559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52559"
},
{
"name": "CVE-2025-38077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38077"
},
{
"name": "CVE-2025-38251",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38251"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2025-38120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38120"
},
{
"name": "CVE-2017-7186",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7186"
},
{
"name": "CVE-2025-38285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38285"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37750"
},
{
"name": "CVE-2021-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39293"
},
{
"name": "CVE-2025-21795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21795"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2025-38161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38161"
},
{
"name": "CVE-2025-9640",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9640"
},
{
"name": "CVE-2022-1897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1897"
},
{
"name": "CVE-2022-43248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43248"
},
{
"name": "CVE-2016-3418",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3418"
},
{
"name": "CVE-2022-29824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29824"
},
{
"name": "CVE-2024-58081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58081"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2025-21814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21814"
},
{
"name": "CVE-2025-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50082"
},
{
"name": "CVE-2017-6829",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6829"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-50097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50097"
},
{
"name": "CVE-2021-4214",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4214"
},
{
"name": "CVE-2025-21911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21911"
},
{
"name": "CVE-2023-24752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24752"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2024-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21742"
},
{
"name": "CVE-2022-43245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43245"
},
{
"name": "CVE-2015-2656",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2656"
},
{
"name": "CVE-2025-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50084"
},
{
"name": "CVE-2018-9133",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9133"
},
{
"name": "CVE-2025-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50079"
},
{
"name": "CVE-2025-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38115"
},
{
"name": "CVE-2025-21758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21758"
},
{
"name": "CVE-2023-0767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0767"
},
{
"name": "CVE-2025-21816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21816"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2021-35603",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35603"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2021-36410",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36410"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
},
{
"name": "CVE-2017-3612",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3612"
},
{
"name": "CVE-2024-12705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12705"
},
{
"name": "CVE-2025-38153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38153"
},
{
"name": "CVE-2025-21787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21787"
},
{
"name": "CVE-2023-28487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28487"
},
{
"name": "CVE-2023-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22067"
},
{
"name": "CVE-2023-31439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31439"
},
{
"name": "CVE-2023-51074",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51074"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2018-1000074",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000074"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2025-21776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21776"
},
{
"name": "CVE-2024-58003",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58003"
},
{
"name": "CVE-2025-21917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21917"
},
{
"name": "CVE-2025-21706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21706"
},
{
"name": "CVE-2025-48964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
},
{
"name": "CVE-2025-55193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55193"
},
{
"name": "CVE-2025-38395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38395"
},
{
"name": "CVE-2023-29499",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29499"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2022-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42011"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2025-38337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38337"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-38727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38727"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2024-1013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1013"
},
{
"name": "CVE-2022-0319",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0319"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-30258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30258"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2025-4565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4565"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2025-38465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38465"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2025-38513",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38513"
},
{
"name": "CVE-2025-21736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21736"
},
{
"name": "CVE-2025-21997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21997"
},
{
"name": "CVE-2025-21741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21741"
},
{
"name": "CVE-2020-18032",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18032"
},
{
"name": "CVE-2017-6833",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6833"
},
{
"name": "CVE-2025-21808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21808"
},
{
"name": "CVE-2019-8324",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8324"
},
{
"name": "CVE-2020-2754",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2754"
},
{
"name": "CVE-2025-38086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38086"
},
{
"name": "CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"name": "CVE-2024-58076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58076"
},
{
"name": "CVE-2023-24751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24751"
},
{
"name": "CVE-2025-21708",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21708"
},
{
"name": "CVE-2015-4784",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4784"
},
{
"name": "CVE-2021-4048",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4048"
},
{
"name": "CVE-2023-4527",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4527"
},
{
"name": "CVE-2022-2980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2980"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2025-21720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21720"
},
{
"name": "CVE-2025-32463",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32463"
},
{
"name": "CVE-2015-7747",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7747"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2024-41965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41965"
},
{
"name": "CVE-2020-14796",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14796"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2025-55004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55004"
},
{
"name": "CVE-2014-8139",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8139"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-38003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38003"
},
{
"name": "CVE-2025-38441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38441"
},
{
"name": "CVE-2023-51767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51767"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2023-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6918"
},
{
"name": "CVE-2023-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38037"
},
{
"name": "CVE-2012-5783",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-5783"
},
{
"name": "CVE-2022-2519",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2519"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53023"
},
{
"name": "CVE-2025-21711",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21711"
},
{
"name": "CVE-2025-2998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2998"
},
{
"name": "CVE-2023-51792",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51792"
},
{
"name": "CVE-2021-20313",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20313"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-21978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21978"
},
{
"name": "CVE-2019-16777",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16777"
},
{
"name": "CVE-2025-21760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21760"
},
{
"name": "CVE-2023-45913",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45913"
},
{
"name": "CVE-2018-13153",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13153"
},
{
"name": "CVE-2022-0530",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0530"
},
{
"name": "CVE-2023-48236",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48236"
},
{
"name": "CVE-2025-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21947"
},
{
"name": "CVE-2025-21913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21913"
},
{
"name": "CVE-2023-34474",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34474"
},
{
"name": "CVE-2025-21665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21665"
},
{
"name": "CVE-2025-38227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38227"
},
{
"name": "CVE-2018-1000079",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000079"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2024-58079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58079"
},
{
"name": "CVE-2025-21966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21966"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2021-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45931"
},
{
"name": "CVE-2025-38079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38079"
},
{
"name": "CVE-2021-28544",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28544"
},
{
"name": "CVE-2021-46828",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46828"
},
{
"name": "CVE-2025-21734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21734"
},
{
"name": "CVE-2025-32728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32728"
},
{
"name": "CVE-2023-2804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2804"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2021-44964",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44964"
},
{
"name": "CVE-2025-6141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6141"
},
{
"name": "CVE-2022-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42012"
},
{
"name": "CVE-2018-14437",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14437"
},
{
"name": "CVE-2024-13978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13978"
},
{
"name": "CVE-2025-21890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21890"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2021-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3596"
},
{
"name": "CVE-2025-21916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21916"
},
{
"name": "CVE-2025-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21925"
},
{
"name": "CVE-2024-57883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57883"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2017-6830",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6830"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2021-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3520"
},
{
"name": "CVE-2024-47814",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47814"
},
{
"name": "CVE-2022-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2923"
},
{
"name": "CVE-2025-21799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21799"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2015-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2626"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-21748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21748"
},
{
"name": "CVE-2025-21785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21785"
},
{
"name": "CVE-2020-10029",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10029"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2021-46310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46310"
},
{
"name": "CVE-2022-36227",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36227"
},
{
"name": "CVE-2021-2369",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2369"
},
{
"name": "CVE-2025-21883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21883"
},
{
"name": "CVE-2023-29469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29469"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-38074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38074"
},
{
"name": "CVE-2024-58086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58086"
},
{
"name": "CVE-2025-38119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38119"
},
{
"name": "CVE-2025-38245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38245"
},
{
"name": "CVE-2022-37454",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37454"
},
{
"name": "CVE-2021-36770",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36770"
},
{
"name": "CVE-2025-21898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21898"
},
{
"name": "CVE-2020-14152",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14152"
},
{
"name": "CVE-2025-38324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38324"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2021-36976",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36976"
},
{
"name": "CVE-2024-58051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58051"
},
{
"name": "CVE-2023-3164",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3164"
},
{
"name": "CVE-2022-3597",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3597"
},
{
"name": "CVE-2023-27535",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27535"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2024-56337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56337"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"name": "CVE-2025-9390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9390"
},
{
"name": "CVE-2025-62813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62813"
},
{
"name": "CVE-2025-21857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21857"
},
{
"name": "CVE-2019-9904",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9904"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2022-42919",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42919"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2025-9165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9165"
},
{
"name": "CVE-2023-1981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1981"
},
{
"name": "CVE-2023-30571",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30571"
},
{
"name": "CVE-2022-2231",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2231"
},
{
"name": "CVE-2025-46150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46150"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2025-21812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21812"
},
{
"name": "CVE-2015-4781",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4781"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2025-38542",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38542"
},
{
"name": "CVE-2025-38344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38344"
},
{
"name": "CVE-2023-28120",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28120"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-21848",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21848"
},
{
"name": "CVE-2021-3999",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3999"
},
{
"name": "CVE-2012-6153",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-6153"
},
{
"name": "CVE-2025-38088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38088"
},
{
"name": "CVE-2025-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50096"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2025-21683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21683"
},
{
"name": "CVE-2025-38332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38332"
},
{
"name": "CVE-2020-35492",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35492"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2023-1289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1289"
},
{
"name": "CVE-2025-38386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38386"
},
{
"name": "CVE-2023-6349",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6349"
},
{
"name": "CVE-2024-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2004"
},
{
"name": "CVE-2017-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3605"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2023-0801",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0801"
},
{
"name": "CVE-2025-9341",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9341"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2017-7244",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7244"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2025-21895",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21895"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-1377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2018-16412",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16412"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2019-6462",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6462"
},
{
"name": "CVE-2025-21935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21935"
},
{
"name": "CVE-2022-4645",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4645"
},
{
"name": "CVE-2021-32493",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32493"
},
{
"name": "CVE-2023-24754",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24754"
},
{
"name": "CVE-2020-29509",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29509"
},
{
"name": "CVE-2023-5568",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5568"
},
{
"name": "CVE-2023-38470",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38470"
},
{
"name": "CVE-2025-21675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21675"
},
{
"name": "CVE-2023-34967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34967"
},
{
"name": "CVE-2025-38237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38237"
},
{
"name": "CVE-2025-38174",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38174"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2022-2869",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2869"
},
{
"name": "CVE-2021-4189",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4189"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2023-35945",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35945"
},
{
"name": "CVE-2024-45993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45993"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2024-58019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58019"
},
{
"name": "CVE-2025-9900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9900"
},
{
"name": "CVE-2024-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26146"
},
{
"name": "CVE-2025-21888",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21888"
},
{
"name": "CVE-2025-21866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21866"
},
{
"name": "CVE-2023-40745",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40745"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-3730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3730"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2024-25260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25260"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2025-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38037"
},
{
"name": "CVE-2017-3609",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3609"
},
{
"name": "CVE-2024-57990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57990"
},
{
"name": "CVE-2021-29921",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29921"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2014-9636",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9636"
},
{
"name": "CVE-2025-5351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5351"
},
{
"name": "CVE-2025-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
},
{
"name": "CVE-2022-1622",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1622"
},
{
"name": "CVE-2017-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3611"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2022-2521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2521"
},
{
"name": "CVE-2023-49582",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49582"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-31344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31344"
},
{
"name": "CVE-2025-21976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21976"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2024-57975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57975"
},
{
"name": "CVE-2020-14581",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14581"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2021-32491",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32491"
},
{
"name": "CVE-2025-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50077"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"name": "CVE-2024-52533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52533"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2023-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22025"
},
{
"name": "CVE-2021-43527",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43527"
},
{
"name": "CVE-2022-0924",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0924"
},
{
"name": "CVE-2025-24014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24014"
},
{
"name": "CVE-2022-33068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33068"
},
{
"name": "CVE-2025-38342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38342"
},
{
"name": "CVE-2025-54988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54988"
},
{
"name": "CVE-2024-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58068"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2015-4777",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4777"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2025-38167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38167"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2023-0687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0687"
},
{
"name": "CVE-2024-57998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57998"
},
{
"name": "CVE-2021-3426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3426"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-1304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1304"
},
{
"name": "CVE-2021-2388",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2388"
},
{
"name": "CVE-2022-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"name": "CVE-2025-38257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38257"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2025-38206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38206"
},
{
"name": "CVE-2019-12900",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2024-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39908"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2022-22942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22942"
},
{
"name": "CVE-2024-38950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38950"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-21862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21862"
},
{
"name": "CVE-2023-47282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47282"
},
{
"name": "CVE-2016-20012",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-20012"
},
{
"name": "CVE-2025-38111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38111"
},
{
"name": "CVE-2024-0553",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0553"
},
{
"name": "CVE-2022-44638",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44638"
},
{
"name": "CVE-2019-8325",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8325"
},
{
"name": "CVE-2025-21950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21950"
},
{
"name": "CVE-2025-5918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5918"
},
{
"name": "CVE-2019-3792",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3792"
},
{
"name": "CVE-2022-43235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43235"
},
{
"name": "CVE-2025-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50092"
},
{
"name": "CVE-2025-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50099"
},
{
"name": "CVE-2017-3614",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3614"
},
{
"name": "CVE-2022-0562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0562"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-22001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22001"
},
{
"name": "CVE-2024-10524",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10524"
},
{
"name": "CVE-2025-40017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40017"
},
{
"name": "CVE-2023-45919",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45919"
},
{
"name": "CVE-2025-38326",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38326"
},
{
"name": "CVE-2025-3263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3263"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2018-15607",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15607"
},
{
"name": "CVE-2025-21899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21899"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-38384",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38384"
},
{
"name": "CVE-2025-40778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40778"
},
{
"name": "CVE-2025-21719",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21719"
},
{
"name": "CVE-2025-38424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38424"
},
{
"name": "CVE-2025-38430",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38430"
},
{
"name": "CVE-2025-21718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21718"
},
{
"name": "CVE-2025-3001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3001"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2021-35588",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35588"
},
{
"name": "CVE-2022-32545",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32545"
},
{
"name": "CVE-2025-21694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21694"
},
{
"name": "CVE-2025-41244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41244"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2025-21820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21820"
},
{
"name": "CVE-2017-6838",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6838"
},
{
"name": "CVE-2024-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2024-41817",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41817"
},
{
"name": "CVE-2024-57979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57979"
},
{
"name": "CVE-2024-58071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58071"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2017-6835",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6835"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2023-0799",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0799"
},
{
"name": "CVE-2024-12087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12087"
},
{
"name": "CVE-2025-38420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38420"
},
{
"name": "CVE-2021-3521",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3521"
},
{
"name": "CVE-2022-23806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23806"
},
{
"name": "CVE-2022-21365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21365"
},
{
"name": "CVE-2025-21943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21943"
},
{
"name": "CVE-2019-16775",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16775"
},
{
"name": "CVE-2024-57997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57997"
},
{
"name": "CVE-2025-38160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38160"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-6051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6051"
},
{
"name": "CVE-2022-21283",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21283"
},
{
"name": "CVE-2022-31782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31782"
},
{
"name": "CVE-2025-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50093"
},
{
"name": "CVE-2025-38107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38107"
},
{
"name": "CVE-2025-32434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32434"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53069"
},
{
"name": "CVE-2025-38085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38085"
},
{
"name": "CVE-2025-21806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21806"
},
{
"name": "CVE-2025-38222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38222"
},
{
"name": "CVE-2025-38197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38197"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2022-43253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43253"
},
{
"name": "CVE-2021-36221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36221"
},
{
"name": "CVE-2024-57977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57977"
},
{
"name": "CVE-2018-1000075",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000075"
},
{
"name": "CVE-2025-53019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53019"
},
{
"name": "CVE-2020-14782",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14782"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-53367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53367"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2021-45942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45942"
},
{
"name": "CVE-2022-1615",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1615"
},
{
"name": "CVE-2025-21928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21928"
},
{
"name": "CVE-2021-20246",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20246"
},
{
"name": "CVE-2025-21707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21707"
},
{
"name": "CVE-2023-24755",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24755"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2025-5025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5025"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2022-23773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23773"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2024-27281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27281"
},
{
"name": "CVE-2025-38467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38467"
},
{
"name": "CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"name": "CVE-2025-21804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21804"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2021-3737",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3737"
},
{
"name": "CVE-2025-49795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49795"
},
{
"name": "CVE-2017-6837",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6837"
},
{
"name": "CVE-2014-9913",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9913"
},
{
"name": "CVE-2025-21934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21934"
},
{
"name": "CVE-2025-38072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38072"
},
{
"name": "CVE-2025-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53044"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2024-37407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37407"
},
{
"name": "CVE-2015-4775",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4775"
},
{
"name": "CVE-2025-22011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22011"
},
{
"name": "CVE-2022-1725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1725"
},
{
"name": "CVE-2022-43252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43252"
},
{
"name": "CVE-2023-0614",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0614"
},
{
"name": "CVE-2016-0694",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0694"
},
{
"name": "CVE-2023-6228",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6228"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2024-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5197"
},
{
"name": "CVE-2020-21606",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21606"
},
{
"name": "CVE-2025-38075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38075"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2022-40674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40674"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2001-1269",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1269"
},
{
"name": "CVE-2025-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50087"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2025-38058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38058"
},
{
"name": "CVE-2023-20873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20873"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2025-38617",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38617"
},
{
"name": "CVE-2025-21762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21762"
},
{
"name": "CVE-2023-47169",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47169"
},
{
"name": "CVE-2025-38122",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38122"
},
{
"name": "CVE-2025-21801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21801"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-38083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38083"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2023-0795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0795"
},
{
"name": "CVE-2015-2583",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2583"
},
{
"name": "CVE-2025-21692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21692"
},
{
"name": "CVE-2025-38173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38173"
},
{
"name": "CVE-2022-21434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21434"
},
{
"name": "CVE-2025-2148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2148"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2025-38143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38143"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2025-45768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
},
{
"name": "CVE-2023-38469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38469"
},
{
"name": "CVE-2024-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38428"
},
{
"name": "CVE-2022-3821",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3821"
},
{
"name": "CVE-2014-3577",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-3577"
},
{
"name": "CVE-2025-21869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21869"
},
{
"name": "CVE-2025-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1365"
},
{
"name": "CVE-2023-32570",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32570"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2023-52970",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52970"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2016-5841",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5841"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2025-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53101"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2024-54458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54458"
},
{
"name": "CVE-2022-44267",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44267"
},
{
"name": "CVE-2024-26141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26141"
},
{
"name": "CVE-2015-4783",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4783"
},
{
"name": "CVE-2019-8321",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8321"
},
{
"name": "CVE-2025-21826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21826"
},
{
"name": "CVE-2025-29768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29768"
},
{
"name": "CVE-2015-4774",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4774"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"name": "CVE-2022-21294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21294"
},
{
"name": "CVE-2025-21750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21750"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2025-21912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21912"
},
{
"name": "CVE-2018-13440",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13440"
},
{
"name": "CVE-2022-42898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42898"
},
{
"name": "CVE-2025-46393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46393"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2021-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0561"
},
{
"name": "CVE-2018-12599",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12599"
},
{
"name": "CVE-2025-21859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21859"
},
{
"name": "CVE-2025-38416",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38416"
},
{
"name": "CVE-2022-1587",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1587"
},
{
"name": "CVE-2025-21825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21825"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2017-7246",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7246"
},
{
"name": "CVE-2020-2755",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2755"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2022-0284",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0284"
},
{
"name": "CVE-2017-7500",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7500"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2023-6481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6481"
},
{
"name": "CVE-2024-58016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58016"
},
{
"name": "CVE-2020-14779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14779"
},
{
"name": "CVE-2025-21903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21903"
},
{
"name": "CVE-2021-41772",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41772"
},
{
"name": "CVE-2021-32292",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32292"
},
{
"name": "CVE-2025-38194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38194"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-34903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34903"
},
{
"name": "CVE-2023-1667",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1667"
},
{
"name": "CVE-2022-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2953"
},
{
"name": "CVE-2022-43238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43238"
},
{
"name": "CVE-2025-3121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3121"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2022-43680",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43680"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2024-20696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20696"
},
{
"name": "CVE-2025-21761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21761"
},
{
"name": "CVE-2025-46149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46149"
},
{
"name": "CVE-2021-26945",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26945"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2025-46152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46152"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2024-57951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57951"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2022-34169",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34169"
},
{
"name": "CVE-2025-38348",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38348"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2025-21844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21844"
},
{
"name": "CVE-2025-21885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21885"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2025-21784",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21784"
},
{
"name": "CVE-2025-31672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31672"
},
{
"name": "CVE-2025-21681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21681"
},
{
"name": "CVE-2023-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22045"
},
{
"name": "CVE-2025-38540",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38540"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2025-21676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21676"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-38403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38403"
},
{
"name": "CVE-2022-28463",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28463"
},
{
"name": "CVE-2022-23308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23308"
},
{
"name": "CVE-2025-21726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21726"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2018-3779",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3779"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2020-28196",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28196"
},
{
"name": "CVE-2024-27407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27407"
},
{
"name": "CVE-2025-41232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41232"
},
{
"name": "CVE-2024-58020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58020"
},
{
"name": "CVE-2025-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50091"
},
{
"name": "CVE-2025-10911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10911"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2021-31566",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31566"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2022-28805",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28805"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-34750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34750"
},
{
"name": "CVE-2021-29923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29923"
},
{
"name": "CVE-2017-3604",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3604"
},
{
"name": "CVE-2025-21723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21723"
},
{
"name": "CVE-2023-0804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0804"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2025-21802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21802"
},
{
"name": "CVE-2022-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21341"
},
{
"name": "CVE-2025-38146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38146"
},
{
"name": "CVE-2025-21705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21705"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2022-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1355"
},
{
"name": "CVE-2025-47291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47291"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2023-36054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2025-38418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38418"
},
{
"name": "CVE-2025-38090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38090"
},
{
"name": "CVE-2025-21721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21721"
},
{
"name": "CVE-2025-21810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21810"
},
{
"name": "CVE-2022-1420",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1420"
},
{
"name": "CVE-2022-23218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23218"
},
{
"name": "CVE-2021-24031",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24031"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2025-46153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46153"
},
{
"name": "CVE-2025-21877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21877"
},
{
"name": "CVE-2023-0797",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0797"
},
{
"name": "CVE-2025-5994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5994"
},
{
"name": "CVE-2021-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38115"
},
{
"name": "CVE-2025-38415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38415"
},
{
"name": "CVE-2021-31879",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31879"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-49887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49887"
},
{
"name": "CVE-2025-22134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22134"
},
{
"name": "CVE-2021-35578",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35578"
},
{
"name": "CVE-2025-1215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1215"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2023-1916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1916"
},
{
"name": "CVE-2021-20309",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20309"
},
{
"name": "CVE-2022-29217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29217"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2023-38472",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38472"
},
{
"name": "CVE-2024-56826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56826"
},
{
"name": "CVE-2017-12643",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12643"
},
{
"name": "CVE-2024-57953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57953"
},
{
"name": "CVE-2020-14583",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14583"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2023-48232",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48232"
},
{
"name": "CVE-2021-26720",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26720"
},
{
"name": "CVE-2025-54801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54801"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2025-53054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53054"
},
{
"name": "CVE-2025-21878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21878"
},
{
"name": "CVE-2023-24756",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24756"
},
{
"name": "CVE-2017-3607",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3607"
},
{
"name": "CVE-2021-44716",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44716"
},
{
"name": "CVE-2022-2520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2520"
},
{
"name": "CVE-2022-21340",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21340"
},
{
"name": "CVE-2024-47874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47874"
},
{
"name": "CVE-2025-21670",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21670"
},
{
"name": "CVE-2025-9403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9403"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2025-21739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21739"
},
{
"name": "CVE-2016-4074",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-4074"
},
{
"name": "CVE-2024-0746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0746"
},
{
"name": "CVE-2025-21775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21775"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-21846",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21846"
},
{
"name": "CVE-2022-33099",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33099"
},
{
"name": "CVE-2023-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45931"
},
{
"name": "CVE-2025-8114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8114"
},
{
"name": "CVE-2025-38400",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38400"
},
{
"name": "CVE-2023-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6004"
},
{
"name": "CVE-2025-32387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32387"
},
{
"name": "CVE-2024-26775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26775"
},
{
"name": "CVE-2022-25309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25309"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-38136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38136"
},
{
"name": "CVE-2024-38808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38808"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2024-12747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12747"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2023-41175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41175"
},
{
"name": "CVE-2023-48234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48234"
},
{
"name": "CVE-2025-55212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55212"
},
{
"name": "CVE-2022-36087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36087"
},
{
"name": "CVE-2022-32547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32547"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2022-0351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0351"
},
{
"name": "CVE-2022-35737",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
},
{
"name": "CVE-2022-21293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21293"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2022-26280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26280"
},
{
"name": "CVE-2025-37752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37752"
},
{
"name": "CVE-2025-55668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2022-1354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1354"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2025-21873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21873"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2025-38048",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38048"
},
{
"name": "CVE-2019-13147",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13147"
},
{
"name": "CVE-2025-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50104"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2020-2800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2800"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2018-11655",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11655"
},
{
"name": "CVE-2022-4415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4415"
},
{
"name": "CVE-2022-2928",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2928"
},
{
"name": "CVE-2025-21765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21765"
},
{
"name": "CVE-2023-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3576"
},
{
"name": "CVE-2025-38477",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38477"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-57803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57803"
},
{
"name": "CVE-2023-46246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46246"
},
{
"name": "CVE-2025-21782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21782"
},
{
"name": "CVE-2023-31437",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31437"
},
{
"name": "CVE-2023-47039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47039"
},
{
"name": "CVE-2025-30722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30722"
},
{
"name": "CVE-2024-43802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43802"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2024-56827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56827"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2023-37769",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37769"
},
{
"name": "CVE-2025-21926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21926"
},
{
"name": "CVE-2022-21282",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21282"
},
{
"name": "CVE-2022-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21349"
},
{
"name": "CVE-2020-29511",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29511"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2015-7697",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7697"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21742"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2022-43243",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43243"
},
{
"name": "CVE-2024-58002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58002"
},
{
"name": "CVE-2017-16231",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16231"
},
{
"name": "CVE-2025-38406",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38406"
},
{
"name": "CVE-2025-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50101"
},
{
"name": "CVE-2025-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21930"
},
{
"name": "CVE-2021-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35942"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"name": "CVE-2025-5702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5702"
},
{
"name": "CVE-2025-21870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21870"
},
{
"name": "CVE-2017-9409",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9409"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2018-1000077",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000077"
},
{
"name": "CVE-2025-21892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21892"
},
{
"name": "CVE-2024-58052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58052"
},
{
"name": "CVE-2025-21944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21944"
},
{
"name": "CVE-2025-21905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21905"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2016-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0689"
},
{
"name": "CVE-2025-38352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38352"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2024-54456",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54456"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-21920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21920"
},
{
"name": "CVE-2025-55554",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55554"
},
{
"name": "CVE-2024-43168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43168"
},
{
"name": "CVE-2014-8140",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8140"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22016"
},
{
"name": "CVE-2025-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4207"
},
{
"name": "CVE-2021-45346",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45346"
},
{
"name": "CVE-2025-37756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37756"
},
{
"name": "CVE-2022-0908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0908"
},
{
"name": "CVE-2025-38263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38263"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2024-46901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46901"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2025-21955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21955"
},
{
"name": "CVE-2025-8677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8677"
},
{
"name": "CVE-2025-21773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21773"
},
{
"name": "CVE-2025-53040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53040"
},
{
"name": "CVE-2025-38218",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38218"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2024-43167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43167"
},
{
"name": "CVE-2021-28861",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28861"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2022-21248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21248"
},
{
"name": "CVE-2021-33574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33574"
},
{
"name": "CVE-2018-1000035",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000035"
},
{
"name": "CVE-2021-40211",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40211"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2024-58001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58001"
},
{
"name": "CVE-2025-38393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38393"
},
{
"name": "CVE-2024-26256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26256"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2019-18276",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
},
{
"name": "CVE-2025-38618",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38618"
},
{
"name": "CVE-2021-3326",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3326"
},
{
"name": "CVE-2023-2283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2283"
},
{
"name": "CVE-2020-0499",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-0499"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-21724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21724"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-3136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3136"
},
{
"name": "CVE-2025-55160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55160"
},
{
"name": "CVE-2025-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21891"
},
{
"name": "CVE-2025-38249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38249"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2025-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22013"
},
{
"name": "CVE-2024-50157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50157"
},
{
"name": "CVE-2022-48703",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48703"
},
{
"name": "CVE-2025-38154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38154"
},
{
"name": "CVE-2022-1674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1674"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2025-21858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21858"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2022-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30699"
},
{
"name": "CVE-2025-21672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21672"
},
{
"name": "CVE-2025-38389",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38389"
},
{
"name": "CVE-2025-38448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38448"
},
{
"name": "CVE-2022-48281",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48281"
},
{
"name": "CVE-2023-2426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2426"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2021-35564",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35564"
},
{
"name": "CVE-2024-57949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57949"
},
{
"name": "CVE-2025-1632",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1632"
},
{
"name": "CVE-2021-20176",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20176"
},
{
"name": "CVE-2025-21979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21979"
},
{
"name": "CVE-2022-3278",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3278"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2025-21821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21821"
},
{
"name": "CVE-2022-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28321"
},
{
"name": "CVE-2025-55298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55298"
},
{
"name": "CVE-2022-43241",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43241"
},
{
"name": "CVE-2017-3606",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3606"
},
{
"name": "CVE-2023-52969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52969"
},
{
"name": "CVE-2018-1000073",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000073"
},
{
"name": "CVE-2025-38052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38052"
},
{
"name": "CVE-2025-38377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38377"
},
{
"name": "CVE-2023-20883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20883"
},
{
"name": "CVE-2025-21733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21733"
},
{
"name": "CVE-2023-22656",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22656"
},
{
"name": "CVE-2025-46551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46551"
},
{
"name": "CVE-2025-43965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43965"
},
{
"name": "CVE-2022-40090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40090"
},
{
"name": "CVE-2021-36408",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36408"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53045"
},
{
"name": "CVE-2023-39327",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39327"
},
{
"name": "CVE-2017-18253",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18253"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-26462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26462"
},
{
"name": "CVE-2024-58053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58053"
},
{
"name": "CVE-2025-38516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38516"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-38462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38462"
},
{
"name": "CVE-2025-38350",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38350"
},
{
"name": "CVE-2025-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38428"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
},
{
"name": "CVE-2018-13410",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13410"
},
{
"name": "CVE-2025-2099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2099"
},
{
"name": "CVE-2025-38262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38262"
},
{
"name": "CVE-2025-6638",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6638"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2025-38138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38138"
},
{
"name": "CVE-2021-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3610"
},
{
"name": "CVE-2024-58077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58077"
},
{
"name": "CVE-2025-5283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5283"
},
{
"name": "CVE-2025-21754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21754"
},
{
"name": "CVE-2024-12088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12088"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2025-38035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38035"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2021-44717",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44717"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2025-21960",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21960"
},
{
"name": "CVE-2025-38310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38310"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2015-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4786"
},
{
"name": "CVE-2020-14155",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14155"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2025-37963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37963"
},
{
"name": "CVE-2022-43250",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43250"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2025-38226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38226"
},
{
"name": "CVE-2025-4947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4947"
},
{
"name": "CVE-2023-4911",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4911"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2023-38473",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38473"
},
{
"name": "CVE-2025-38443",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38443"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2025-52099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52099"
},
{
"name": "CVE-2023-43887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43887"
},
{
"name": "CVE-2025-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21967"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2021-24032",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24032"
},
{
"name": "CVE-2025-38439",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38439"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2025-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41254"
},
{
"name": "CVE-2022-21496",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21496"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2020-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2757"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-38145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38145"
},
{
"name": "CVE-2022-2598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2598"
},
{
"name": "CVE-2020-27829",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27829"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-37948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37948"
},
{
"name": "CVE-2021-27645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27645"
},
{
"name": "CVE-2025-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21863"
},
{
"name": "CVE-2025-21856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21856"
},
{
"name": "CVE-2025-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53053"
},
{
"name": "CVE-2022-2509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2509"
},
{
"name": "CVE-2024-28835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28835"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-21749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21749"
},
{
"name": "CVE-2017-6839",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6839"
},
{
"name": "CVE-2023-1906",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1906"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2025-38051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38051"
},
{
"name": "CVE-2021-35556",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35556"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2022-34526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34526"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2023-47471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47471"
},
{
"name": "CVE-2022-2868",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2868"
},
{
"name": "CVE-2022-1771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1771"
},
{
"name": "CVE-2025-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21945"
},
{
"name": "CVE-2021-32492",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32492"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2025-55005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55005"
},
{
"name": "CVE-2025-32955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32955"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-38044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38044"
},
{
"name": "CVE-2022-1586",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1586"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-52616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52616"
},
{
"name": "CVE-2025-38498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38498"
},
{
"name": "CVE-2025-40015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40015"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2025-21829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21829"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2024-57999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57999"
},
{
"name": "CVE-2018-16645",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16645"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2023-38039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38039"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2022-21443",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21443"
},
{
"name": "CVE-2025-21969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21969"
},
{
"name": "CVE-2025-38200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38200"
},
{
"name": "CVE-2025-40007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40007"
},
{
"name": "CVE-2024-58072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58072"
},
{
"name": "CVE-2025-38273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38273"
},
{
"name": "CVE-2025-38346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38346"
},
{
"name": "CVE-2025-55315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55315"
},
{
"name": "CVE-2018-11813",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11813"
},
{
"name": "CVE-2025-21722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21722"
},
{
"name": "CVE-2024-50379",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
},
{
"name": "CVE-2021-35560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35560"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2025-21793",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21793"
},
{
"name": "CVE-2022-2719",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2719"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2022-45873",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45873"
},
{
"name": "CVE-2023-34151",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34151"
},
{
"name": "CVE-2023-51384",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51384"
},
{
"name": "CVE-2021-43809",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43809"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2015-1606",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-1606"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-21919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21919"
},
{
"name": "CVE-2023-3896",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3896"
},
{
"name": "CVE-2023-2908",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2908"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2023-39615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39615"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2025-21854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21854"
},
{
"name": "CVE-2017-7501",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7501"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2023-31486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31486"
},
{
"name": "CVE-2020-21599",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21599"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2013-0340",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-0340"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2023-32611",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32611"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2015-20107",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-20107"
},
{
"name": "CVE-2023-39978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39978"
},
{
"name": "CVE-2024-34397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34397"
},
{
"name": "CVE-2025-38320",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38320"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2025-8177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8177"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2024-58083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58083"
},
{
"name": "CVE-2021-20311",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20311"
},
{
"name": "CVE-2024-58055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58055"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2023-28486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28486"
},
{
"name": "CVE-2020-27618",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27618"
},
{
"name": "CVE-2024-57993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57993"
},
{
"name": "CVE-2025-21887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21887"
},
{
"name": "CVE-2023-6246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6246"
},
{
"name": "CVE-2021-20241",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20241"
},
{
"name": "CVE-2017-12674",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12674"
},
{
"name": "CVE-2023-0800",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0800"
},
{
"name": "CVE-2025-62171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62171"
},
{
"name": "CVE-2025-38280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38280"
},
{
"name": "CVE-2023-5388",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5388"
},
{
"name": "CVE-2018-1000078",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000078"
},
{
"name": "CVE-2020-2756",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2756"
},
{
"name": "CVE-2025-50950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50950"
},
{
"name": "CVE-2020-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21605"
},
{
"name": "CVE-2024-54534",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54534"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2025-38084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38084"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2022-23219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23219"
},
{
"name": "CVE-2017-1000476",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000476"
},
{
"name": "CVE-2015-2640",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2640"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2024-41123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
},
{
"name": "CVE-2025-6921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6921"
},
{
"name": "CVE-2015-8863",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8863"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2018-11656",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11656"
},
{
"name": "CVE-2025-38103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38103"
},
{
"name": "CVE-2022-2127",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2127"
},
{
"name": "CVE-2021-25217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25217"
},
{
"name": "CVE-2025-38514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38514"
},
{
"name": "CVE-2018-19876",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19876"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2021-20310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20310"
},
{
"name": "CVE-2021-20245",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20245"
},
{
"name": "CVE-2021-35561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35561"
},
{
"name": "CVE-2025-21732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21732"
},
{
"name": "CVE-2025-38569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38569"
},
{
"name": "CVE-2022-21476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21476"
},
{
"name": "CVE-2023-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22796"
},
{
"name": "CVE-2025-21875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21875"
},
{
"name": "CVE-2023-0361",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0361"
},
{
"name": "CVE-2025-38204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38204"
},
{
"name": "CVE-2021-40812",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40812"
},
{
"name": "CVE-2021-4217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4217"
},
{
"name": "CVE-2023-32643",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32643"
},
{
"name": "CVE-2023-27537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27537"
},
{
"name": "CVE-2025-22015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22015"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"name": "CVE-2025-21832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21832"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2018-9135",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9135"
},
{
"name": "CVE-2025-38410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38410"
},
{
"name": "CVE-2025-21790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21790"
},
{
"name": "CVE-2024-52316",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52316"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2021-39212",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39212"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2024-58014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58014"
},
{
"name": "CVE-2025-21680",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21680"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2017-12433",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12433"
},
{
"name": "CVE-2025-21924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21924"
},
{
"name": "CVE-2021-3574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3574"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2022-21541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21541"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-58006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58006"
},
{
"name": "CVE-2025-21710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21710"
},
{
"name": "CVE-2022-21360",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21360"
},
{
"name": "CVE-2025-22088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22088"
},
{
"name": "CVE-2025-38460",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38460"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2022-25858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25858"
},
{
"name": "CVE-2022-21296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21296"
},
{
"name": "CVE-2022-48303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48303"
},
{
"name": "CVE-2025-38345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38345"
},
{
"name": "CVE-2022-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21540"
},
{
"name": "CVE-2025-21815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21815"
},
{
"name": "CVE-2025-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50083"
},
{
"name": "CVE-2024-37371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
},
{
"name": "CVE-2017-6836",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6836"
},
{
"name": "CVE-2021-3500",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3500"
},
{
"name": "CVE-2022-25310",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25310"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
},
{
"name": "CVE-2021-43618",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
},
{
"name": "CVE-2021-20251",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20251"
},
{
"name": "CVE-2025-21669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21669"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2021-33621",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33621"
},
{
"name": "CVE-2025-57807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57807"
},
{
"name": "CVE-2025-38231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38231"
},
{
"name": "CVE-2022-26488",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26488"
},
{
"name": "CVE-2025-21716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21716"
},
{
"name": "CVE-2024-49761",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49761"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2025-3777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3777"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2024-0567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0567"
},
{
"name": "CVE-2018-18384",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18384"
},
{
"name": "CVE-2024-58080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58080"
},
{
"name": "CVE-2025-21744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21744"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2023-32665",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32665"
},
{
"name": "CVE-2025-31498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31498"
},
{
"name": "CVE-2022-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30698"
},
{
"name": "CVE-2023-31438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31438"
},
{
"name": "CVE-2024-57986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57986"
},
{
"name": "CVE-2021-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37750"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2021-20244",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20244"
},
{
"name": "CVE-2025-38181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38181"
},
{
"name": "CVE-2025-21835",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21835"
},
{
"name": "CVE-2025-38391",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38391"
},
{
"name": "CVE-2025-11411",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11411"
},
{
"name": "CVE-2020-14577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14577"
},
{
"name": "CVE-2022-3570",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3570"
},
{
"name": "CVE-2016-9844",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9844"
},
{
"name": "CVE-2019-13136",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13136"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2021-36222",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36222"
},
{
"name": "CVE-2021-3941",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3941"
},
{
"name": "CVE-2022-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0561"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2025-21811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21811"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2025-11-06T00:00:00",
"last_revision_date": "2025-11-06T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0969",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-06T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36320",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36320"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36423",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36423"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36364"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36351"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36424",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36424"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36412",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36412"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36388",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36388"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36426",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36426"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36411",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36411"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36357",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36357"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36408",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36408"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36349",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36349"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36414",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36414"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36397",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36397"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36389",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36389"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36398",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36398"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36380",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36380"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-41",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36407"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36362",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36362"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36413",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36413"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36384",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36384"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36379",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36379"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36400",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36400"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36377",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36377"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36368",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36368"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36418",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36418"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36420",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36420"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36391",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36391"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36392",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36392"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36353",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36353"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-14",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36356"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36422",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36422"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36381",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36381"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36421",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36421"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36416",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36416"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-86",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36415"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36403",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36403"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36347",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36347"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36383",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36383"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36410",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36410"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36352",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36352"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36394",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36394"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36354",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36354"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36399",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36399"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36350"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36419",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36419"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-85",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36401"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36365"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36405",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36405"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36367"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36395",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36395"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36387",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36387"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36363",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36363"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36385",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36385"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36409",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36409"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36359"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36348",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36348"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36386",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36386"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36417",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36417"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36425",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36425"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36366"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36360"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36355",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36355"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36358"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36396",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36396"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36378",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36378"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36382",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36382"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36404",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36404"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36361"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36402",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36402"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36393",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36393"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36406",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36406"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36390",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36390"
}
]
}
CERTFR-2023-AVI-0272
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits IBM. Elles permettent à un attaquant de provoquer un déni de service à distance, une élévation de privilèges, un contournement de la politique de sécurité, une exécution de code arbitraire, une injection de code indirecte à distance (XSS), une atteinte à la confidentialité des données et un problème de sécurité non spécifié par l'éditeur.
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 | WebSphere | IBM WebSphere Automation versions antérieures à 1.5.2 | ||
| IBM | Spectrum | IBM Spectrum Protect Plus Container Agent (Red Hat OpenShift) versions antérieures à 10.1.12.4 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM 7.4.3 sans le correctif de sécurité FP9 | ||
| IBM | Spectrum | IBM Spectrum Protect Plus Container Agent (Kubernetes) versions antérieures à 10.1.12.4 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM 7.5.0 sans le correctif de sécurité UP4 IF01 |
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM WebSphere Automation versions ant\u00e9rieures \u00e0 1.5.2",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus Container Agent (Red Hat OpenShift) versions ant\u00e9rieures \u00e0 10.1.12.4",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM 7.4.3 sans le correctif de s\u00e9curit\u00e9 FP9",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus Container Agent (Kubernetes) versions ant\u00e9rieures \u00e0 10.1.12.4",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM 7.5.0 sans le correctif de s\u00e9curit\u00e9 UP4 IF01",
"product": {
"name": "QRadar SIEM",
"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-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-23825",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23825"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"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-2022-29900",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29900"
},
{
"name": "CVE-2022-29901",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29901"
},
{
"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-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2023-27589",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27589"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"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-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2023-25136",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25136"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2022-26373",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26373"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2022-42898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42898"
},
{
"name": "CVE-2022-41721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41721"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2022-2588",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2588"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2022-23816",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23816"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2022-41727",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41727"
},
{
"name": "CVE-2022-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40898"
},
{
"name": "CVE-2022-23491",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23491"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0272",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-03-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"
},
{
"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 \u003cspan\nclass=\"textit\"\u003eIBM\u003c/span\u003e. Elles permettent \u00e0 un attaquant de provoquer\nun d\u00e9ni de service \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges, un\ncontournement de la politique de s\u00e9curit\u00e9, une ex\u00e9cution de code\narbitraire, une injection de code indirecte \u00e0 distance (XSS), une\natteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et un probl\u00e8me de s\u00e9curit\u00e9 non\nsp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967016 du 29 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6967016"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6966998 du 29 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6966998"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6965352 du 29 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6965352"
}
]
}
CERTFR-2022-AVI-1040
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans IBM Spectrum Protect. Certaines d'entre elles permettent à un attaquant de provoquer un déni de service à distance, un contournement de la politique de sécurité et une atteinte à la confidentialité des données.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes versions 10.1.5 \u00e0 10.1.12.1 ant\u00e9rieures \u00e0 10.1.12.2",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus Container Backup and Restore for OpenShift versions 10.1.7 \u00e0 10.1.12.1 ant\u00e9rieures \u00e0 10.1.12.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-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-32190",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32190"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"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-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
}
],
"links": [],
"reference": "CERTFR-2022-AVI-1040",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2022-11-21T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans IBM Spectrum\nProtect. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer\nun d\u00e9ni de service \u00e0 distance, un contournement de la politique de\ns\u00e9curit\u00e9 et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans IBM Spectrum Protect",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6838883 du 17 novembre 2022",
"url": "https://www.ibm.com/support/pages/node/6838883"
}
]
}
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-0428
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits 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 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 | N/A | Splunk Universal Forwarders versions 8.2.x antérieures à 8.2.11 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions antérieures à 8.1.14 | ||
| Splunk | N/A | Splunk App for Lookup File Editing versions antérieures à 4.0.1 | ||
| Splunk | N/A | Splunk App for Stream versions antérieures à 8.1.1 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 9.0.x antérieures à 9.0.5 | ||
| Splunk | N/A | Splunk Cloud versions antérieures à 9.0.2303.100 | ||
| Splunk | N/A | Splunk Universal Forwarders versions 9.0.x antérieures à 9.0.5 | ||
| Splunk | N/A | Splunk Universal Forwarders versions antérieures à 8.1.14 | ||
| Splunk | Splunk Enterprise | Splunk Enterprise versions 8.2.x antérieures à 8.2.11 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Splunk Universal Forwarders versions 8.2.x ant\u00e9rieures \u00e0 8.2.11",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions ant\u00e9rieures \u00e0 8.1.14",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk App for Lookup File Editing versions ant\u00e9rieures \u00e0 4.0.1",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk App for Stream versions ant\u00e9rieures \u00e0 8.1.1",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 9.0.x ant\u00e9rieures \u00e0 9.0.5",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Cloud versions ant\u00e9rieures \u00e0 9.0.2303.100",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Universal Forwarders versions 9.0.x ant\u00e9rieures \u00e0 9.0.5",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Universal Forwarders versions ant\u00e9rieures \u00e0 8.1.14",
"product": {
"name": "N/A",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "Splunk Enterprise versions 8.2.x ant\u00e9rieures \u00e0 8.2.11",
"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-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-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2023-1370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
},
{
"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-2020-7753",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7753"
},
{
"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-2020-8116",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8116"
},
{
"name": "CVE-2022-35260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35260"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2021-33502",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33502"
},
{
"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-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-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2021-33503",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33503"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2023-32715",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32715"
},
{
"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-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-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-2020-7774",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7774"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"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-27292",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27292"
},
{
"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-32717",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32717"
},
{
"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-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2023-32708",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32708"
},
{
"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-2021-33587",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33587"
},
{
"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-2020-13822",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13822"
},
{
"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-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"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-2021-20095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20095"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2019-10744",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10744"
},
{
"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-32716",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32716"
},
{
"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-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"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-2023-32711",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32711"
},
{
"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-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-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-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-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2022-43680",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43680"
},
{
"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-2021-31566",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31566"
},
{
"name": "CVE-2023-32712",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32712"
},
{
"name": "CVE-2022-4200",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4200"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"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-2020-8203",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8203"
},
{
"name": "CVE-2023-32710",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32710"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2019-20149",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20149"
},
{
"name": "CVE-2022-38900",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38900"
},
{
"name": "CVE-2017-16042",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16042"
},
{
"name": "CVE-2021-22926",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22926"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2021-22890",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22890"
},
{
"name": "CVE-2023-32706",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32706"
},
{
"name": "CVE-2019-10746",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10746"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2020-15138",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15138"
},
{
"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-2021-23368",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23368"
},
{
"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-2023-32709",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32709"
},
{
"name": "CVE-2022-37616",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37616"
},
{
"name": "CVE-2022-30115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30115"
},
{
"name": "CVE-2021-22876",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22876"
},
{
"name": "CVE-2020-7662",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7662"
},
{
"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-2023-32707",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32707"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2023-32713",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32713"
},
{
"name": "CVE-2022-25858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25858"
},
{
"name": "CVE-2023-32714",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32714"
},
{
"name": "CVE-2019-8331",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8331"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
}
],
"links": [],
"reference": "CERTFR-2023-AVI-0428",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-06-02T00: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"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"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 \u003cspan\nclass=\"textit\"\u003eSplunk\u003c/span\u003e. Certaines d\u0027entre elles permettent \u00e0 un\nattaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par\nl\u0027\u00e9diteur, une ex\u00e9cution de code arbitraire et un d\u00e9ni de service \u00e0\ndistance.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Splunk",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0603 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0603"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0609 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0609"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0607 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0607"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0602 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0602"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0613 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0613"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0608 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0608"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0610 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0610"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0611 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0611"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0614 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0614"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0601 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0601"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0605 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0605"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0606 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0606"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0615 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0615"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0604 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0604"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2023-0612 du 01 juin 2023",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0612"
}
]
}
CERTFR-2023-AVI-0276
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans IBM. Elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, une élévation de privilèges, une atteinte à l'intégrité des données, un contournement de la politique de sécurité, une injection de code indirecte à distance (XSS), une exécution de code arbitraire à distance, un déni de service à distance et un problème de sécurité non spécifié par l'éditeur.
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 | WebSphere | IBM WebSphere Hybrid Edition 5.1 sans le correctif de sécurité APAR PH52925 | ||
| IBM | WebSphere | IBM WebSphere Automation versions antérieures à 1.5.2 | ||
| IBM | WebSphere | IBM WebSphere Application Server 9.0 sans le correctif de sécurité APAR PH52925 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM versions antérieures à 7.5.0 UP5 | ||
| IBM | Db2 | IBM Db2 Web Queryfor i versions 2.3.0 et 2.4.0 sans le correctif de sécurité 5733WQX | ||
| IBM | Spectrum | IBM Spectrum Protect Plus Server versions antérieures à 10.1.12.4 | ||
| IBM | N/A | IBM HTTP Server for i sans le correctif de sécurité 5770DG1 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM versions antérieures à 7.5.0 UP4 IF01 | ||
| IBM | QRadar User Behavior Analytics | QRadar User Behavior Analytics versions 1.0.0 à 4.1.10 antérieures à 4.1.11 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM versions antérieures à 7.4.3 FP9 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM WebSphere Hybrid Edition 5.1 sans le correctif de s\u00e9curit\u00e9 APAR PH52925",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM WebSphere Automation versions ant\u00e9rieures \u00e0 1.5.2",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM WebSphere Application Server 9.0 sans le correctif de s\u00e9curit\u00e9 APAR PH52925",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM versions ant\u00e9rieures \u00e0 7.5.0 UP5",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Db2 Web Queryfor i versions 2.3.0 et 2.4.0 sans le correctif de s\u00e9curit\u00e9 5733WQX",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus Server versions ant\u00e9rieures \u00e0 10.1.12.4",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM HTTP Server for i sans le correctif de s\u00e9curit\u00e9 5770DG1",
"product": {
"name": "N/A",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM versions ant\u00e9rieures \u00e0 7.5.0 UP4 IF01",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar User Behavior Analytics versions 1.0.0 \u00e0 4.1.10 ant\u00e9rieures \u00e0 4.1.11",
"product": {
"name": "QRadar User Behavior Analytics",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM versions ant\u00e9rieures \u00e0 7.4.3 FP9",
"product": {
"name": "QRadar SIEM",
"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-28733",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28733"
},
{
"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-2020-24025",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24025"
},
{
"name": "CVE-2021-21409",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21409"
},
{
"name": "CVE-2023-26283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26283"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-23825",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23825"
},
{
"name": "CVE-2021-39227",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39227"
},
{
"name": "CVE-2021-23364",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23364"
},
{
"name": "CVE-2022-22971",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22971"
},
{
"name": "CVE-2021-37701",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37701"
},
{
"name": "CVE-2021-25220",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25220"
},
{
"name": "CVE-2022-2964",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2964"
},
{
"name": "CVE-2021-3677",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3677"
},
{
"name": "CVE-2018-19797",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19797"
},
{
"name": "CVE-2021-32804",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32804"
},
{
"name": "CVE-2018-19827",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19827"
},
{
"name": "CVE-2018-15494",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15494"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2018-11694",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11694"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2022-37603",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37603"
},
{
"name": "CVE-2018-8036",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-8036"
},
{
"name": "CVE-2022-25647",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25647"
},
{
"name": "CVE-2022-29900",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29900"
},
{
"name": "CVE-2022-29901",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29901"
},
{
"name": "CVE-2022-36364",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36364"
},
{
"name": "CVE-2022-4883",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4883"
},
{
"name": "CVE-2022-41966",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41966"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2020-13936",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13936"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2022-40153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40153"
},
{
"name": "CVE-2022-42252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42252"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-40149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40149"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2020-7764",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7764"
},
{
"name": "CVE-2022-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41946"
},
{
"name": "CVE-2022-25927",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25927"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2021-37713",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37713"
},
{
"name": "CVE-2021-42581",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42581"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2021-37137",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37137"
},
{
"name": "CVE-2021-37712",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37712"
},
{
"name": "CVE-2022-21724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21724"
},
{
"name": "CVE-2022-46364",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46364"
},
{
"name": "CVE-2022-40150",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40150"
},
{
"name": "CVE-2022-24999",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24999"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2019-10785",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10785"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2022-24823",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24823"
},
{
"name": "CVE-2021-37136",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37136"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2022-37601",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37601"
},
{
"name": "CVE-2022-40152",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40152"
},
{
"name": "CVE-2021-3807",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3807"
},
{
"name": "CVE-2022-46363",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46363"
},
{
"name": "CVE-2021-21295",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21295"
},
{
"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-2019-6286",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6286"
},
{
"name": "CVE-2022-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2795"
},
{
"name": "CVE-2020-5259",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-5259"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2021-26401",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26401"
},
{
"name": "CVE-2022-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24785"
},
{
"name": "CVE-2021-23450",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23450"
},
{
"name": "CVE-2018-19839",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19839"
},
{
"name": "CVE-2021-43797",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43797"
},
{
"name": "CVE-2021-32803",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32803"
},
{
"name": "CVE-2022-4254",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4254"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2023-22809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22809"
},
{
"name": "CVE-2018-20821",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20821"
},
{
"name": "CVE-2022-45143",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45143"
},
{
"name": "CVE-2022-26373",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26373"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2019-6283",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6283"
},
{
"name": "CVE-2019-6284",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6284"
},
{
"name": "CVE-2022-42898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42898"
},
{
"name": "CVE-2022-25901",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25901"
},
{
"name": "CVE-2020-15366",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15366"
},
{
"name": "CVE-2022-22970",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22970"
},
{
"name": "CVE-2022-1552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1552"
},
{
"name": "CVE-2022-3676",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3676"
},
{
"name": "CVE-2022-42890",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42890"
},
{
"name": "CVE-2022-23437",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23437"
},
{
"name": "CVE-2022-34917",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34917"
},
{
"name": "CVE-2021-23343",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23343"
},
{
"name": "CVE-2022-2588",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2588"
},
{
"name": "CVE-2022-43928",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43928"
},
{
"name": "CVE-2021-42740",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42740"
},
{
"name": "CVE-2021-3918",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3918"
},
{
"name": "CVE-2018-20190",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20190"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2021-21290",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21290"
},
{
"name": "CVE-2022-40156",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40156"
},
{
"name": "CVE-2022-2625",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2625"
},
{
"name": "CVE-2022-40155",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40155"
},
{
"name": "CVE-2022-23816",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23816"
},
{
"name": "CVE-2022-31197",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31197"
},
{
"name": "CVE-2018-19838",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19838"
},
{
"name": "CVE-2022-37599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37599"
},
{
"name": "CVE-2021-23368",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23368"
},
{
"name": "CVE-2018-11698",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11698"
},
{
"name": "CVE-2021-29060",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29060"
},
{
"name": "CVE-2022-36033",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36033"
},
{
"name": "CVE-2021-3765",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3765"
},
{
"name": "CVE-2022-25758",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25758"
},
{
"name": "CVE-2021-23362",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23362"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2022-37598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37598"
},
{
"name": "CVE-2022-24839",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24839"
},
{
"name": "CVE-2022-40154",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40154"
},
{
"name": "CVE-2022-41704",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41704"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
}
],
"links": [
{
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967365 du 20 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6967365"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967333 du 30 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6967333"
}
],
"reference": "CERTFR-2023-AVI-0276",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-03-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": "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 \u003cspan\nclass=\"textit\"\u003eIBM\u003c/span\u003e. Elles permettent \u00e0 un attaquant de provoquer\nune atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es, une \u00e9l\u00e9vation de\nprivil\u00e8ges, une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es, un contournement de\nla politique de s\u00e9curit\u00e9, une injection de code indirecte \u00e0 distance\n(XSS), une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0\ndistance et un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967016 du 29 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6967016"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967283 du 15 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6967283"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967333 du 20 mars 2023",
"url": null
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967285 du 28 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6967285"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6966998 du 29 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6966998"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967315 du 30 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6967315"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967365 du 30 mars 2023",
"url": null
}
]
}
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-2022-AVI-1040
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans IBM Spectrum Protect. Certaines d'entre elles permettent à un attaquant de provoquer un déni de service à distance, un contournement de la politique de sécurité et une atteinte à la confidentialité des données.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes versions 10.1.5 \u00e0 10.1.12.1 ant\u00e9rieures \u00e0 10.1.12.2",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus Container Backup and Restore for OpenShift versions 10.1.7 \u00e0 10.1.12.1 ant\u00e9rieures \u00e0 10.1.12.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-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-32190",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32190"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"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-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
}
],
"links": [],
"reference": "CERTFR-2022-AVI-1040",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2022-11-21T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans IBM Spectrum\nProtect. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer\nun d\u00e9ni de service \u00e0 distance, un contournement de la politique de\ns\u00e9curit\u00e9 et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans IBM Spectrum Protect",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6838883 du 17 novembre 2022",
"url": "https://www.ibm.com/support/pages/node/6838883"
}
]
}
CERTFR-2023-AVI-0276
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans IBM. Elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, une élévation de privilèges, une atteinte à l'intégrité des données, un contournement de la politique de sécurité, une injection de code indirecte à distance (XSS), une exécution de code arbitraire à distance, un déni de service à distance et un problème de sécurité non spécifié par l'éditeur.
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 | WebSphere | IBM WebSphere Hybrid Edition 5.1 sans le correctif de sécurité APAR PH52925 | ||
| IBM | WebSphere | IBM WebSphere Automation versions antérieures à 1.5.2 | ||
| IBM | WebSphere | IBM WebSphere Application Server 9.0 sans le correctif de sécurité APAR PH52925 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM versions antérieures à 7.5.0 UP5 | ||
| IBM | Db2 | IBM Db2 Web Queryfor i versions 2.3.0 et 2.4.0 sans le correctif de sécurité 5733WQX | ||
| IBM | Spectrum | IBM Spectrum Protect Plus Server versions antérieures à 10.1.12.4 | ||
| IBM | N/A | IBM HTTP Server for i sans le correctif de sécurité 5770DG1 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM versions antérieures à 7.5.0 UP4 IF01 | ||
| IBM | QRadar User Behavior Analytics | QRadar User Behavior Analytics versions 1.0.0 à 4.1.10 antérieures à 4.1.11 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM versions antérieures à 7.4.3 FP9 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM WebSphere Hybrid Edition 5.1 sans le correctif de s\u00e9curit\u00e9 APAR PH52925",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM WebSphere Automation versions ant\u00e9rieures \u00e0 1.5.2",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM WebSphere Application Server 9.0 sans le correctif de s\u00e9curit\u00e9 APAR PH52925",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM versions ant\u00e9rieures \u00e0 7.5.0 UP5",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Db2 Web Queryfor i versions 2.3.0 et 2.4.0 sans le correctif de s\u00e9curit\u00e9 5733WQX",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus Server versions ant\u00e9rieures \u00e0 10.1.12.4",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM HTTP Server for i sans le correctif de s\u00e9curit\u00e9 5770DG1",
"product": {
"name": "N/A",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM versions ant\u00e9rieures \u00e0 7.5.0 UP4 IF01",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar User Behavior Analytics versions 1.0.0 \u00e0 4.1.10 ant\u00e9rieures \u00e0 4.1.11",
"product": {
"name": "QRadar User Behavior Analytics",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM versions ant\u00e9rieures \u00e0 7.4.3 FP9",
"product": {
"name": "QRadar SIEM",
"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-28733",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28733"
},
{
"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-2020-24025",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24025"
},
{
"name": "CVE-2021-21409",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21409"
},
{
"name": "CVE-2023-26283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26283"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-23825",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23825"
},
{
"name": "CVE-2021-39227",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39227"
},
{
"name": "CVE-2021-23364",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23364"
},
{
"name": "CVE-2022-22971",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22971"
},
{
"name": "CVE-2021-37701",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37701"
},
{
"name": "CVE-2021-25220",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25220"
},
{
"name": "CVE-2022-2964",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2964"
},
{
"name": "CVE-2021-3677",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3677"
},
{
"name": "CVE-2018-19797",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19797"
},
{
"name": "CVE-2021-32804",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32804"
},
{
"name": "CVE-2018-19827",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19827"
},
{
"name": "CVE-2018-15494",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15494"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2018-11694",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11694"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2022-37603",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37603"
},
{
"name": "CVE-2018-8036",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-8036"
},
{
"name": "CVE-2022-25647",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25647"
},
{
"name": "CVE-2022-29900",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29900"
},
{
"name": "CVE-2022-29901",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29901"
},
{
"name": "CVE-2022-36364",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36364"
},
{
"name": "CVE-2022-4883",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4883"
},
{
"name": "CVE-2022-41966",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41966"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2020-13936",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13936"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2022-40153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40153"
},
{
"name": "CVE-2022-42252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42252"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2022-40149",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40149"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2020-7764",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7764"
},
{
"name": "CVE-2022-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41946"
},
{
"name": "CVE-2022-25927",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25927"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2021-37713",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37713"
},
{
"name": "CVE-2021-42581",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42581"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2021-37137",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37137"
},
{
"name": "CVE-2021-37712",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37712"
},
{
"name": "CVE-2022-21724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21724"
},
{
"name": "CVE-2022-46364",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46364"
},
{
"name": "CVE-2022-40150",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40150"
},
{
"name": "CVE-2022-24999",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24999"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2019-10785",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10785"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2022-24823",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24823"
},
{
"name": "CVE-2021-37136",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37136"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2022-37601",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37601"
},
{
"name": "CVE-2022-40152",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40152"
},
{
"name": "CVE-2021-3807",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3807"
},
{
"name": "CVE-2022-46363",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46363"
},
{
"name": "CVE-2021-21295",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21295"
},
{
"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-2019-6286",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6286"
},
{
"name": "CVE-2022-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2795"
},
{
"name": "CVE-2020-5259",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-5259"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2021-26401",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26401"
},
{
"name": "CVE-2022-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24785"
},
{
"name": "CVE-2021-23450",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23450"
},
{
"name": "CVE-2018-19839",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19839"
},
{
"name": "CVE-2021-43797",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43797"
},
{
"name": "CVE-2021-32803",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32803"
},
{
"name": "CVE-2022-4254",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4254"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2023-22809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22809"
},
{
"name": "CVE-2018-20821",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20821"
},
{
"name": "CVE-2022-45143",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45143"
},
{
"name": "CVE-2022-26373",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26373"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2019-6283",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6283"
},
{
"name": "CVE-2019-6284",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6284"
},
{
"name": "CVE-2022-42898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42898"
},
{
"name": "CVE-2022-25901",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25901"
},
{
"name": "CVE-2020-15366",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15366"
},
{
"name": "CVE-2022-22970",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22970"
},
{
"name": "CVE-2022-1552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1552"
},
{
"name": "CVE-2022-3676",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3676"
},
{
"name": "CVE-2022-42890",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42890"
},
{
"name": "CVE-2022-23437",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23437"
},
{
"name": "CVE-2022-34917",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34917"
},
{
"name": "CVE-2021-23343",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23343"
},
{
"name": "CVE-2022-2588",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2588"
},
{
"name": "CVE-2022-43928",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43928"
},
{
"name": "CVE-2021-42740",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42740"
},
{
"name": "CVE-2021-3918",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3918"
},
{
"name": "CVE-2018-20190",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20190"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2021-21290",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21290"
},
{
"name": "CVE-2022-40156",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40156"
},
{
"name": "CVE-2022-2625",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2625"
},
{
"name": "CVE-2022-40155",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40155"
},
{
"name": "CVE-2022-23816",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23816"
},
{
"name": "CVE-2022-31197",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31197"
},
{
"name": "CVE-2018-19838",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19838"
},
{
"name": "CVE-2022-37599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37599"
},
{
"name": "CVE-2021-23368",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23368"
},
{
"name": "CVE-2018-11698",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11698"
},
{
"name": "CVE-2021-29060",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29060"
},
{
"name": "CVE-2022-36033",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36033"
},
{
"name": "CVE-2021-3765",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3765"
},
{
"name": "CVE-2022-25758",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25758"
},
{
"name": "CVE-2021-23362",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23362"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2022-37598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37598"
},
{
"name": "CVE-2022-24839",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24839"
},
{
"name": "CVE-2022-40154",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40154"
},
{
"name": "CVE-2022-41704",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41704"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
}
],
"links": [
{
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967365 du 20 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6967365"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967333 du 30 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6967333"
}
],
"reference": "CERTFR-2023-AVI-0276",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2023-03-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": "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 \u003cspan\nclass=\"textit\"\u003eIBM\u003c/span\u003e. Elles permettent \u00e0 un attaquant de provoquer\nune atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es, une \u00e9l\u00e9vation de\nprivil\u00e8ges, une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es, un contournement de\nla politique de s\u00e9curit\u00e9, une injection de code indirecte \u00e0 distance\n(XSS), une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0\ndistance et un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967016 du 29 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6967016"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967283 du 15 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6967283"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967333 du 20 mars 2023",
"url": null
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967285 du 28 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6967285"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6966998 du 29 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6966998"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967315 du 30 mars 2023",
"url": "https://www.ibm.com/support/pages/node/6967315"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6967365 du 30 mars 2023",
"url": null
}
]
}
WID-SEC-W-2023-1350
Vulnerability from csaf_certbund - Published: 2023-06-01 22:00 - Updated: 2024-02-15 23: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": "Splunk Enterprise erm\u00f6glicht Monitoring und Analyse von Clickstream-Daten und Kundentransaktionen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Splunk Splunk Enterprise in diversen Komponenten von Drittanbietern ausnutzen, um einen nicht n\u00e4her spezifizierten Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- UNIX\n- Linux\n- Windows\n- Sonstiges",
"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-1350 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1350.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-1350 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1350"
},
{
"category": "external",
"summary": "Splunk Enterprise Security Advisory SVD-2023-0613 vom 2023-06-01",
"url": "https://advisory.splunk.com/advisories/SVD-2023-0613"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7008449 vom 2023-06-29",
"url": "https://www.ibm.com/support/pages/node/7008449"
},
{
"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": "SUSE Security Update SUSE-SU-2024:0487-1 vom 2024-02-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/017931.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:0486-1 vom 2024-02-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/017932.html"
}
],
"source_lang": "en-US",
"title": "Splunk Splunk Enterprise: Mehrere Schwachstellen in Komponenten von Drittanbietern",
"tracking": {
"current_release_date": "2024-02-15T23:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:51:43.161+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2023-1350",
"initial_release_date": "2023-06-01T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-06-01T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-06-29T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-01-23T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-02-15T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "IBM DB2",
"product": {
"name": "IBM DB2",
"product_id": "5104",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:db2:-"
}
}
}
],
"category": "vendor",
"name": "IBM"
},
{
"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_version_range",
"name": "\u003c 8.1.14",
"product": {
"name": "Splunk Splunk Enterprise \u003c 8.1.14",
"product_id": "T027935"
}
},
{
"category": "product_version_range",
"name": "\u003c 8.2.11",
"product": {
"name": "Splunk Splunk Enterprise \u003c 8.2.11",
"product_id": "T027936"
}
},
{
"category": "product_version_range",
"name": "\u003c 9.0.5",
"product": {
"name": "Splunk Splunk Enterprise \u003c 9.0.5",
"product_id": "T027937"
}
}
],
"category": "product_name",
"name": "Splunk Enterprise"
}
],
"category": "vendor",
"name": "Splunk"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-27538",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2023-27538"
},
{
"cve": "CVE-2023-27537",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2023-27537"
},
{
"cve": "CVE-2023-27536",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2023-27536"
},
{
"cve": "CVE-2023-27535",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2023-27535"
},
{
"cve": "CVE-2023-27534",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2023-27534"
},
{
"cve": "CVE-2023-27533",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2023-27533"
},
{
"cve": "CVE-2023-23916",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2023-23916"
},
{
"cve": "CVE-2023-23915",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2023-23915"
},
{
"cve": "CVE-2023-23914",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2023-23914"
},
{
"cve": "CVE-2023-1370",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2023-1370"
},
{
"cve": "CVE-2023-0286",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-0215",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2023-0215"
},
{
"cve": "CVE-2022-46175",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-46175"
},
{
"cve": "CVE-2022-43680",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-43680"
},
{
"cve": "CVE-2022-43552",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-43552"
},
{
"cve": "CVE-2022-43551",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-43551"
},
{
"cve": "CVE-2022-4304",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-4304"
},
{
"cve": "CVE-2022-42916",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-42916"
},
{
"cve": "CVE-2022-42915",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-42915"
},
{
"cve": "CVE-2022-42004",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-42004"
},
{
"cve": "CVE-2022-4200",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-4200"
},
{
"cve": "CVE-2022-41720",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-41720"
},
{
"cve": "CVE-2022-41716",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-41716"
},
{
"cve": "CVE-2022-41715",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-41715"
},
{
"cve": "CVE-2022-40304",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-40304"
},
{
"cve": "CVE-2022-40303",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-40303"
},
{
"cve": "CVE-2022-40023",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-40023"
},
{
"cve": "CVE-2022-38900",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-38900"
},
{
"cve": "CVE-2022-37616",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-37616"
},
{
"cve": "CVE-2022-37603",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-37603"
},
{
"cve": "CVE-2022-37601",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-37601"
},
{
"cve": "CVE-2022-37599",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-37599"
},
{
"cve": "CVE-2022-37434",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-37434"
},
{
"cve": "CVE-2022-36227",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-36227"
},
{
"cve": "CVE-2022-35737",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-35737"
},
{
"cve": "CVE-2022-35260",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-35260"
},
{
"cve": "CVE-2022-35252",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-35252"
},
{
"cve": "CVE-2022-3517",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-3517"
},
{
"cve": "CVE-2022-33987",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-33987"
},
{
"cve": "CVE-2022-32221",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-32221"
},
{
"cve": "CVE-2022-32208",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-32208"
},
{
"cve": "CVE-2022-32207",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-32207"
},
{
"cve": "CVE-2022-32206",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-32206"
},
{
"cve": "CVE-2022-32205",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-32205"
},
{
"cve": "CVE-2022-32189",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-32189"
},
{
"cve": "CVE-2022-32148",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-32148"
},
{
"cve": "CVE-2022-31129",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-31129"
},
{
"cve": "CVE-2022-30635",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-30635"
},
{
"cve": "CVE-2022-30634",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-30634"
},
{
"cve": "CVE-2022-30633",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-30632",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-30632"
},
{
"cve": "CVE-2022-30631",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-30631"
},
{
"cve": "CVE-2022-30630",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-30630"
},
{
"cve": "CVE-2022-30629",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-30629"
},
{
"cve": "CVE-2022-30580",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-30580"
},
{
"cve": "CVE-2022-30115",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-30115"
},
{
"cve": "CVE-2022-29804",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-29804"
},
{
"cve": "CVE-2022-29526",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-29526"
},
{
"cve": "CVE-2022-2880",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-2880"
},
{
"cve": "CVE-2022-2879",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-2879"
},
{
"cve": "CVE-2022-28327",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-28327"
},
{
"cve": "CVE-2022-28131",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-27782",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-27782"
},
{
"cve": "CVE-2022-27781",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-27781"
},
{
"cve": "CVE-2022-27780",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-27780"
},
{
"cve": "CVE-2022-27779",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-27779"
},
{
"cve": "CVE-2022-27778",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-27778"
},
{
"cve": "CVE-2022-27776",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-27776"
},
{
"cve": "CVE-2022-27775",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-27775"
},
{
"cve": "CVE-2022-27774",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-27774"
},
{
"cve": "CVE-2022-27664",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-27664"
},
{
"cve": "CVE-2022-27191",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-27191"
},
{
"cve": "CVE-2022-25858",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-25858"
},
{
"cve": "CVE-2022-24999",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-24999"
},
{
"cve": "CVE-2022-24921",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-24921"
},
{
"cve": "CVE-2022-24675",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-24675"
},
{
"cve": "CVE-2022-23806",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-23806"
},
{
"cve": "CVE-2022-23773",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-23773"
},
{
"cve": "CVE-2022-23772",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-23772"
},
{
"cve": "CVE-2022-23491",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-23491"
},
{
"cve": "CVE-2022-22576",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-22576"
},
{
"cve": "CVE-2022-1962",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-1705",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2022-1705"
},
{
"cve": "CVE-2021-43565",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-43565"
},
{
"cve": "CVE-2021-3803",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-3803"
},
{
"cve": "CVE-2021-36976",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-36976"
},
{
"cve": "CVE-2021-3520",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-3520"
},
{
"cve": "CVE-2021-33587",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-33587"
},
{
"cve": "CVE-2021-33503",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-33503"
},
{
"cve": "CVE-2021-33502",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-33502"
},
{
"cve": "CVE-2021-31566",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-31566"
},
{
"cve": "CVE-2021-29060",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-29060"
},
{
"cve": "CVE-2021-27292",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-27292"
},
{
"cve": "CVE-2021-23382",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-23382"
},
{
"cve": "CVE-2021-23368",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-23368"
},
{
"cve": "CVE-2021-23343",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-23343"
},
{
"cve": "CVE-2021-22947",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-22947"
},
{
"cve": "CVE-2021-22946",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-22946"
},
{
"cve": "CVE-2021-22945",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-22945"
},
{
"cve": "CVE-2021-22926",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-22926"
},
{
"cve": "CVE-2021-22925",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-22925"
},
{
"cve": "CVE-2021-22924",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-22924"
},
{
"cve": "CVE-2021-22923",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-22923"
},
{
"cve": "CVE-2021-22922",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-22922"
},
{
"cve": "CVE-2021-22901",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-22901"
},
{
"cve": "CVE-2021-22898",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-22898"
},
{
"cve": "CVE-2021-22897",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-22897"
},
{
"cve": "CVE-2021-22890",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-22890"
},
{
"cve": "CVE-2021-22876",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-22876"
},
{
"cve": "CVE-2021-20095",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2021-20095"
},
{
"cve": "CVE-2020-8286",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2020-8286"
},
{
"cve": "CVE-2020-8285",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2020-8285"
},
{
"cve": "CVE-2020-8284",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2020-8284"
},
{
"cve": "CVE-2020-8231",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2020-8231"
},
{
"cve": "CVE-2020-8203",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2020-8203"
},
{
"cve": "CVE-2020-8177",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2020-8177"
},
{
"cve": "CVE-2020-8169",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2020-8169"
},
{
"cve": "CVE-2020-8116",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2020-8116"
},
{
"cve": "CVE-2020-7774",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2020-7774"
},
{
"cve": "CVE-2020-7753",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2020-7753"
},
{
"cve": "CVE-2020-7662",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2020-7662"
},
{
"cve": "CVE-2020-28469",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2020-28469"
},
{
"cve": "CVE-2020-15138",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2020-15138"
},
{
"cve": "CVE-2020-13822",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2020-13822"
},
{
"cve": "CVE-2019-20149",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2019-20149"
},
{
"cve": "CVE-2019-10746",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2019-10746"
},
{
"cve": "CVE-2019-10744",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2019-10744"
},
{
"cve": "CVE-2018-25032",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2018-25032"
},
{
"cve": "CVE-2017-16042",
"notes": [
{
"category": "description",
"text": "Es existieren mehrere Schwachstellen in Splunk Splunk Enterprise in zahlreichen Komponenten von Drittanbietern (OpenSSL, curl, go, zlib, SQLite, json und weitere), 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": [
"T002207",
"5104"
]
},
"release_date": "2023-06-01T22:00:00.000+00:00",
"title": "CVE-2017-16042"
}
]
}
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-2022-2166
Vulnerability from csaf_certbund - Published: 2022-11-23 23:00 - Updated: 2025-04-29 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": "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 Red Hat OpenShift ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"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-2022-2166 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-2166.json"
},
{
"category": "self",
"summary": "WID-SEC-2022-2166 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-2166"
},
{
"category": "external",
"summary": "RedHat Security Advisory vom 2022-11-23",
"url": "https://access.redhat.com/errata/RHSA-2022:8535"
},
{
"category": "external",
"summary": "RedHat Security Advisory vom 2022-11-23",
"url": "https://access.redhat.com/errata/RHSA-2022:8534"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8634 vom 2022-11-28",
"url": "https://access.redhat.com/errata/RHSA-2022:8634"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8781 vom 2022-12-08",
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:7398 vom 2023-01-18",
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:0264 vom 2023-01-19",
"url": "https://access.redhat.com/errata/RHSA-2023:0264"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:0069 vom 2023-01-19",
"url": "https://access.redhat.com/errata/RHSA-2023:0069"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:0631 vom 2023-02-07",
"url": "https://access.redhat.com/errata/RHSA-2023:0631"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:0709 vom 2023-02-09",
"url": "https://access.redhat.com/errata/RHSA-2023:0709"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:0708 vom 2023-02-09",
"url": "https://access.redhat.com/errata/RHSA-2023:0708"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:1042 vom 2023-03-07",
"url": "https://access.redhat.com/errata/RHSA-2023:1042"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:1275 vom 2023-03-15",
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:1529 vom 2023-03-30",
"url": "https://access.redhat.com/errata/RHSA-2023:1529"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:2236 vom 2023-05-09",
"url": "https://access.redhat.com/errata/RHSA-2023:2236"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3205 vom 2023-05-18",
"url": "https://access.redhat.com/errata/RHSA-2023:3205"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3204 vom 2023-05-18",
"url": "https://access.redhat.com/errata/RHSA-2023:3204"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3642 vom 2023-06-15",
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
},
{
"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:4674 vom 2023-08-23",
"url": "https://access.redhat.com/errata/RHSA-2023:4674"
},
{
"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:2944 vom 2024-05-21",
"url": "https://access.redhat.com/errata/RHSA-2024:2944"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASECS-2025-061 vom 2025-04-29",
"url": "https://alas.aws.amazon.com/AL2/ALASECS-2025-061.html"
}
],
"source_lang": "en-US",
"title": "Red Hat OpenShift: Mehrere Schwachstellen erm\u00f6glichen Denial of Service",
"tracking": {
"current_release_date": "2025-04-29T22:00:00.000+00:00",
"generator": {
"date": "2025-04-30T08:54:47.420+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2022-2166",
"initial_release_date": "2022-11-23T23:00:00.000+00:00",
"revision_history": [
{
"date": "2022-11-23T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2022-11-27T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-12-07T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-01-17T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-01-19T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-02-07T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-02-09T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-03-06T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-03-15T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-03-29T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-05-09T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-05-18T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-06-15T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-05T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-08-23T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-01T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-21T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-29T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Amazon aufgenommen"
}
],
"status": "final",
"version": "18"
}
},
"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": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat: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": "4.11",
"product": {
"name": "Red Hat OpenShift 4.11",
"product_id": "T025396",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.11"
}
}
},
{
"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": "Virtualization 4.13",
"product": {
"name": "Red Hat OpenShift Virtualization 4.13",
"product_id": "T027763",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:virtualization_4.13"
}
}
},
{
"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",
"name": "Container Platform 4.11.44",
"product": {
"name": "Red Hat OpenShift Container Platform 4.11.44",
"product_id": "T028416-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.11.44"
}
}
},
{
"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",
"name": "Container Platform 4.14.0",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.0",
"product_id": "T031839-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.0"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32189",
"product_status": {
"known_affected": [
"T008027",
"67646",
"T028416",
"398363",
"T026435",
"T025396",
"T027763",
"T031839",
"T022509"
]
},
"release_date": "2022-11-23T23:00:00.000+00:00",
"title": "CVE-2022-32189"
},
{
"cve": "CVE-2022-27664",
"product_status": {
"known_affected": [
"T008027",
"67646",
"T028416",
"398363",
"T026435",
"T025396",
"T027763",
"T031839",
"T022509"
]
},
"release_date": "2022-11-23T23:00:00.000+00:00",
"title": "CVE-2022-27664"
}
]
}
WID-SEC-W-2023-1542
Vulnerability from csaf_certbund - Published: 2023-06-22 22:00 - Updated: 2025-10-23 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 Red Hat OpenShift ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder 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-1542 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1542.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-1542 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1542"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3742 vom 2023-06-22",
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3612 vom 2023-06-23",
"url": "https://access.redhat.com/errata/RHSA-2023:3614"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3615 vom 2023-06-22",
"url": "https://access.redhat.com/errata/RHSA-2023:3615"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3613 vom 2023-06-27",
"url": "https://access.redhat.com/errata/RHSA-2023:3613"
},
{
"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: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: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": "Fedora Security Advisory FEDORA-2023-6CFE7492C1 vom 2023-07-16",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-6cfe7492c1"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2023-AA7C75ED4A vom 2023-07-16",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-aa7c75ed4a"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4025 vom 2023-07-18",
"url": "https://access.redhat.com/errata/RHSA-2023:4025"
},
{
"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:4113 vom 2023-07-18",
"url": "https://access.redhat.com/errata/RHSA-2023:4113"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4114 vom 2023-07-18",
"url": "https://access.redhat.com/errata/RHSA-2023:4114"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4053 vom 2023-07-19",
"url": "https://access.redhat.com/errata/RHSA-2023:4053"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4204 vom 2023-07-19",
"url": "https://access.redhat.com/errata/RHSA-2023:4204"
},
{
"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:4241 vom 2023-07-21",
"url": "https://access.redhat.com/errata/RHSA-2023:4241"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4238 vom 2023-07-20",
"url": "https://access.redhat.com/errata/RHSA-2023:4238"
},
{
"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:4091 vom 2023-07-20",
"url": "https://access.redhat.com/errata/RHSA-2023:4091"
},
{
"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:4226 vom 2023-07-27",
"url": "https://access.redhat.com/errata/RHSA-2023:4226"
},
{
"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:4674 vom 2023-08-23",
"url": "https://access.redhat.com/errata/RHSA-2023:4674"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4983 vom 2023-09-05",
"url": "https://access.redhat.com/errata/RHSA-2023:4983"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5103 vom 2023-09-12",
"url": "https://access.redhat.com/errata/RHSA-2023:5103"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5233 vom 2023-09-19",
"url": "https://access.redhat.com/errata/RHSA-2023:5233"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5314 vom 2023-09-20",
"url": "https://access.redhat.com/errata/RHSA-2023:5314"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:6316 vom 2023-11-07",
"url": "https://access.redhat.com/errata/RHSA-2023:6316"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7058 vom 2023-11-15",
"url": "https://access.redhat.com/errata/RHSA-2023:7058"
},
{
"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": "Fedora Security Advisory FEDORA-2023-14A33318B8 vom 2023-12-03",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-14a33318b8"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7672 vom 2023-12-06",
"url": "https://access.redhat.com/errata/RHSA-2023:7672"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7820 vom 2023-12-14",
"url": "https://access.redhat.com/errata/RHSA-2023:7820"
},
{
"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-2023:7823 vom 2024-01-05",
"url": "https://access.redhat.com/errata/RHSA-2023:7823"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0139 vom 2024-01-10",
"url": "https://access.redhat.com/errata/RHSA-2024:0139"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0143 vom 2024-01-10",
"url": "https://access.redhat.com/errata/RHSA-2024:0143"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0137 vom 2024-01-10",
"url": "https://access.redhat.com/errata/RHSA-2024:0137"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0121 vom 2024-01-10",
"url": "https://access.redhat.com/errata/RHSA-2024:0121"
},
{
"category": "external",
"summary": "Meinberg Security Advisory",
"url": "https://www.meinberg.de/german/news/meinberg-security-advisory-mbgsa-2024-01-lantime-firmware-v7-08-007.htm"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202405-04 vom 2024-05-04",
"url": "https://security.gentoo.org/glsa/202405-04"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2987 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2987"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3254 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:3254"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4631 vom 2024-07-18",
"url": "https://access.redhat.com/errata/RHSA-2024:4631"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19094 vom 2025-10-24",
"url": "https://access.redhat.com/errata/RHSA-2025:19094"
}
],
"source_lang": "en-US",
"title": "Red Hat OpenShift: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-10-23T22:00:00.000+00:00",
"generator": {
"date": "2025-10-24T08:33:28.970+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2023-1542",
"initial_release_date": "2023-06-22T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-06-22T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-06-25T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-06-26T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-06-28T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-06-29T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-05T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-06T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-10T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-16T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2023-07-17T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-18T22: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-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-23T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-09-05T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-09-12T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-09-19T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-09-20T22: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-14T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-11-21T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2023-12-03T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2023-12-06T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-12-13T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-01T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-04T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-10T23:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-30T23:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Meinberg aufgenommen"
},
{
"date": "2024-05-05T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2024-05-21T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-18T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-23T22: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": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"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_range",
"name": "\u003c7.08.007",
"product": {
"name": "Meinberg LANTIME \u003c7.08.007",
"product_id": "T032435"
}
},
{
"category": "product_version",
"name": "7.08.007",
"product": {
"name": "Meinberg LANTIME 7.08.007",
"product_id": "T032435-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:meinberg:lantime:7.08.007"
}
}
}
],
"category": "product_name",
"name": "LANTIME"
}
],
"category": "vendor",
"name": "Meinberg"
},
{
"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_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.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_range",
"name": "Container Platform \u003c4.13.4",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.13.4",
"product_id": "T028225"
}
},
{
"category": "product_version",
"name": "Container Platform 4.13.4",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13.4",
"product_id": "T028225-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.13.4"
}
}
},
{
"category": "product_version_range",
"name": "Data Foundation \u003c4.13.0",
"product": {
"name": "Red Hat OpenShift Data Foundation \u003c4.13.0",
"product_id": "T028289"
}
},
{
"category": "product_version",
"name": "Data Foundation 4.13.0",
"product": {
"name": "Red Hat OpenShift Data Foundation 4.13.0",
"product_id": "T028289-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:data_foundation_4.13.0"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.12.22",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.12.22",
"product_id": "T028307"
}
},
{
"category": "product_version",
"name": "Container Platform 4.12.22",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12.22",
"product_id": "T028307-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.12.22"
}
}
},
{
"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",
"name": "Container Platform 4.11.44",
"product": {
"name": "Red Hat OpenShift Container Platform 4.11.44",
"product_id": "T028416-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.11.44"
}
}
},
{
"category": "product_version_range",
"name": "Data Foundation \u003c4.12.10",
"product": {
"name": "Red Hat OpenShift Data Foundation \u003c4.12.10",
"product_id": "T031698"
}
},
{
"category": "product_version",
"name": "Data Foundation 4.12.10",
"product": {
"name": "Red Hat OpenShift Data Foundation 4.12.10",
"product_id": "T031698-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:data_foundation__4.12.10"
}
}
},
{
"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",
"name": "Container Platform 4.14.0",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.0",
"product_id": "T031839-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.0"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.12.46",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.12.46",
"product_id": "T031870"
}
},
{
"category": "product_version",
"name": "Container Platform 4.12.46",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12.46",
"product_id": "T031870-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.12.46"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2015-20107",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2015-20107"
},
{
"cve": "CVE-2018-25032",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2018-25032"
},
{
"cve": "CVE-2020-10735",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2020-10735"
},
{
"cve": "CVE-2020-16250",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2020-16250"
},
{
"cve": "CVE-2020-16251",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2020-16251"
},
{
"cve": "CVE-2020-17049",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2020-17049"
},
{
"cve": "CVE-2021-28861",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-28861"
},
{
"cve": "CVE-2021-3765",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-3765"
},
{
"cve": "CVE-2021-3807",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-3807"
},
{
"cve": "CVE-2021-4231",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-4231"
},
{
"cve": "CVE-2021-4235",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-4235"
},
{
"cve": "CVE-2021-4238",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-4238"
},
{
"cve": "CVE-2021-43519",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-43519"
},
{
"cve": "CVE-2021-43998",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-43998"
},
{
"cve": "CVE-2021-44531",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-44531"
},
{
"cve": "CVE-2021-44532",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-44532"
},
{
"cve": "CVE-2021-44533",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-44533"
},
{
"cve": "CVE-2021-44964",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-44964"
},
{
"cve": "CVE-2021-46828",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-46828"
},
{
"cve": "CVE-2021-46848",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-46848"
},
{
"cve": "CVE-2022-0670",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-0670"
},
{
"cve": "CVE-2022-1271",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-1271"
},
{
"cve": "CVE-2022-1304",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-1304"
},
{
"cve": "CVE-2022-1348",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-1348"
},
{
"cve": "CVE-2022-1586",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-1586"
},
{
"cve": "CVE-2022-1587",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-1587"
},
{
"cve": "CVE-2022-21824",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-21824"
},
{
"cve": "CVE-2022-2309",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-2309"
},
{
"cve": "CVE-2022-23540",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-23540"
},
{
"cve": "CVE-2022-23541",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-23541"
},
{
"cve": "CVE-2022-24903",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-24903"
},
{
"cve": "CVE-2022-2509",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-2509"
},
{
"cve": "CVE-2022-26280",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-26280"
},
{
"cve": "CVE-2022-27664",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-27664"
},
{
"cve": "CVE-2022-2795",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-2795"
},
{
"cve": "CVE-2022-2879",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-2879"
},
{
"cve": "CVE-2022-2880",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-2880"
},
{
"cve": "CVE-2022-28805",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-28805"
},
{
"cve": "CVE-2022-29154",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-29154"
},
{
"cve": "CVE-2022-30635",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-30635"
},
{
"cve": "CVE-2022-3094",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-3094"
},
{
"cve": "CVE-2022-31129",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-31129"
},
{
"cve": "CVE-2022-32189",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-32189"
},
{
"cve": "CVE-2022-32190",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-32190"
},
{
"cve": "CVE-2022-33099",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-33099"
},
{
"cve": "CVE-2022-3358",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-3358"
},
{
"cve": "CVE-2022-34903",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-34903"
},
{
"cve": "CVE-2022-3515",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-3515"
},
{
"cve": "CVE-2022-3517",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-3517"
},
{
"cve": "CVE-2022-35737",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-35737"
},
{
"cve": "CVE-2022-36227",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-36227"
},
{
"cve": "CVE-2022-3715",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-3715"
},
{
"cve": "CVE-2022-3736",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-3736"
},
{
"cve": "CVE-2022-37434",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-37434"
},
{
"cve": "CVE-2022-38149",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-38149"
},
{
"cve": "CVE-2022-3821",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-3821"
},
{
"cve": "CVE-2022-38900",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-38900"
},
{
"cve": "CVE-2022-3924",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-3924"
},
{
"cve": "CVE-2022-40023",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-40023"
},
{
"cve": "CVE-2022-40303",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-40303"
},
{
"cve": "CVE-2022-40304",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-40304"
},
{
"cve": "CVE-2022-40897",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-40897"
},
{
"cve": "CVE-2022-41316",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-41316"
},
{
"cve": "CVE-2022-41715",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-41715"
},
{
"cve": "CVE-2022-41717",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-41717"
},
{
"cve": "CVE-2022-41723",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-41723"
},
{
"cve": "CVE-2022-41724",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-41724"
},
{
"cve": "CVE-2022-41725",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-41725"
},
{
"cve": "CVE-2022-42010",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-42010"
},
{
"cve": "CVE-2022-42011",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-42011"
},
{
"cve": "CVE-2022-42012",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-42012"
},
{
"cve": "CVE-2022-42898",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-42898"
},
{
"cve": "CVE-2022-42919",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-42919"
},
{
"cve": "CVE-2022-43680",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-43680"
},
{
"cve": "CVE-2022-4415",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-4415"
},
{
"cve": "CVE-2022-45061",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-45061"
},
{
"cve": "CVE-2022-45873",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-45873"
},
{
"cve": "CVE-2022-46175",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-46175"
},
{
"cve": "CVE-2022-47024",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-47024"
},
{
"cve": "CVE-2022-47629",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-47629"
},
{
"cve": "CVE-2022-48303",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-48303"
},
{
"cve": "CVE-2022-48337",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-48337"
},
{
"cve": "CVE-2022-48338",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-48338"
},
{
"cve": "CVE-2022-48339",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-48339"
},
{
"cve": "CVE-2023-0361",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-0361"
},
{
"cve": "CVE-2023-0620",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-0620"
},
{
"cve": "CVE-2023-0665",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-0665"
},
{
"cve": "CVE-2023-22809",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-22809"
},
{
"cve": "CVE-2023-24329",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-24329"
},
{
"cve": "CVE-2023-2491",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-2491"
},
{
"cve": "CVE-2023-24999",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-24999"
},
{
"cve": "CVE-2023-25000",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-25000"
},
{
"cve": "CVE-2023-25136",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-25136"
}
]
}
WID-SEC-W-2023-1424
Vulnerability from csaf_certbund - Published: 2023-06-12 22:00 - Updated: 2023-06-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": "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": "- UNIX",
"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-1424 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1424.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-1424 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1424"
},
{
"category": "external",
"summary": "Xerox Security Bulletin vom 2023-06-12",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/06/Xerox-Security-Bulletin-XRX23-009-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf"
}
],
"source_lang": "en-US",
"title": "Xerox FreeFlow Print Server f\u00fcr Solaris: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2023-06-12T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:52:15.756+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2023-1424",
"initial_release_date": "2023-06-12T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-06-12T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Xerox FreeFlow Print Server v9 for Solaris",
"product": {
"name": "Xerox FreeFlow Print Server v9 for Solaris",
"product_id": "T028053",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v9_for_solaris"
}
}
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-28708",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-28708"
},
{
"cve": "CVE-2023-28176",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-28176"
},
{
"cve": "CVE-2023-28164",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-28164"
},
{
"cve": "CVE-2023-28163",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-28163"
},
{
"cve": "CVE-2023-28162",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-28162"
},
{
"cve": "CVE-2023-27522",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-27522"
},
{
"cve": "CVE-2023-25752",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25752"
},
{
"cve": "CVE-2023-25751",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25751"
},
{
"cve": "CVE-2023-25746",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25746"
},
{
"cve": "CVE-2023-25744",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25744"
},
{
"cve": "CVE-2023-25743",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25743"
},
{
"cve": "CVE-2023-25742",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25742"
},
{
"cve": "CVE-2023-25739",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25739"
},
{
"cve": "CVE-2023-25738",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25738"
},
{
"cve": "CVE-2023-25737",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25737"
},
{
"cve": "CVE-2023-25735",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25735"
},
{
"cve": "CVE-2023-25734",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25734"
},
{
"cve": "CVE-2023-25732",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25732"
},
{
"cve": "CVE-2023-25730",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25730"
},
{
"cve": "CVE-2023-25729",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25729"
},
{
"cve": "CVE-2023-25728",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25728"
},
{
"cve": "CVE-2023-25690",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25690"
},
{
"cve": "CVE-2023-24998",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-24998"
},
{
"cve": "CVE-2023-24807",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-24807"
},
{
"cve": "CVE-2023-24580",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-24580"
},
{
"cve": "CVE-2023-23969",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23969"
},
{
"cve": "CVE-2023-23946",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23946"
},
{
"cve": "CVE-2023-23936",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23936"
},
{
"cve": "CVE-2023-23920",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23920"
},
{
"cve": "CVE-2023-23919",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23919"
},
{
"cve": "CVE-2023-23918",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23918"
},
{
"cve": "CVE-2023-23605",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23605"
},
{
"cve": "CVE-2023-23603",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23603"
},
{
"cve": "CVE-2023-23602",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23602"
},
{
"cve": "CVE-2023-23601",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23601"
},
{
"cve": "CVE-2023-23599",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23599"
},
{
"cve": "CVE-2023-23598",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23598"
},
{
"cve": "CVE-2023-22809",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-22809"
},
{
"cve": "CVE-2023-22490",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-22490"
},
{
"cve": "CVE-2023-22003",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-22003"
},
{
"cve": "CVE-2023-21985",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21985"
},
{
"cve": "CVE-2023-21984",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21984"
},
{
"cve": "CVE-2023-21928",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21928"
},
{
"cve": "CVE-2023-21896",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21896"
},
{
"cve": "CVE-2023-21843",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21843"
},
{
"cve": "CVE-2023-21840",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21840"
},
{
"cve": "CVE-2023-21830",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21830"
},
{
"cve": "CVE-2023-0804",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0804"
},
{
"cve": "CVE-2023-0803",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0803"
},
{
"cve": "CVE-2023-0802",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0802"
},
{
"cve": "CVE-2023-0801",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0801"
},
{
"cve": "CVE-2023-0800",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0800"
},
{
"cve": "CVE-2023-0799",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0799"
},
{
"cve": "CVE-2023-0798",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0798"
},
{
"cve": "CVE-2023-0797",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0797"
},
{
"cve": "CVE-2023-0796",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0796"
},
{
"cve": "CVE-2023-0795",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0795"
},
{
"cve": "CVE-2023-0767",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0767"
},
{
"cve": "CVE-2023-0662",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0662"
},
{
"cve": "CVE-2023-0616",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0616"
},
{
"cve": "CVE-2023-0568",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0568"
},
{
"cve": "CVE-2023-0567",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0567"
},
{
"cve": "CVE-2023-0430",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0430"
},
{
"cve": "CVE-2023-0417",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0417"
},
{
"cve": "CVE-2023-0416",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0416"
},
{
"cve": "CVE-2023-0415",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0415"
},
{
"cve": "CVE-2023-0414",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0414"
},
{
"cve": "CVE-2023-0413",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0413"
},
{
"cve": "CVE-2023-0412",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0412"
},
{
"cve": "CVE-2023-0411",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0411"
},
{
"cve": "CVE-2023-0401",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0401"
},
{
"cve": "CVE-2023-0286",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-0217",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0217"
},
{
"cve": "CVE-2023-0216",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0216"
},
{
"cve": "CVE-2023-0215",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0215"
},
{
"cve": "CVE-2022-48281",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-48281"
},
{
"cve": "CVE-2022-46877",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46877"
},
{
"cve": "CVE-2022-46874",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46874"
},
{
"cve": "CVE-2022-46871",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46871"
},
{
"cve": "CVE-2022-46344",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46344"
},
{
"cve": "CVE-2022-46343",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46343"
},
{
"cve": "CVE-2022-46342",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46342"
},
{
"cve": "CVE-2022-46341",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46341"
},
{
"cve": "CVE-2022-46340",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46340"
},
{
"cve": "CVE-2022-45939",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-45939"
},
{
"cve": "CVE-2022-45199",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-45199"
},
{
"cve": "CVE-2022-45143",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-45143"
},
{
"cve": "CVE-2022-4450",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-4450"
},
{
"cve": "CVE-2022-4345",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-4345"
},
{
"cve": "CVE-2022-4304",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-4304"
},
{
"cve": "CVE-2022-42919",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42919"
},
{
"cve": "CVE-2022-42916",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42916"
},
{
"cve": "CVE-2022-42915",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42915"
},
{
"cve": "CVE-2022-42898",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42898"
},
{
"cve": "CVE-2022-4283",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-4283"
},
{
"cve": "CVE-2022-4203",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-4203"
},
{
"cve": "CVE-2022-42012",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42012"
},
{
"cve": "CVE-2022-42011",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42011"
},
{
"cve": "CVE-2022-42010",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42010"
},
{
"cve": "CVE-2022-41903",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-41903"
},
{
"cve": "CVE-2022-41716",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-41716"
},
{
"cve": "CVE-2022-41715",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-41715"
},
{
"cve": "CVE-2022-40898",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-40898"
},
{
"cve": "CVE-2022-40304",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-40304"
},
{
"cve": "CVE-2022-40303",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-40303"
},
{
"cve": "CVE-2022-39253",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-39253"
},
{
"cve": "CVE-2022-3924",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3924"
},
{
"cve": "CVE-2022-38784",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-38784"
},
{
"cve": "CVE-2022-38171",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-38171"
},
{
"cve": "CVE-2022-37436",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-37436"
},
{
"cve": "CVE-2022-3736",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3736"
},
{
"cve": "CVE-2022-3705",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3705"
},
{
"cve": "CVE-2022-36760",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-36760"
},
{
"cve": "CVE-2022-36227",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-36227"
},
{
"cve": "CVE-2022-36114",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-36114"
},
{
"cve": "CVE-2022-36113",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-36113"
},
{
"cve": "CVE-2022-35260",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-35260"
},
{
"cve": "CVE-2022-35252",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-35252"
},
{
"cve": "CVE-2022-3515",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3515"
},
{
"cve": "CVE-2022-3352",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3352"
},
{
"cve": "CVE-2022-3324",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3324"
},
{
"cve": "CVE-2022-3297",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3297"
},
{
"cve": "CVE-2022-3296",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3296"
},
{
"cve": "CVE-2022-3278",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3278"
},
{
"cve": "CVE-2022-3256",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3256"
},
{
"cve": "CVE-2022-3235",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3235"
},
{
"cve": "CVE-2022-3234",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3234"
},
{
"cve": "CVE-2022-32221",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32221"
},
{
"cve": "CVE-2022-32208",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32208"
},
{
"cve": "CVE-2022-32207",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32207"
},
{
"cve": "CVE-2022-32206",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32206"
},
{
"cve": "CVE-2022-32205",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32205"
},
{
"cve": "CVE-2022-32190",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32190"
},
{
"cve": "CVE-2022-32189",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32189"
},
{
"cve": "CVE-2022-32148",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32148"
},
{
"cve": "CVE-2022-3153",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3153"
},
{
"cve": "CVE-2022-3134",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3134"
},
{
"cve": "CVE-2022-3099",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3099"
},
{
"cve": "CVE-2022-3094",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3094"
},
{
"cve": "CVE-2022-30635",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30635"
},
{
"cve": "CVE-2022-30634",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30634"
},
{
"cve": "CVE-2022-30633",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-30632",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30632"
},
{
"cve": "CVE-2022-30631",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30631"
},
{
"cve": "CVE-2022-30630",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30630"
},
{
"cve": "CVE-2022-30629",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30629"
},
{
"cve": "CVE-2022-30580",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30580"
},
{
"cve": "CVE-2022-3037",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3037"
},
{
"cve": "CVE-2022-3016",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3016"
},
{
"cve": "CVE-2022-29804",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-29804"
},
{
"cve": "CVE-2022-2980",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2980"
},
{
"cve": "CVE-2022-29526",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-29526"
},
{
"cve": "CVE-2022-2946",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2946"
},
{
"cve": "CVE-2022-2929",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2929"
},
{
"cve": "CVE-2022-2928",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2928"
},
{
"cve": "CVE-2022-2923",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2923"
},
{
"cve": "CVE-2022-2889",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2889"
},
{
"cve": "CVE-2022-2880",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2880"
},
{
"cve": "CVE-2022-2879",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2879"
},
{
"cve": "CVE-2022-2874",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2874"
},
{
"cve": "CVE-2022-2862",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2862"
},
{
"cve": "CVE-2022-2849",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2849"
},
{
"cve": "CVE-2022-2845",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2845"
},
{
"cve": "CVE-2022-28331",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-28331"
},
{
"cve": "CVE-2022-28327",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-28327"
},
{
"cve": "CVE-2022-2819",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2819"
},
{
"cve": "CVE-2022-2817",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2817"
},
{
"cve": "CVE-2022-2816",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2816"
},
{
"cve": "CVE-2022-28131",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-27778",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-27778"
},
{
"cve": "CVE-2022-27664",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-27664"
},
{
"cve": "CVE-2022-27536",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-27536"
},
{
"cve": "CVE-2022-27337",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-27337"
},
{
"cve": "CVE-2022-25255",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-25255"
},
{
"cve": "CVE-2022-25147",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-25147"
},
{
"cve": "CVE-2022-24963",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-24963"
},
{
"cve": "CVE-2022-24675",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-24675"
},
{
"cve": "CVE-2022-23521",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-23521"
},
{
"cve": "CVE-2022-2309",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2309"
},
{
"cve": "CVE-2022-21515",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-21515"
},
{
"cve": "CVE-2022-21349",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-21349"
},
{
"cve": "CVE-2022-21291",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-21291"
},
{
"cve": "CVE-2022-1962",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-1705",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-1705"
},
{
"cve": "CVE-2022-1292",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-1292"
},
{
"cve": "CVE-2022-1122",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-1122"
},
{
"cve": "CVE-2022-0718",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-0718"
},
{
"cve": "CVE-2021-37750",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2021-37750"
},
{
"cve": "CVE-2021-37519",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2021-37519"
},
{
"cve": "CVE-2021-35940",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2021-35940"
},
{
"cve": "CVE-2021-30860",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2021-30860"
},
{
"cve": "CVE-2021-29338",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2021-29338"
},
{
"cve": "CVE-2018-25032",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2018-25032"
},
{
"cve": "CVE-2017-12613",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2017-12613"
},
{
"cve": "CVE-2006-20001",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2006-20001"
}
]
}
WID-SEC-W-2023-0318
Vulnerability from csaf_certbund - Published: 2023-02-08 23:00 - Updated: 2025-04-29 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": "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 oder angemeldeter Angreifer kann mehrere Schwachstellen in Red Hat Migration Toolkit for Containers ausnutzen, um seine Rechte zu erweitern, einen Denial of Service zu verursachen, Sicherheitsvorkehrungen zu umgehen und Informationen offenzulegen.",
"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-0318 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-0318.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-0318 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-0318"
},
{
"category": "external",
"summary": "RedHat Security Advisory vom 2023-02-08",
"url": "https://access.redhat.com/errata/RHSA-2023:0693"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:0632 vom 2023-02-15",
"url": "https://access.redhat.com/errata/RHSA-2023:0632"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:0728 vom 2023-02-17",
"url": "https://access.redhat.com/errata/RHSA-2023:0728"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:0769 vom 2023-02-21",
"url": "https://access.redhat.com/errata/RHSA-2023:0769"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:0774 vom 2023-02-22",
"url": "https://access.redhat.com/errata/RHSA-2023:0774"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:2041 vom 2023-04-27",
"url": "https://access.redhat.com/errata/RHSA-2023:2041"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3645 vom 2023-06-16",
"url": "https://access.redhat.com/errata/RHSA-2023:3645"
},
{
"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": "Oracle Linux Security Advisory ELSA-2024-0121 vom 2024-01-13",
"url": "https://linux.oracle.com/errata/ELSA-2024-0121.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2988 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2988"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASDOCKER-2025-061 vom 2025-04-29",
"url": "https://alas.aws.amazon.com/AL2/ALASDOCKER-2025-061.html"
}
],
"source_lang": "en-US",
"title": "Red Hat Migration Toolkit for Containers: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-04-29T22:00:00.000+00:00",
"generator": {
"date": "2025-04-30T08:54:44.454+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2023-0318",
"initial_release_date": "2023-02-08T23:00:00.000+00:00",
"revision_history": [
{
"date": "2023-02-08T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-02-15T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-02-16T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-02-20T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-02-21T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-04-26T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-06-15T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-01T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-14T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-05-21T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-29T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Amazon aufgenommen"
}
],
"status": "final",
"version": "11"
}
},
"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": "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": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat: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.11",
"product": {
"name": "Red Hat OpenShift Container Platform 4.11",
"product_id": "T025990",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform_4.11"
}
}
},
{
"category": "product_version_range",
"name": "Migration Toolkit for Containers \u003c1.7.7",
"product": {
"name": "Red Hat OpenShift Migration Toolkit for Containers \u003c1.7.7",
"product_id": "T026206"
}
},
{
"category": "product_version",
"name": "Migration Toolkit for Containers 1.7.7",
"product": {
"name": "Red Hat OpenShift Migration Toolkit for Containers 1.7.7",
"product_id": "T026206-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:migration_toolkit_for_containers__1.7.7"
}
}
},
{
"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_range",
"name": "Container Platform \u003c4.14.0",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.14.0",
"product_id": "T031839"
}
},
{
"category": "product_version",
"name": "Container Platform 4.14.0",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.0",
"product_id": "T031839-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.0"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-43138",
"product_status": {
"known_affected": [
"T008027",
"67646",
"T026206",
"398363",
"T026435",
"T004914",
"T025990",
"T031839"
]
},
"release_date": "2023-02-08T23:00:00.000+00:00",
"title": "CVE-2021-43138"
},
{
"cve": "CVE-2022-27664",
"product_status": {
"known_affected": [
"T008027",
"67646",
"T026206",
"398363",
"T026435",
"T004914",
"T025990",
"T031839"
]
},
"release_date": "2023-02-08T23:00:00.000+00:00",
"title": "CVE-2022-27664"
},
{
"cve": "CVE-2022-2879",
"product_status": {
"known_affected": [
"T008027",
"67646",
"T026206",
"398363",
"T026435",
"T004914",
"T025990",
"T031839"
]
},
"release_date": "2023-02-08T23:00:00.000+00:00",
"title": "CVE-2022-2879"
},
{
"cve": "CVE-2022-2880",
"product_status": {
"known_affected": [
"T008027",
"67646",
"T026206",
"398363",
"T026435",
"T004914",
"T025990",
"T031839"
]
},
"release_date": "2023-02-08T23:00:00.000+00:00",
"title": "CVE-2022-2880"
},
{
"cve": "CVE-2022-32149",
"product_status": {
"known_affected": [
"T008027",
"67646",
"T026206",
"398363",
"T026435",
"T004914",
"T025990",
"T031839"
]
},
"release_date": "2023-02-08T23:00:00.000+00:00",
"title": "CVE-2022-32149"
},
{
"cve": "CVE-2022-32189",
"product_status": {
"known_affected": [
"T008027",
"67646",
"T026206",
"398363",
"T026435",
"T004914",
"T025990",
"T031839"
]
},
"release_date": "2023-02-08T23:00:00.000+00:00",
"title": "CVE-2022-32189"
},
{
"cve": "CVE-2022-32190",
"product_status": {
"known_affected": [
"T008027",
"67646",
"T026206",
"398363",
"T026435",
"T004914",
"T025990",
"T031839"
]
},
"release_date": "2023-02-08T23:00:00.000+00:00",
"title": "CVE-2022-32190"
},
{
"cve": "CVE-2022-41715",
"product_status": {
"known_affected": [
"T008027",
"67646",
"T026206",
"398363",
"T026435",
"T004914",
"T025990",
"T031839"
]
},
"release_date": "2023-02-08T23:00:00.000+00:00",
"title": "CVE-2022-41715"
},
{
"cve": "CVE-2022-41717",
"product_status": {
"known_affected": [
"T008027",
"67646",
"T026206",
"398363",
"T026435",
"T004914",
"T025990",
"T031839"
]
},
"release_date": "2023-02-08T23:00:00.000+00:00",
"title": "CVE-2022-41717"
}
]
}
WID-SEC-W-2022-2044
Vulnerability from csaf_certbund - Published: 2022-11-08 23:00 - Updated: 2024-04-24 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 Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren.",
"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-2022-2044 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-2044.json"
},
{
"category": "self",
"summary": "WID-SEC-2022-2044 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-2044"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2022-11-08",
"url": "https://access.redhat.com/errata/RHSA-2022:7447"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2022-11-08",
"url": "https://access.redhat.com/errata/RHSA-2022:7458"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2022-11-08",
"url": "https://access.redhat.com/errata/RHSA-2022:7514"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2022-11-08",
"url": "https://access.redhat.com/errata/RHSA-2022:7548"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2022-11-08",
"url": "https://access.redhat.com/errata/RHSA-2022:7558"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2022-11-08",
"url": "https://access.redhat.com/errata/RHSA-2022:7822"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2022-11-08",
"url": "https://access.redhat.com/errata/RHSA-2022:7704"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2022-11-08",
"url": "https://access.redhat.com/errata/RHSA-2022:7622"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2022-11-08",
"url": "https://access.redhat.com/errata/RHSA-2022:7639"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8008 vom 2022-11-15",
"url": "https://access.redhat.com/errata/RHSA-2022:8008"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2022-7704 vom 2022-11-15",
"url": "https://linux.oracle.com/errata/ELSA-2022-7704.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8431 vom 2022-11-15",
"url": "https://access.redhat.com/errata/RHSA-2022:8431"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2022-7458 vom 2022-11-15",
"url": "https://linux.oracle.com/errata/ELSA-2022-7458.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:7935 vom 2022-11-15",
"url": "https://access.redhat.com/errata/RHSA-2022:7935"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:7950 vom 2022-11-15",
"url": "https://access.redhat.com/errata/RHSA-2022:7950"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8139 vom 2022-11-15",
"url": "https://access.redhat.com/errata/RHSA-2022:8139"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8062 vom 2022-11-15",
"url": "https://access.redhat.com/errata/RHSA-2022:8062"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8054 vom 2022-11-15",
"url": "https://access.redhat.com/errata/RHSA-2022:8054"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8011 vom 2022-11-15",
"url": "https://access.redhat.com/errata/RHSA-2022:8011"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2022-8054 vom 2022-11-22",
"url": "https://linux.oracle.com/errata/ELSA-2022-8054.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2022-7822 vom 2022-11-24",
"url": "http://linux.oracle.com/errata/ELSA-2022-7822.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2022-8431 vom 2022-11-24",
"url": "http://linux.oracle.com/errata/ELSA-2022-8431.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2022-10031 vom 2022-11-29",
"url": "https://linux.oracle.com/errata/ELSA-2022-10031.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8626 vom 2022-11-29",
"url": "https://access.redhat.com/errata/RHSA-2022:8626"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8781 vom 2022-12-08",
"url": "https://access.redhat.com/errata/RHSA-2022:8781"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202212-02 vom 2022-12-19",
"url": "https://security.gentoo.org/glsa/202212-02"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:7398 vom 2023-01-18",
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:1275 vom 2023-03-15",
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:2193 vom 2023-05-09",
"url": "https://access.redhat.com/errata/RHSA-2023:2193"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:2758 vom 2023-05-16",
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:2802 vom 2023-05-16",
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2023-2116 vom 2023-07-20",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2116.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2024-2468 vom 2024-02-19",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2468.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2024-2452 vom 2024-02-06",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2452.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASR4-2023-001 vom 2024-01-23",
"url": "https://alas.aws.amazon.com/AL2/ALASR4-2023-001.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2045 vom 2024-04-25",
"url": "https://access.redhat.com/errata/RHSA-2024:2045"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2024-04-24T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:38:00.017+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2022-2044",
"initial_release_date": "2022-11-08T23:00:00.000+00:00",
"revision_history": [
{
"date": "2022-11-08T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2022-11-15T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2022-11-23T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2022-11-28T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2022-12-07T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-12-18T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2023-01-17T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-03-15T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-05-09T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-05-16T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-20T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-01-22T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-02-05T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-02-19T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-04-24T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "15"
}
},
"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": [
{
"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": "8",
"product": {
"name": "Red Hat Enterprise Linux 8",
"product_id": "T014111",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8"
}
}
}
],
"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"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-4048",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2021-4048"
},
{
"cve": "CVE-2021-44269",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2021-44269"
},
{
"cve": "CVE-2022-1049",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-1049"
},
{
"cve": "CVE-2022-21682",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-21682"
},
{
"cve": "CVE-2022-22624",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-22624"
},
{
"cve": "CVE-2022-22628",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-22628"
},
{
"cve": "CVE-2022-22629",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-22629"
},
{
"cve": "CVE-2022-22662",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-22662"
},
{
"cve": "CVE-2022-25308",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-25308"
},
{
"cve": "CVE-2022-25309",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-25309"
},
{
"cve": "CVE-2022-25310",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-25310"
},
{
"cve": "CVE-2022-26700",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-26700"
},
{
"cve": "CVE-2022-26709",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-26709"
},
{
"cve": "CVE-2022-26710",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-26710"
},
{
"cve": "CVE-2022-26716",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-26716"
},
{
"cve": "CVE-2022-26717",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-26717"
},
{
"cve": "CVE-2022-26719",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-26719"
},
{
"cve": "CVE-2022-2989",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-2989"
},
{
"cve": "CVE-2022-2990",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-2990"
},
{
"cve": "CVE-2022-30293",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-30293"
},
{
"cve": "CVE-2022-30698",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-30698"
},
{
"cve": "CVE-2022-30699",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-30699"
},
{
"cve": "CVE-2022-32189",
"notes": [
{
"category": "description",
"text": "In Red Hat Enterprise Linux existieren mehrere Schwachstellen. Diese sind auf Fehler in verschiedenen Komponenten zur\u00fcckzuf\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T008027",
"67646",
"398363",
"T012167",
"T004914",
"T014111"
]
},
"release_date": "2022-11-08T23:00:00.000+00:00",
"title": "CVE-2022-32189"
}
]
}
WID-SEC-W-2022-2134
Vulnerability from csaf_certbund - Published: 2022-11-20 23:00 - Updated: 2023-06-20 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": "IBM Spectrum Protect ist eine zentralisierte Backupl\u00f6sung f\u00fcr Systeme im Netzwerk.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift ausnutzen, um einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen.",
"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-2022-2134 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-2134.json"
},
{
"category": "self",
"summary": "WID-SEC-2022-2134 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-2134"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7005589 vom 2023-06-21",
"url": "https://www.ibm.com/support/pages/node/7005589"
},
{
"category": "external",
"summary": "IBM Security Bulletin vom 2022-11-20",
"url": "https://www.ibm.com/support/pages/node/6838883"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8626 vom 2022-11-29",
"url": "https://access.redhat.com/errata/RHSA-2022:8626"
},
{
"category": "external",
"summary": "IBM Security Bulletin 6847653 vom 2022-12-20",
"url": "https://www.ibm.com/support/pages/node/6847653"
},
{
"category": "external",
"summary": "IBM Security Bulletin 6847643 vom 2022-12-20",
"url": "https://www.ibm.com/support/pages/node/6847643"
}
],
"source_lang": "en-US",
"title": "IBM Spectrum Protect: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2023-06-20T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:38:41.956+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2022-2134",
"initial_release_date": "2022-11-20T23:00:00.000+00:00",
"revision_history": [
{
"date": "2022-11-20T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2022-11-28T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-12-20T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2023-06-20T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "IBM Spectrum Protect plus 10.1",
"product": {
"name": "IBM Spectrum Protect plus 10.1",
"product_id": "T015895",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_protect:plus_10.1"
}
}
},
{
"category": "product_name",
"name": "IBM Spectrum Protect 10.1",
"product": {
"name": "IBM Spectrum Protect 10.1",
"product_id": "T023657",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_protect:10.1"
}
}
},
{
"category": "product_name",
"name": "IBM Spectrum Protect \u003c plus 10.1.12.2",
"product": {
"name": "IBM Spectrum Protect \u003c plus 10.1.12.2",
"product_id": "T025369",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_protect:plus_10.1.12.2"
}
}
},
{
"category": "product_name",
"name": "IBM Spectrum Protect 8.1.17",
"product": {
"name": "IBM Spectrum Protect 8.1.17",
"product_id": "T025663",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_protect:8.1.17"
}
}
}
],
"category": "product_name",
"name": "Spectrum Protect"
}
],
"category": "vendor",
"name": "IBM"
},
{
"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": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-1705"
},
{
"cve": "CVE-2022-1962",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-27664",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-27664"
},
{
"cve": "CVE-2022-28131",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-30630",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-30630"
},
{
"cve": "CVE-2022-30631",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-30631"
},
{
"cve": "CVE-2022-30632",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-30632"
},
{
"cve": "CVE-2022-30633",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-30635",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-30635"
},
{
"cve": "CVE-2022-32148",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-32148"
},
{
"cve": "CVE-2022-32149",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-32149"
},
{
"cve": "CVE-2022-32189",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-32189"
},
{
"cve": "CVE-2022-32190",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-32190"
}
]
}
SUSE-SU-2022:2671-1
Vulnerability from csaf_suse - Published: 2022-08-04 12:05 - Updated: 2022-08-04 12:05Notes
{
"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.17",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.17 fixes the following issues:\n\nUpdate to go version 1.17.13 (bsc#1190649):\n\n- CVE-2022-32189: encoding/gob, math/big: decoding big.Float and big.Rat can panic (bsc#1202035).\n- CVE-2022-30635: encoding/gob: stack exhaustion in Decoder.Decode (bsc#1201444).\n- CVE-2022-30631: compress/gzip: stack exhaustion in Reader.Read (bsc#1201437).\n- CVE-2022-1962: go/parser: stack exhaustion in all Parse* functions (bsc#1201448).\n- CVE-2022-28131: encoding/xml: stack exhaustion in Decoder.Skip (bsc#1201443).\n- CVE-2022-1705: net/http: improper sanitization of Transfer-Encoding header (bsc#1201434)\n- CVE-2022-30630: io/fs: stack exhaustion in Glob (bsc#1201447).\n- CVE-2022-32148: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (bsc#1201436)\n- CVE-2022-30632: path/filepath: stack exhaustion in Glob (bsc#1201445).\n- CVE-2022-30633: encoding/xml: stack exhaustion in Unmarshal (bsc#1201440).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-2671,SUSE-SLE-Module-Development-Tools-15-SP3-2022-2671,SUSE-SLE-Module-Development-Tools-15-SP4-2022-2671,SUSE-SLE-Product-HPC-15-SP2-ESPOS-2022-2671,SUSE-SLE-Product-HPC-15-SP2-LTSS-2022-2671,SUSE-SLE-Product-SLES-15-SP2-BCL-2022-2671,SUSE-SLE-Product-SLES-15-SP2-LTSS-2022-2671,SUSE-SLE-Product-SLES_SAP-15-SP2-2022-2671,SUSE-SLE-Product-SUSE-Manager-Proxy-4.1-2022-2671,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.1-2022-2671,SUSE-SLE-Product-SUSE-Manager-Server-4.1-2022-2671,SUSE-Storage-7-2022-2671,openSUSE-SLE-15.3-2022-2671,openSUSE-SLE-15.4-2022-2671",
"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-2022_2671-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:2671-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20222671-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:2671-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-August/011802.html"
},
{
"category": "self",
"summary": "SUSE Bug 1190649",
"url": "https://bugzilla.suse.com/1190649"
},
{
"category": "self",
"summary": "SUSE Bug 1201434",
"url": "https://bugzilla.suse.com/1201434"
},
{
"category": "self",
"summary": "SUSE Bug 1201436",
"url": "https://bugzilla.suse.com/1201436"
},
{
"category": "self",
"summary": "SUSE Bug 1201437",
"url": "https://bugzilla.suse.com/1201437"
},
{
"category": "self",
"summary": "SUSE Bug 1201440",
"url": "https://bugzilla.suse.com/1201440"
},
{
"category": "self",
"summary": "SUSE Bug 1201443",
"url": "https://bugzilla.suse.com/1201443"
},
{
"category": "self",
"summary": "SUSE Bug 1201444",
"url": "https://bugzilla.suse.com/1201444"
},
{
"category": "self",
"summary": "SUSE Bug 1201445",
"url": "https://bugzilla.suse.com/1201445"
},
{
"category": "self",
"summary": "SUSE Bug 1201447",
"url": "https://bugzilla.suse.com/1201447"
},
{
"category": "self",
"summary": "SUSE Bug 1201448",
"url": "https://bugzilla.suse.com/1201448"
},
{
"category": "self",
"summary": "SUSE Bug 1202035",
"url": "https://bugzilla.suse.com/1202035"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1705 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1705/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1962 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1962/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28131 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28131/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30630 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30630/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30631 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30631/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30632 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30632/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30633 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30633/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30635 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30635/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32148 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32148/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32189 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32189/"
}
],
"title": "Security update for go1.17",
"tracking": {
"current_release_date": "2022-08-04T12:05:44Z",
"generator": {
"date": "2022-08-04T12:05:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:2671-1",
"initial_release_date": "2022-08-04T12:05:44Z",
"revision_history": [
{
"date": "2022-08-04T12:05:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.17-1.17.13-150000.1.42.1.aarch64",
"product": {
"name": "go1.17-1.17.13-150000.1.42.1.aarch64",
"product_id": "go1.17-1.17.13-150000.1.42.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"product": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"product_id": "go1.17-doc-1.17.13-150000.1.42.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"product": {
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"product_id": "go1.17-race-1.17.13-150000.1.42.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.17-1.17.13-150000.1.42.1.i586",
"product": {
"name": "go1.17-1.17.13-150000.1.42.1.i586",
"product_id": "go1.17-1.17.13-150000.1.42.1.i586"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.13-150000.1.42.1.i586",
"product": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.i586",
"product_id": "go1.17-doc-1.17.13-150000.1.42.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"product": {
"name": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"product_id": "go1.17-1.17.13-150000.1.42.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"product": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"product_id": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.17-1.17.13-150000.1.42.1.s390x",
"product": {
"name": "go1.17-1.17.13-150000.1.42.1.s390x",
"product_id": "go1.17-1.17.13-150000.1.42.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.13-150000.1.42.1.s390x",
"product": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.s390x",
"product_id": "go1.17-doc-1.17.13-150000.1.42.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.17-1.17.13-150000.1.42.1.x86_64",
"product": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64",
"product_id": "go1.17-1.17.13-150000.1.42.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"product": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"product_id": "go1.17-doc-1.17.13-150000.1.42.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"product": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"product_id": "go1.17-race-1.17.13-150000.1.42.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp3"
}
}
},
{
"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 SP2-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_bcl:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.1",
"product": {
"name": "SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Retail Branch Server 4.1",
"product": {
"name": "SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-retail-branch-server:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.1",
"product": {
"name": "SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7",
"product": {
"name": "SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.3",
"product": {
"name": "openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.3"
}
}
},
{
"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.17-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.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.17-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.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.17-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.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.17-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.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.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.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.17-doc-1.17.13-150000.1.42.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.17-doc-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.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.17-doc-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.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.17-doc-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.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.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.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.17-race-1.17.13-150000.1.42.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.17-race-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.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.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.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.17-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.i586 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.i586 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1705"
}
],
"notes": [
{
"category": "general",
"text": "Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1705",
"url": "https://www.suse.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "SUSE Bug 1201434 for CVE-2022-1705",
"url": "https://bugzilla.suse.com/1201434"
}
],
"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:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.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:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-1705"
},
{
"cve": "CVE-2022-1962",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1962"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in the Parse functions in go/parser before Go 1.17.12 and Go 1.18.4 allow an attacker to cause a panic due to stack exhaustion via deeply nested types or declarations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1962",
"url": "https://www.suse.com/security/cve/CVE-2022-1962"
},
{
"category": "external",
"summary": "SUSE Bug 1201448 for CVE-2022-1962",
"url": "https://bugzilla.suse.com/1201448"
}
],
"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:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-28131",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28131"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Decoder.Skip in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a deeply nested XML document.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28131",
"url": "https://www.suse.com/security/cve/CVE-2022-28131"
},
{
"category": "external",
"summary": "SUSE Bug 1201443 for CVE-2022-28131",
"url": "https://bugzilla.suse.com/1201443"
}
],
"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:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-30630",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30630"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Glob in io/fs before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path which contains a large number of path separators.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30630",
"url": "https://www.suse.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "SUSE Bug 1201447 for CVE-2022-30630",
"url": "https://bugzilla.suse.com/1201447"
}
],
"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:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-30630"
},
{
"cve": "CVE-2022-30631",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30631"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Reader.Read in compress/gzip before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via an archive containing a large number of concatenated 0-length compressed files.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30631",
"url": "https://www.suse.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "SUSE Bug 1201437 for CVE-2022-30631",
"url": "https://bugzilla.suse.com/1201437"
}
],
"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:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-30631"
},
{
"cve": "CVE-2022-30632",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30632"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Glob in path/filepath before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path containing a large number of path separators.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30632",
"url": "https://www.suse.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "SUSE Bug 1201445 for CVE-2022-30632",
"url": "https://bugzilla.suse.com/1201445"
}
],
"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:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-30632"
},
{
"cve": "CVE-2022-30633",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30633"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Unmarshal in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via unmarshalling an XML document into a Go struct which has a nested field that uses the \u0027any\u0027 field tag.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30633",
"url": "https://www.suse.com/security/cve/CVE-2022-30633"
},
{
"category": "external",
"summary": "SUSE Bug 1201440 for CVE-2022-30633",
"url": "https://bugzilla.suse.com/1201440"
}
],
"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:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-30635",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30635"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Decoder.Decode in encoding/gob before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a message which contains deeply nested structures.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30635",
"url": "https://www.suse.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "SUSE Bug 1201444 for CVE-2022-30635",
"url": "https://bugzilla.suse.com/1201444"
}
],
"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:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-30635"
},
{
"cve": "CVE-2022-32148",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32148"
}
],
"notes": [
{
"category": "general",
"text": "Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the value of the X-Forwarded-For header.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32148",
"url": "https://www.suse.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "SUSE Bug 1201436 for CVE-2022-32148",
"url": "https://bugzilla.suse.com/1201436"
}
],
"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:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.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:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-32148"
},
{
"cve": "CVE-2022-32189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32189"
}
],
"notes": [
{
"category": "general",
"text": "A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32189",
"url": "https://www.suse.com/security/cve/CVE-2022-32189"
},
{
"category": "external",
"summary": "SUSE Bug 1202035 for CVE-2022-32189",
"url": "https://bugzilla.suse.com/1202035"
}
],
"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:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-32189"
}
]
}
SUSE-SU-2022:2672-1
Vulnerability from csaf_suse - Published: 2022-08-04 12:06 - Updated: 2022-08-04 12:06Notes
{
"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.18",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.18 fixes the following issues:\n\nUpdate to go version 1.18.5 (bsc#1193742):\n\n- CVE-2022-32189: encoding/gob, math/big: decoding big.Float and big.Rat can panic (bsc#1202035).\n- CVE-2022-1705: net/http: improper sanitization of Transfer-Encoding header (bsc#1201434)\n- CVE-2022-32148: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (bsc#1201436)\n- CVE-2022-30631: compress/gzip: stack exhaustion in Reader.Read (bsc#1201437).\n- CVE-2022-30633: encoding/xml: stack exhaustion in Unmarshal (bsc#1201440).\n- CVE-2022-28131: encoding/xml: stack exhaustion in Decoder.Skip (bsc#1201443).\n- CVE-2022-30635: encoding/gob: stack exhaustion in Decoder.Decode (bsc#1201444).\n- CVE-2022-30632: path/filepath: stack exhaustion in Glob (bsc#1201445).\n- CVE-2022-30630: io/fs: stack exhaustion in Glob (bsc#1201447).\n- CVE-2022-1962: go/parser: stack exhaustion in all Parse* functions (bsc#1201448).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-2672,SUSE-SLE-Module-Development-Tools-15-SP3-2022-2672,SUSE-SLE-Module-Development-Tools-15-SP4-2022-2672,openSUSE-SLE-15.3-2022-2672,openSUSE-SLE-15.4-2022-2672",
"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-2022_2672-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:2672-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20222672-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:2672-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-August/011804.html"
},
{
"category": "self",
"summary": "SUSE Bug 1193742",
"url": "https://bugzilla.suse.com/1193742"
},
{
"category": "self",
"summary": "SUSE Bug 1201434",
"url": "https://bugzilla.suse.com/1201434"
},
{
"category": "self",
"summary": "SUSE Bug 1201436",
"url": "https://bugzilla.suse.com/1201436"
},
{
"category": "self",
"summary": "SUSE Bug 1201437",
"url": "https://bugzilla.suse.com/1201437"
},
{
"category": "self",
"summary": "SUSE Bug 1201440",
"url": "https://bugzilla.suse.com/1201440"
},
{
"category": "self",
"summary": "SUSE Bug 1201443",
"url": "https://bugzilla.suse.com/1201443"
},
{
"category": "self",
"summary": "SUSE Bug 1201444",
"url": "https://bugzilla.suse.com/1201444"
},
{
"category": "self",
"summary": "SUSE Bug 1201445",
"url": "https://bugzilla.suse.com/1201445"
},
{
"category": "self",
"summary": "SUSE Bug 1201447",
"url": "https://bugzilla.suse.com/1201447"
},
{
"category": "self",
"summary": "SUSE Bug 1201448",
"url": "https://bugzilla.suse.com/1201448"
},
{
"category": "self",
"summary": "SUSE Bug 1202035",
"url": "https://bugzilla.suse.com/1202035"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1705 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1705/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1962 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1962/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28131 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28131/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30630 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30630/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30631 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30631/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30632 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30632/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30633 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30633/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30635 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30635/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32148 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32148/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32189 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32189/"
}
],
"title": "Security update for go1.18",
"tracking": {
"current_release_date": "2022-08-04T12:06:36Z",
"generator": {
"date": "2022-08-04T12:06:36Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:2672-1",
"initial_release_date": "2022-08-04T12:06:36Z",
"revision_history": [
{
"date": "2022-08-04T12:06:36Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.18-1.18.5-150000.1.25.1.aarch64",
"product": {
"name": "go1.18-1.18.5-150000.1.25.1.aarch64",
"product_id": "go1.18-1.18.5-150000.1.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"product": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"product_id": "go1.18-doc-1.18.5-150000.1.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.18-race-1.18.5-150000.1.25.1.aarch64",
"product": {
"name": "go1.18-race-1.18.5-150000.1.25.1.aarch64",
"product_id": "go1.18-race-1.18.5-150000.1.25.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-1.18.5-150000.1.25.1.i586",
"product": {
"name": "go1.18-1.18.5-150000.1.25.1.i586",
"product_id": "go1.18-1.18.5-150000.1.25.1.i586"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.5-150000.1.25.1.i586",
"product": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.i586",
"product_id": "go1.18-doc-1.18.5-150000.1.25.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-1.18.5-150000.1.25.1.ppc64le",
"product": {
"name": "go1.18-1.18.5-150000.1.25.1.ppc64le",
"product_id": "go1.18-1.18.5-150000.1.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"product": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"product_id": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-1.18.5-150000.1.25.1.s390x",
"product": {
"name": "go1.18-1.18.5-150000.1.25.1.s390x",
"product_id": "go1.18-1.18.5-150000.1.25.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.5-150000.1.25.1.s390x",
"product": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.s390x",
"product_id": "go1.18-doc-1.18.5-150000.1.25.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-1.18.5-150000.1.25.1.x86_64",
"product": {
"name": "go1.18-1.18.5-150000.1.25.1.x86_64",
"product_id": "go1.18-1.18.5-150000.1.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"product": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"product_id": "go1.18-doc-1.18.5-150000.1.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.18-race-1.18.5-150000.1.25.1.x86_64",
"product": {
"name": "go1.18-race-1.18.5-150000.1.25.1.x86_64",
"product_id": "go1.18-race-1.18.5-150000.1.25.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp3"
}
}
},
{
"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.3",
"product": {
"name": "openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.3"
}
}
},
{
"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.18-1.18.5-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-race-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-race-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.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.18-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.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.18-1.18.5-150000.1.25.1.ppc64le"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.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.18-1.18.5-150000.1.25.1.s390x"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.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.18-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-1.18.5-150000.1.25.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.18-doc-1.18.5-150000.1.25.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.18-doc-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.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.18-doc-1.18.5-150000.1.25.1.ppc64le"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.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.18-doc-1.18.5-150000.1.25.1.s390x"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.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.18-doc-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.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.18-race-1.18.5-150000.1.25.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.18-race-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-race-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-150000.1.25.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.18-race-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-race-1.18.5-150000.1.25.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.18-1.18.5-150000.1.25.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-150000.1.25.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-race-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-150000.1.25.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-race-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-150000.1.25.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-race-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-150000.1.25.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-race-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1705"
}
],
"notes": [
{
"category": "general",
"text": "Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1705",
"url": "https://www.suse.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "SUSE Bug 1201434 for CVE-2022-1705",
"url": "https://bugzilla.suse.com/1201434"
}
],
"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 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.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 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-1705"
},
{
"cve": "CVE-2022-1962",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1962"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in the Parse functions in go/parser before Go 1.17.12 and Go 1.18.4 allow an attacker to cause a panic due to stack exhaustion via deeply nested types or declarations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1962",
"url": "https://www.suse.com/security/cve/CVE-2022-1962"
},
{
"category": "external",
"summary": "SUSE Bug 1201448 for CVE-2022-1962",
"url": "https://bugzilla.suse.com/1201448"
}
],
"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 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/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 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-28131",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28131"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Decoder.Skip in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a deeply nested XML document.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28131",
"url": "https://www.suse.com/security/cve/CVE-2022-28131"
},
{
"category": "external",
"summary": "SUSE Bug 1201443 for CVE-2022-28131",
"url": "https://bugzilla.suse.com/1201443"
}
],
"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 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/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 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-30630",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30630"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Glob in io/fs before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path which contains a large number of path separators.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30630",
"url": "https://www.suse.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "SUSE Bug 1201447 for CVE-2022-30630",
"url": "https://bugzilla.suse.com/1201447"
}
],
"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 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/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 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-30630"
},
{
"cve": "CVE-2022-30631",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30631"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Reader.Read in compress/gzip before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via an archive containing a large number of concatenated 0-length compressed files.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30631",
"url": "https://www.suse.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "SUSE Bug 1201437 for CVE-2022-30631",
"url": "https://bugzilla.suse.com/1201437"
}
],
"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 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/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 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-30631"
},
{
"cve": "CVE-2022-30632",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30632"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Glob in path/filepath before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path containing a large number of path separators.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30632",
"url": "https://www.suse.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "SUSE Bug 1201445 for CVE-2022-30632",
"url": "https://bugzilla.suse.com/1201445"
}
],
"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 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/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 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-30632"
},
{
"cve": "CVE-2022-30633",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30633"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Unmarshal in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via unmarshalling an XML document into a Go struct which has a nested field that uses the \u0027any\u0027 field tag.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30633",
"url": "https://www.suse.com/security/cve/CVE-2022-30633"
},
{
"category": "external",
"summary": "SUSE Bug 1201440 for CVE-2022-30633",
"url": "https://bugzilla.suse.com/1201440"
}
],
"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 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/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 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-30635",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30635"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Decoder.Decode in encoding/gob before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a message which contains deeply nested structures.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30635",
"url": "https://www.suse.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "SUSE Bug 1201444 for CVE-2022-30635",
"url": "https://bugzilla.suse.com/1201444"
}
],
"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 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-30635"
},
{
"cve": "CVE-2022-32148",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32148"
}
],
"notes": [
{
"category": "general",
"text": "Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the value of the X-Forwarded-For header.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32148",
"url": "https://www.suse.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "SUSE Bug 1201436 for CVE-2022-32148",
"url": "https://bugzilla.suse.com/1201436"
}
],
"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 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.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:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-32148"
},
{
"cve": "CVE-2022-32189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32189"
}
],
"notes": [
{
"category": "general",
"text": "A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32189",
"url": "https://www.suse.com/security/cve/CVE-2022-32189"
},
{
"category": "external",
"summary": "SUSE Bug 1202035 for CVE-2022-32189",
"url": "https://bugzilla.suse.com/1202035"
}
],
"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 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-32189"
}
]
}
SUSE-SU-2023:2312-1
Vulnerability from csaf_suse - Published: 2023-05-30 06:54 - Updated: 2023-05-30 06:54Notes
{
"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.18-openssl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.18-openssl fixes the following issues:\n\n- Add subpackage go1.x-libstd compiled shared object libstd.so (jsc#PED-1962)\n * Main go1.x package included libstd.so in previous versions\n * Split libstd.so into subpackage that can be installed standalone\n * Continues the slimming down of main go1.x package by 40 Mb\n * Experimental and not recommended for general use, Go currently has no ABI\n * Upstream Go has not committed to support buildmode=shared long-term\n * Do not use in packaging, build static single binaries (the default)\n * Upstream Go go1.x binary releases do not include libstd.so\n * go1.x Suggests go1.x-libstd so not installed by default Recommends\n * go1.x-libstd does not Require: go1.x so can install standalone\n * Provides go-libstd unversioned package name\n * Fix build step -buildmode=shared std to omit -linkshared\n- Packaging improvements:\n * go1.x Suggests go1.x-doc so not installed by default Recommends\n * Use Group: Development/Languages/Go instead of Other\n\n- Improvements to go1.x packaging spec:\n * On Tumbleweed bootstrap with current default gcc13 and gccgo118\n * On SLE-12 aarch64 ppc64le ppc64 remove overrides to bootstrap\n using go1.x package (%bcond_without gccgo). This is no longer\n needed on current SLE-12:Update and removing will consolidate\n the build configurations used.\n * Change source URLs to go.dev as per Go upstream\n * On x86_64 export GOAMD64=v1 as per the current baseline.\n At this time forgo GOAMD64=v3 option for x86_64_v3 support.\n * On x86_64 %define go_amd64=v1 as current instruction baseline\n\n- Update to version 1.18.10.1 cut from the go1.18-openssl-fips\n branch at the revision tagged go1.18.10-1-openssl-fips.\n * Merge branch dev.boringcrypto.go1.18 into go1.18-openssl-fips\n * Merge go1.18.10 into dev.boringcrypto.go1.18\n\n- go1.18.10 (released 2023-01-10) includes fixes to cgo, the\n compiler, the linker, and the crypto/x509, net/http, and syscall\n packages.\n Refs bsc#1193742 go1.18 release tracking\n * go#57705 misc/cgo: backport needed for dlltool fix\n * go#57426 crypto/x509: Verify on macOS does not return typed errors\n * go#57344 cmd/compile: the loong64 intrinsic for CompareAndSwapUint32 function needs to sign extend its \u0027old\u0027 argument.\n * go#57338 syscall, internal/poll: accept4-to-accept fallback removal broke Go code on Synology DSM 6.2 ARM devices\n * go#57213 os: TestLstat failure on Linux Aarch64\n * go#57211 reflect: sort.SliceStable sorts incorrectly on arm64 with less function created with reflect.MakeFunc and slice of sufficient length\n * go#57057 cmd/go: remove test dependency on gopkg.in service\n * go#57054 cmd/go: TestScript/version_buildvcs_git_gpg (if enabled) fails on linux longtest builders\n * go#57044 cgo: malformed DWARF TagVariable entry\n * go#57028 cmd/cgo: Wrong types in compiler errors with clang 14\n * go#56833 cmd/link/internal/ppc64: too-far trampoline is reused\n * go#56711 net: reenable TestLookupDotsWithRemoteSource and TestLookupGoogleSRV with a different target\n * go#56323 net/http: bad handling of HEAD requests with a body\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-2312,SUSE-SLE-Module-Development-Tools-15-SP4-2023-2312,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-2312,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-2312,SUSE-SLE-Product-RT-15-SP3-2023-2312,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-2312,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-2312,SUSE-Storage-7.1-2023-2312,openSUSE-SLE-15.4-2023-2312,openSUSE-SLE-15.5-2023-2312",
"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_2312-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:2312-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232312-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:2312-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-May/015005.html"
},
{
"category": "self",
"summary": "SUSE Bug 1183043",
"url": "https://bugzilla.suse.com/1183043"
},
{
"category": "self",
"summary": "SUSE Bug 1193742",
"url": "https://bugzilla.suse.com/1193742"
},
{
"category": "self",
"summary": "SUSE Bug 1198423",
"url": "https://bugzilla.suse.com/1198423"
},
{
"category": "self",
"summary": "SUSE Bug 1198424",
"url": "https://bugzilla.suse.com/1198424"
},
{
"category": "self",
"summary": "SUSE Bug 1198427",
"url": "https://bugzilla.suse.com/1198427"
},
{
"category": "self",
"summary": "SUSE Bug 1199413",
"url": "https://bugzilla.suse.com/1199413"
},
{
"category": "self",
"summary": "SUSE Bug 1200134",
"url": "https://bugzilla.suse.com/1200134"
},
{
"category": "self",
"summary": "SUSE Bug 1200135",
"url": "https://bugzilla.suse.com/1200135"
},
{
"category": "self",
"summary": "SUSE Bug 1200136",
"url": "https://bugzilla.suse.com/1200136"
},
{
"category": "self",
"summary": "SUSE Bug 1200137",
"url": "https://bugzilla.suse.com/1200137"
},
{
"category": "self",
"summary": "SUSE Bug 1201434",
"url": "https://bugzilla.suse.com/1201434"
},
{
"category": "self",
"summary": "SUSE Bug 1201436",
"url": "https://bugzilla.suse.com/1201436"
},
{
"category": "self",
"summary": "SUSE Bug 1201437",
"url": "https://bugzilla.suse.com/1201437"
},
{
"category": "self",
"summary": "SUSE Bug 1201440",
"url": "https://bugzilla.suse.com/1201440"
},
{
"category": "self",
"summary": "SUSE Bug 1201443",
"url": "https://bugzilla.suse.com/1201443"
},
{
"category": "self",
"summary": "SUSE Bug 1201444",
"url": "https://bugzilla.suse.com/1201444"
},
{
"category": "self",
"summary": "SUSE Bug 1201445",
"url": "https://bugzilla.suse.com/1201445"
},
{
"category": "self",
"summary": "SUSE Bug 1201447",
"url": "https://bugzilla.suse.com/1201447"
},
{
"category": "self",
"summary": "SUSE Bug 1201448",
"url": "https://bugzilla.suse.com/1201448"
},
{
"category": "self",
"summary": "SUSE Bug 1202035",
"url": "https://bugzilla.suse.com/1202035"
},
{
"category": "self",
"summary": "SUSE Bug 1203185",
"url": "https://bugzilla.suse.com/1203185"
},
{
"category": "self",
"summary": "SUSE Bug 1204023",
"url": "https://bugzilla.suse.com/1204023"
},
{
"category": "self",
"summary": "SUSE Bug 1204024",
"url": "https://bugzilla.suse.com/1204024"
},
{
"category": "self",
"summary": "SUSE Bug 1204025",
"url": "https://bugzilla.suse.com/1204025"
},
{
"category": "self",
"summary": "SUSE Bug 1204941",
"url": "https://bugzilla.suse.com/1204941"
},
{
"category": "self",
"summary": "SUSE Bug 1206134",
"url": "https://bugzilla.suse.com/1206134"
},
{
"category": "self",
"summary": "SUSE Bug 1206135",
"url": "https://bugzilla.suse.com/1206135"
},
{
"category": "self",
"summary": "SUSE Bug 1208270",
"url": "https://bugzilla.suse.com/1208270"
},
{
"category": "self",
"summary": "SUSE Bug 1208271",
"url": "https://bugzilla.suse.com/1208271"
},
{
"category": "self",
"summary": "SUSE Bug 1208272",
"url": "https://bugzilla.suse.com/1208272"
},
{
"category": "self",
"summary": "SUSE Bug 1208491",
"url": "https://bugzilla.suse.com/1208491"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1705 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1705/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1962 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1962/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24675 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24675/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-27536 page",
"url": "https://www.suse.com/security/cve/CVE-2022-27536/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-27664 page",
"url": "https://www.suse.com/security/cve/CVE-2022-27664/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28131 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28131/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28327 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28327/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-2879 page",
"url": "https://www.suse.com/security/cve/CVE-2022-2879/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-2880 page",
"url": "https://www.suse.com/security/cve/CVE-2022-2880/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-29526 page",
"url": "https://www.suse.com/security/cve/CVE-2022-29526/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-29804 page",
"url": "https://www.suse.com/security/cve/CVE-2022-29804/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30580 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30580/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30629 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30629/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30630 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30630/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30631 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30631/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30632 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30632/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30633 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30633/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30634 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30634/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30635 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30635/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32148 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32148/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32189 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32189/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41715 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41715/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41716 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41716/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41717 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41717/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41720 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41720/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41723 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41723/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41724 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41724/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41725 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41725/"
}
],
"title": "Security update for go1.18-openssl",
"tracking": {
"current_release_date": "2023-05-30T06:54:51Z",
"generator": {
"date": "2023-05-30T06:54:51Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:2312-1",
"initial_release_date": "2023-05-30T06:54:51Z",
"revision_history": [
{
"date": "2023-05-30T06:54:51Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"product": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"product_id": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"product": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"product_id": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"product": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"product_id": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.i586",
"product": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.i586",
"product_id": "go1.18-openssl-1.18.10.1-150000.1.9.1.i586"
}
},
{
"category": "product_version",
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.i586",
"product": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.i586",
"product_id": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"product": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"product_id": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"product": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"product_id": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"product": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"product_id": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"product": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"product_id": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"product": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"product_id": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"product": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"product_id": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"product": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"product_id": "go1.18-openssl-race-1.18.10.1-150000.1.9.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_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.s390x"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.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.18-openssl-doc-1.18.10.1-150000.1.9.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.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.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.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.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.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.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.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.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.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.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.18-openssl-doc-1.18.10.1-150000.1.9.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.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.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.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.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.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.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.18-openssl-doc-1.18.10.1-150000.1.9.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.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.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.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.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.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.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.18-openssl-doc-1.18.10.1-150000.1.9.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.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.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.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.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.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1705"
}
],
"notes": [
{
"category": "general",
"text": "Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1705",
"url": "https://www.suse.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "SUSE Bug 1201434 for CVE-2022-1705",
"url": "https://bugzilla.suse.com/1201434"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-1705"
},
{
"cve": "CVE-2022-1962",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1962"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in the Parse functions in go/parser before Go 1.17.12 and Go 1.18.4 allow an attacker to cause a panic due to stack exhaustion via deeply nested types or declarations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1962",
"url": "https://www.suse.com/security/cve/CVE-2022-1962"
},
{
"category": "external",
"summary": "SUSE Bug 1201448 for CVE-2022-1962",
"url": "https://bugzilla.suse.com/1201448"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-24675",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24675"
}
],
"notes": [
{
"category": "general",
"text": "encoding/pem in Go before 1.17.9 and 1.18.x before 1.18.1 has a Decode stack overflow via a large amount of PEM data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24675",
"url": "https://www.suse.com/security/cve/CVE-2022-24675"
},
{
"category": "external",
"summary": "SUSE Bug 1198423 for CVE-2022-24675",
"url": "https://bugzilla.suse.com/1198423"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-24675"
},
{
"cve": "CVE-2022-27536",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-27536"
}
],
"notes": [
{
"category": "general",
"text": "Certificate.Verify in crypto/x509 in Go 1.18.x before 1.18.1 can be caused to panic on macOS when presented with certain malformed certificates. This allows a remote TLS server to cause a TLS client to panic.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-27536",
"url": "https://www.suse.com/security/cve/CVE-2022-27536"
},
{
"category": "external",
"summary": "SUSE Bug 1198427 for CVE-2022-27536",
"url": "https://bugzilla.suse.com/1198427"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-27536"
},
{
"cve": "CVE-2022-27664",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-27664"
}
],
"notes": [
{
"category": "general",
"text": "In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted by a fatal error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-27664",
"url": "https://www.suse.com/security/cve/CVE-2022-27664"
},
{
"category": "external",
"summary": "SUSE Bug 1203185 for CVE-2022-27664",
"url": "https://bugzilla.suse.com/1203185"
},
{
"category": "external",
"summary": "SUSE Bug 1203293 for CVE-2022-27664",
"url": "https://bugzilla.suse.com/1203293"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "important"
}
],
"title": "CVE-2022-27664"
},
{
"cve": "CVE-2022-28131",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28131"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Decoder.Skip in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a deeply nested XML document.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28131",
"url": "https://www.suse.com/security/cve/CVE-2022-28131"
},
{
"category": "external",
"summary": "SUSE Bug 1201443 for CVE-2022-28131",
"url": "https://bugzilla.suse.com/1201443"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-28327",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28327"
}
],
"notes": [
{
"category": "general",
"text": "The generic P-256 feature in crypto/elliptic in Go before 1.17.9 and 1.18.x before 1.18.1 allows a panic via long scalar input.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28327",
"url": "https://www.suse.com/security/cve/CVE-2022-28327"
},
{
"category": "external",
"summary": "SUSE Bug 1198424 for CVE-2022-28327",
"url": "https://bugzilla.suse.com/1198424"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-28327"
},
{
"cve": "CVE-2022-2879",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-2879"
}
],
"notes": [
{
"category": "general",
"text": "Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-2879",
"url": "https://www.suse.com/security/cve/CVE-2022-2879"
},
{
"category": "external",
"summary": "SUSE Bug 1204024 for CVE-2022-2879",
"url": "https://bugzilla.suse.com/1204024"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "important"
}
],
"title": "CVE-2022-2879"
},
{
"cve": "CVE-2022-2880",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-2880"
}
],
"notes": [
{
"category": "general",
"text": "Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s Form field is set after the ReverseProxy. Director function returns, indicating that the proxy has parsed the query parameters. Proxies which do not parse query parameters continue to forward the original query parameters unchanged.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-2880",
"url": "https://www.suse.com/security/cve/CVE-2022-2880"
},
{
"category": "external",
"summary": "SUSE Bug 1204025 for CVE-2022-2880",
"url": "https://bugzilla.suse.com/1204025"
},
{
"category": "external",
"summary": "SUSE Bug 1204076 for CVE-2022-2880",
"url": "https://bugzilla.suse.com/1204076"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "important"
}
],
"title": "CVE-2022-2880"
},
{
"cve": "CVE-2022-29526",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-29526"
}
],
"notes": [
{
"category": "general",
"text": "Go before 1.17.10 and 1.18.x before 1.18.2 has Incorrect Privilege Assignment. When called with a non-zero flags parameter, the Faccessat function could incorrectly report that a file is accessible.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-29526",
"url": "https://www.suse.com/security/cve/CVE-2022-29526"
},
{
"category": "external",
"summary": "SUSE Bug 1199413 for CVE-2022-29526",
"url": "https://bugzilla.suse.com/1199413"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-29526"
},
{
"cve": "CVE-2022-29804",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-29804"
}
],
"notes": [
{
"category": "general",
"text": "Incorrect conversion of certain invalid paths to valid, absolute paths in Clean in path/filepath before Go 1.17.11 and Go 1.18.3 on Windows allows potential directory traversal attack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-29804",
"url": "https://www.suse.com/security/cve/CVE-2022-29804"
},
{
"category": "external",
"summary": "SUSE Bug 1200137 for CVE-2022-29804",
"url": "https://bugzilla.suse.com/1200137"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-29804"
},
{
"cve": "CVE-2022-30580",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30580"
}
],
"notes": [
{
"category": "general",
"text": "Code injection in Cmd.Start in os/exec before Go 1.17.11 and Go 1.18.3 allows execution of any binaries in the working directory named either \"..com\" or \"..exe\" by calling Cmd.Run, Cmd.Start, Cmd.Output, or Cmd.CombinedOutput when Cmd.Path is unset.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30580",
"url": "https://www.suse.com/security/cve/CVE-2022-30580"
},
{
"category": "external",
"summary": "SUSE Bug 1200136 for CVE-2022-30580",
"url": "https://bugzilla.suse.com/1200136"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "important"
}
],
"title": "CVE-2022-30580"
},
{
"cve": "CVE-2022-30629",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30629"
}
],
"notes": [
{
"category": "general",
"text": "Non-random values for ticket_age_add in session tickets in crypto/tls before Go 1.17.11 and Go 1.18.3 allow an attacker that can observe TLS handshakes to correlate successive connections by comparing ticket ages during session resumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30629",
"url": "https://www.suse.com/security/cve/CVE-2022-30629"
},
{
"category": "external",
"summary": "SUSE Bug 1200135 for CVE-2022-30629",
"url": "https://bugzilla.suse.com/1200135"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-30629"
},
{
"cve": "CVE-2022-30630",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30630"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Glob in io/fs before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path which contains a large number of path separators.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30630",
"url": "https://www.suse.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "SUSE Bug 1201447 for CVE-2022-30630",
"url": "https://bugzilla.suse.com/1201447"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-30630"
},
{
"cve": "CVE-2022-30631",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30631"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Reader.Read in compress/gzip before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via an archive containing a large number of concatenated 0-length compressed files.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30631",
"url": "https://www.suse.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "SUSE Bug 1201437 for CVE-2022-30631",
"url": "https://bugzilla.suse.com/1201437"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-30631"
},
{
"cve": "CVE-2022-30632",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30632"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Glob in path/filepath before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path containing a large number of path separators.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30632",
"url": "https://www.suse.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "SUSE Bug 1201445 for CVE-2022-30632",
"url": "https://bugzilla.suse.com/1201445"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-30632"
},
{
"cve": "CVE-2022-30633",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30633"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Unmarshal in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via unmarshalling an XML document into a Go struct which has a nested field that uses the \u0027any\u0027 field tag.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30633",
"url": "https://www.suse.com/security/cve/CVE-2022-30633"
},
{
"category": "external",
"summary": "SUSE Bug 1201440 for CVE-2022-30633",
"url": "https://bugzilla.suse.com/1201440"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-30634",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30634"
}
],
"notes": [
{
"category": "general",
"text": "Infinite loop in Read in crypto/rand before Go 1.17.11 and Go 1.18.3 on Windows allows attacker to cause an indefinite hang by passing a buffer larger than 1 \u003c\u003c 32 - 1 bytes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30634",
"url": "https://www.suse.com/security/cve/CVE-2022-30634"
},
{
"category": "external",
"summary": "SUSE Bug 1200134 for CVE-2022-30634",
"url": "https://bugzilla.suse.com/1200134"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-30634"
},
{
"cve": "CVE-2022-30635",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30635"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Decoder.Decode in encoding/gob before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a message which contains deeply nested structures.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30635",
"url": "https://www.suse.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "SUSE Bug 1201444 for CVE-2022-30635",
"url": "https://bugzilla.suse.com/1201444"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-30635"
},
{
"cve": "CVE-2022-32148",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32148"
}
],
"notes": [
{
"category": "general",
"text": "Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the value of the X-Forwarded-For header.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32148",
"url": "https://www.suse.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "SUSE Bug 1201436 for CVE-2022-32148",
"url": "https://bugzilla.suse.com/1201436"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.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:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-32148"
},
{
"cve": "CVE-2022-32189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32189"
}
],
"notes": [
{
"category": "general",
"text": "A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32189",
"url": "https://www.suse.com/security/cve/CVE-2022-32189"
},
{
"category": "external",
"summary": "SUSE Bug 1202035 for CVE-2022-32189",
"url": "https://bugzilla.suse.com/1202035"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-32189"
},
{
"cve": "CVE-2022-41715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41715"
}
],
"notes": [
{
"category": "general",
"text": "Programs which compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp representation is linear in the size of the input, but in some cases the constant factor can be as high as 40,000, making relatively small regexps consume much larger amounts of memory. After 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. Normal use of regular expressions is unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41715",
"url": "https://www.suse.com/security/cve/CVE-2022-41715"
},
{
"category": "external",
"summary": "SUSE Bug 1204023 for CVE-2022-41715",
"url": "https://bugzilla.suse.com/1204023"
},
{
"category": "external",
"summary": "SUSE Bug 1208441 for CVE-2022-41715",
"url": "https://bugzilla.suse.com/1208441"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-41715"
},
{
"cve": "CVE-2022-41716",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41716"
}
],
"notes": [
{
"category": "general",
"text": "Due to unsanitized NUL values, attackers may be able to maliciously set environment variables on Windows. In syscall.StartProcess and os/exec.Cmd, invalid environment variable values containing NUL values are not properly checked for. A malicious environment variable value can exploit this behavior to set a value for a different environment variable. For example, the environment variable string \"A=B\\x00C=D\" sets the variables \"A=B\" and \"C=D\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41716",
"url": "https://www.suse.com/security/cve/CVE-2022-41716"
},
{
"category": "external",
"summary": "SUSE Bug 1204941 for CVE-2022-41716",
"url": "https://bugzilla.suse.com/1204941"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 0,
"baseSeverity": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-41716"
},
{
"cve": "CVE-2022-41717",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41717"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can 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": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41717",
"url": "https://www.suse.com/security/cve/CVE-2022-41717"
},
{
"category": "external",
"summary": "SUSE Bug 1206135 for CVE-2022-41717",
"url": "https://bugzilla.suse.com/1206135"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "important"
}
],
"title": "CVE-2022-41717"
},
{
"cve": "CVE-2022-41720",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41720"
}
],
"notes": [
{
"category": "general",
"text": "On Windows, restricted files can be accessed via os.DirFS and http.Dir. The os.DirFS function and http.Dir type provide access to a tree of files rooted at a given directory. These functions permit access to Windows device files under that root. For example, os.DirFS(\"C:/tmp\").Open(\"COM1\") opens the COM1 device. Both os.DirFS and http.Dir only provide read-only filesystem access. In addition, on Windows, an os.DirFS for the directory (the root of the current drive) can permit a maliciously crafted path to escape from the drive and access any path on the system. With fix applied, the behavior of os.DirFS(\"\") has changed. Previously, an empty root was treated equivalently to \"/\", so os.DirFS(\"\").Open(\"tmp\") would open the path \"/tmp\". This now returns an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41720",
"url": "https://www.suse.com/security/cve/CVE-2022-41720"
},
{
"category": "external",
"summary": "SUSE Bug 1206134 for CVE-2022-41720",
"url": "https://bugzilla.suse.com/1206134"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "important"
}
],
"title": "CVE-2022-41720"
},
{
"cve": "CVE-2022-41723",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41723"
}
],
"notes": [
{
"category": "general",
"text": "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 small requests.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41723",
"url": "https://www.suse.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "SUSE Bug 1208270 for CVE-2022-41723",
"url": "https://bugzilla.suse.com/1208270"
},
{
"category": "external",
"summary": "SUSE Bug 1215588 for CVE-2022-41723",
"url": "https://bugzilla.suse.com/1215588"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "important"
}
],
"title": "CVE-2022-41723"
},
{
"cve": "CVE-2022-41724",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41724"
}
],
"notes": [
{
"category": "general",
"text": "Large handshake records may cause panics in crypto/tls. Both clients and servers may send large TLS handshake records which cause servers and clients, respectively, to panic when attempting to construct responses. This affects all TLS 1.3 clients, TLS 1.2 clients which explicitly enable session resumption (by setting Config.ClientSessionCache to a non-nil value), and TLS 1.3 servers which request client certificates (by setting Config.ClientAuth \u003e= RequestClientCert).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41724",
"url": "https://www.suse.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "SUSE Bug 1208271 for CVE-2022-41724",
"url": "https://bugzilla.suse.com/1208271"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "important"
}
],
"title": "CVE-2022-41724"
},
{
"cve": "CVE-2022-41725",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41725"
}
],
"notes": [
{
"category": "general",
"text": "A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. ReadForm takes a maxMemory parameter, and is documented as storing \"up to maxMemory bytes +10MB (reserved for non-file parts) in memory\". File parts which cannot be stored in memory are stored on disk in temporary files. The unconfigurable 10MB reserved for non-file parts is excessively large and can potentially open a denial of service vector on its own. However, ReadForm did not properly account for all memory consumed by a parsed form, such as map entry overhead, part names, and MIME headers, permitting a maliciously crafted form to consume well over 10MB. In addition, ReadForm contained no limit on the number of disk files created, permitting a relatively small request body to create a large number of disk temporary files. With fix, ReadForm now properly accounts for various forms of memory overhead, and should now stay within its documented limit of 10MB + maxMemory bytes of memory consumption. Users should still be aware that this limit is high and may still be hazardous. In addition, ReadForm now creates at most one on-disk temporary file, combining multiple form parts into a single temporary file. The mime/multipart.File interface type\u0027s documentation states, \"If stored on disk, the File\u0027s underlying concrete type will be an *os.File.\". This is no longer the case when a form contains more than one file part, due to this coalescing of parts into a single file. The previous behavior of using distinct files for each form part may be reenabled with the environment variable GODEBUG=multipartfiles=distinct. Users should be aware that multipart.ReadForm and the http.Request methods that call it do not limit the amount of disk consumed by temporary files. Callers can limit the size of form data with http.MaxBytesReader.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41725",
"url": "https://www.suse.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "SUSE Bug 1208272 for CVE-2022-41725",
"url": "https://bugzilla.suse.com/1208272"
}
],
"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.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-41725"
}
]
}
FKIE_CVE-2022-32189
Vulnerability from fkie_nvd - Published: 2022-08-10 20:15 - Updated: 2024-11-21 07:05| URL | Tags | ||
|---|---|---|---|
| security@golang.org | https://go.dev/cl/417774 | Patch | |
| security@golang.org | https://go.dev/issue/53871 | Exploit, Third Party Advisory | |
| security@golang.org | https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66 | Mailing List, Patch | |
| security@golang.org | https://groups.google.com/g/golang-announce/c/YqYYG87xB10 | Mailing List, Third Party Advisory | |
| security@golang.org | https://pkg.go.dev/vuln/GO-2022-0537 | Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://go.dev/cl/417774 | Patch | |
| af854a3a-2127-422b-91ae-364da2661108 | https://go.dev/issue/53871 | Exploit, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66 | Mailing List, Patch | |
| af854a3a-2127-422b-91ae-364da2661108 | https://groups.google.com/g/golang-announce/c/YqYYG87xB10 | Mailing List, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://pkg.go.dev/vuln/GO-2022-0537 | Vendor Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"matchCriteriaId": "E7E9739F-F721-4396-AB8C-C4BAEB0976B6",
"versionEndExcluding": "1.17.13",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"matchCriteriaId": "67624D31-C75B-4EFB-965F-5A650B908FE9",
"versionEndExcluding": "1.18.5",
"versionStartIncluding": "1.18.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service."
},
{
"lang": "es",
"value": "Un mensaje codificado demasiado corto puede causar un p\u00e1nico en Float.GobDecode y Rat GobDecode en math/big en Go versiones anteriores a 1.17.13 y 1.18.5, permitiendo potencialmente una denegaci\u00f3n de servicio"
}
],
"id": "CVE-2022-32189",
"lastModified": "2024-11-21T07:05:53.513",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2022-08-10T20:15:47.507",
"references": [
{
"source": "security@golang.org",
"tags": [
"Patch"
],
"url": "https://go.dev/cl/417774"
},
{
"source": "security@golang.org",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://go.dev/issue/53871"
},
{
"source": "security@golang.org",
"tags": [
"Mailing List",
"Patch"
],
"url": "https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66"
},
{
"source": "security@golang.org",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://groups.google.com/g/golang-announce/c/YqYYG87xB10"
},
{
"source": "security@golang.org",
"tags": [
"Vendor Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2022-0537"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch"
],
"url": "https://go.dev/cl/417774"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://go.dev/issue/53871"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Patch"
],
"url": "https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://groups.google.com/g/golang-announce/c/YqYYG87xB10"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Vendor Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2022-0537"
}
],
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "NVD-CWE-noinfo"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
OPENSUSE-SU-2024:12229-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.17-1.17.13-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the go1.17-1.17.13-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12229",
"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_12229-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32189 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32189/"
}
],
"title": "go1.17-1.17.13-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:12229-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.17-1.17.13-1.1.aarch64",
"product": {
"name": "go1.17-1.17.13-1.1.aarch64",
"product_id": "go1.17-1.17.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.13-1.1.aarch64",
"product": {
"name": "go1.17-doc-1.17.13-1.1.aarch64",
"product_id": "go1.17-doc-1.17.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.17-race-1.17.13-1.1.aarch64",
"product": {
"name": "go1.17-race-1.17.13-1.1.aarch64",
"product_id": "go1.17-race-1.17.13-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.17-1.17.13-1.1.ppc64le",
"product": {
"name": "go1.17-1.17.13-1.1.ppc64le",
"product_id": "go1.17-1.17.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.13-1.1.ppc64le",
"product": {
"name": "go1.17-doc-1.17.13-1.1.ppc64le",
"product_id": "go1.17-doc-1.17.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.17-race-1.17.13-1.1.ppc64le",
"product": {
"name": "go1.17-race-1.17.13-1.1.ppc64le",
"product_id": "go1.17-race-1.17.13-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.17-1.17.13-1.1.s390x",
"product": {
"name": "go1.17-1.17.13-1.1.s390x",
"product_id": "go1.17-1.17.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.13-1.1.s390x",
"product": {
"name": "go1.17-doc-1.17.13-1.1.s390x",
"product_id": "go1.17-doc-1.17.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.17-race-1.17.13-1.1.s390x",
"product": {
"name": "go1.17-race-1.17.13-1.1.s390x",
"product_id": "go1.17-race-1.17.13-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.17-1.17.13-1.1.x86_64",
"product": {
"name": "go1.17-1.17.13-1.1.x86_64",
"product_id": "go1.17-1.17.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.13-1.1.x86_64",
"product": {
"name": "go1.17-doc-1.17.13-1.1.x86_64",
"product_id": "go1.17-doc-1.17.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.17-race-1.17.13-1.1.x86_64",
"product": {
"name": "go1.17-race-1.17.13-1.1.x86_64",
"product_id": "go1.17-race-1.17.13-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.17-1.17.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-1.17.13-1.1.aarch64"
},
"product_reference": "go1.17-1.17.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-1.17.13-1.1.ppc64le"
},
"product_reference": "go1.17-1.17.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-1.17.13-1.1.s390x"
},
"product_reference": "go1.17-1.17.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-1.17.13-1.1.x86_64"
},
"product_reference": "go1.17-1.17.13-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-doc-1.17.13-1.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-doc-1.17.13-1.1.ppc64le"
},
"product_reference": "go1.17-doc-1.17.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-doc-1.17.13-1.1.s390x"
},
"product_reference": "go1.17-doc-1.17.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-doc-1.17.13-1.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-race-1.17.13-1.1.aarch64"
},
"product_reference": "go1.17-race-1.17.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-race-1.17.13-1.1.ppc64le"
},
"product_reference": "go1.17-race-1.17.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-race-1.17.13-1.1.s390x"
},
"product_reference": "go1.17-race-1.17.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-race-1.17.13-1.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32189"
}
],
"notes": [
{
"category": "general",
"text": "A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.17-1.17.13-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.13-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.13-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.13-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.13-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.13-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.13-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.13-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.13-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.13-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.13-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32189",
"url": "https://www.suse.com/security/cve/CVE-2022-32189"
},
{
"category": "external",
"summary": "SUSE Bug 1202035 for CVE-2022-32189",
"url": "https://bugzilla.suse.com/1202035"
}
],
"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.17-1.17.13-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.13-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.13-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.13-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.13-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.13-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.13-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.13-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.13-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.13-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.13-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.17-1.17.13-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.13-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.13-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.13-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.13-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.13-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.13-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.13-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.13-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.13-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.13-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-32189"
}
]
}
OPENSUSE-SU-2024:12230-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.18-1.18.5-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the go1.18-1.18.5-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12230",
"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_12230-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32189 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32189/"
}
],
"title": "go1.18-1.18.5-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:12230-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.18-1.18.5-1.1.aarch64",
"product": {
"name": "go1.18-1.18.5-1.1.aarch64",
"product_id": "go1.18-1.18.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.5-1.1.aarch64",
"product": {
"name": "go1.18-doc-1.18.5-1.1.aarch64",
"product_id": "go1.18-doc-1.18.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.18-race-1.18.5-1.1.aarch64",
"product": {
"name": "go1.18-race-1.18.5-1.1.aarch64",
"product_id": "go1.18-race-1.18.5-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-1.18.5-1.1.ppc64le",
"product": {
"name": "go1.18-1.18.5-1.1.ppc64le",
"product_id": "go1.18-1.18.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.5-1.1.ppc64le",
"product": {
"name": "go1.18-doc-1.18.5-1.1.ppc64le",
"product_id": "go1.18-doc-1.18.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.18-race-1.18.5-1.1.ppc64le",
"product": {
"name": "go1.18-race-1.18.5-1.1.ppc64le",
"product_id": "go1.18-race-1.18.5-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-1.18.5-1.1.s390x",
"product": {
"name": "go1.18-1.18.5-1.1.s390x",
"product_id": "go1.18-1.18.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.5-1.1.s390x",
"product": {
"name": "go1.18-doc-1.18.5-1.1.s390x",
"product_id": "go1.18-doc-1.18.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.18-race-1.18.5-1.1.s390x",
"product": {
"name": "go1.18-race-1.18.5-1.1.s390x",
"product_id": "go1.18-race-1.18.5-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-1.18.5-1.1.x86_64",
"product": {
"name": "go1.18-1.18.5-1.1.x86_64",
"product_id": "go1.18-1.18.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.5-1.1.x86_64",
"product": {
"name": "go1.18-doc-1.18.5-1.1.x86_64",
"product_id": "go1.18-doc-1.18.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.18-race-1.18.5-1.1.x86_64",
"product": {
"name": "go1.18-race-1.18.5-1.1.x86_64",
"product_id": "go1.18-race-1.18.5-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.18-1.18.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-1.18.5-1.1.aarch64"
},
"product_reference": "go1.18-1.18.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-1.18.5-1.1.ppc64le"
},
"product_reference": "go1.18-1.18.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-1.18.5-1.1.s390x"
},
"product_reference": "go1.18-1.18.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-1.18.5-1.1.x86_64"
},
"product_reference": "go1.18-1.18.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-doc-1.18.5-1.1.aarch64"
},
"product_reference": "go1.18-doc-1.18.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-doc-1.18.5-1.1.ppc64le"
},
"product_reference": "go1.18-doc-1.18.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-doc-1.18.5-1.1.s390x"
},
"product_reference": "go1.18-doc-1.18.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-doc-1.18.5-1.1.x86_64"
},
"product_reference": "go1.18-doc-1.18.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-race-1.18.5-1.1.aarch64"
},
"product_reference": "go1.18-race-1.18.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-race-1.18.5-1.1.ppc64le"
},
"product_reference": "go1.18-race-1.18.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-race-1.18.5-1.1.s390x"
},
"product_reference": "go1.18-race-1.18.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-race-1.18.5-1.1.x86_64"
},
"product_reference": "go1.18-race-1.18.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32189"
}
],
"notes": [
{
"category": "general",
"text": "A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.18-1.18.5-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.5-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.5-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.5-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.5-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.5-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.5-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.5-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.5-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.5-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.5-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32189",
"url": "https://www.suse.com/security/cve/CVE-2022-32189"
},
{
"category": "external",
"summary": "SUSE Bug 1202035 for CVE-2022-32189",
"url": "https://bugzilla.suse.com/1202035"
}
],
"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.18-1.18.5-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.5-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.5-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.5-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.5-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.5-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.5-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.5-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.5-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.5-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.5-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.18-1.18.5-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.5-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.5-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.5-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.5-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.5-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.5-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.5-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.5-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.5-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.5-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-32189"
}
]
}
GHSA-3RM2-W8F7-H7RF
Vulnerability from github – Published: 2022-08-11 00:00 – Updated: 2022-08-16 00:00A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service.
{
"affected": [],
"aliases": [
"CVE-2022-32189"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2022-08-10T20:15:00Z",
"severity": "HIGH"
},
"details": "A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service.",
"id": "GHSA-3rm2-w8f7-h7rf",
"modified": "2022-08-16T00:00:27Z",
"published": "2022-08-11T00:00:18Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189"
},
{
"type": "WEB",
"url": "https://go.dev/cl/417774"
},
{
"type": "WEB",
"url": "https://go.dev/issue/53871"
},
{
"type": "WEB",
"url": "https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66"
},
{
"type": "WEB",
"url": "https://groups.google.com/g/golang-announce/c/YqYYG87xB10"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UH4RHZUO6LPJKGF2UZSD2UZOCIGHUI5E"
},
{
"type": "WEB",
"url": "https://pkg.go.dev/vuln/GO-2022-0537"
},
{
"type": "WEB",
"url": "https://security.netapp.com/advisory/ntap-20220923-0003"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
MSRC_CVE-2022-32189
Vulnerability from csaf_microsoft - Published: 2022-08-02 00:00 - Updated: 2022-08-16 00:00Notes
{
"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-2022-32189 Panic when decoding Float and Rat types in math/big - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2022/msrc_cve-2022-32189.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": "Panic when decoding Float and Rat types in math/big",
"tracking": {
"current_release_date": "2022-08-16T00:00:00.000Z",
"generator": {
"date": "2025-10-19T23:51:07.188Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2022-32189",
"initial_release_date": "2022-08-02T00:00:00.000Z",
"revision_history": [
{
"date": "2022-08-16T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "1.0",
"product": {
"name": "CBL Mariner 1.0",
"product_id": "16820"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccm1 golang 1.18.5-1",
"product": {
"name": "\u003ccm1 golang 1.18.5-1",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cm1 golang 1.18.5-1",
"product": {
"name": "cm1 golang 1.18.5-1",
"product_id": "18641"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 golang 1.18.5-1",
"product": {
"name": "\u003ccbl2 golang 1.18.5-1",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 golang 1.18.5-1",
"product": {
"name": "cbl2 golang 1.18.5-1",
"product_id": "18642"
}
}
],
"category": "product_name",
"name": "golang"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccm1 golang 1.18.5-1 as a component of CBL Mariner 1.0",
"product_id": "16820-2"
},
"product_reference": "2",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cm1 golang 1.18.5-1 as a component of CBL Mariner 1.0",
"product_id": "18641-16820"
},
"product_reference": "18641",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 golang 1.18.5-1 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.5-1 as a component of CBL Mariner 2.0",
"product_id": "18642-17086"
},
"product_reference": "18642",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32189",
"notes": [
{
"category": "general",
"text": "Go",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"18641-16820",
"18642-17086"
],
"known_affected": [
"16820-2",
"17086-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-32189 Panic when decoding Float and Rat types in math/big - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2022/msrc_cve-2022-32189.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2022-08-16T00:00:00.000Z",
"details": "1.18.5-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"16820-2",
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"16820-2",
"17086-1"
]
}
],
"title": "Panic when decoding Float and Rat types in math/big"
}
]
}
GSD-2022-32189
Vulnerability from gsd - Updated: 2023-12-13 01:19{
"GSD": {
"alias": "CVE-2022-32189",
"description": "A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service.",
"id": "GSD-2022-32189",
"references": [
"https://advisories.mageia.org/CVE-2022-32189.html",
"https://www.suse.com/security/cve/CVE-2022-32189.html",
"https://access.redhat.com/errata/RHSA-2022:7129",
"https://access.redhat.com/errata/RHSA-2022:7548",
"https://access.redhat.com/errata/RHSA-2022:7950",
"https://access.redhat.com/errata/RHSA-2022:8534",
"https://access.redhat.com/errata/RHSA-2022:8535",
"https://access.redhat.com/errata/RHSA-2022:8626",
"https://access.redhat.com/errata/RHSA-2022:8781",
"https://access.redhat.com/errata/RHSA-2022:7398",
"https://access.redhat.com/errata/RHSA-2023:0542",
"https://access.redhat.com/errata/RHSA-2023:0693"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2022-32189"
],
"details": "A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service.",
"id": "GSD-2022-32189",
"modified": "2023-12-13T01:19:12.103047Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-32189",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "math/big",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_name": "0",
"version_value": "1.17.13"
},
{
"version_affected": "\u003c",
"version_name": "1.18.0-0",
"version_value": "1.18.5"
}
]
}
}
]
},
"vendor_name": "Go standard library"
}
]
}
},
"credits": [
{
"lang": "en",
"value": "@catenacyber"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 400: Uncontrolled Resource Consumption"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://go.dev/cl/417774",
"refsource": "MISC",
"url": "https://go.dev/cl/417774"
},
{
"name": "https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66",
"refsource": "MISC",
"url": "https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66"
},
{
"name": "https://go.dev/issue/53871",
"refsource": "MISC",
"url": "https://go.dev/issue/53871"
},
{
"name": "https://groups.google.com/g/golang-announce/c/YqYYG87xB10",
"refsource": "MISC",
"url": "https://groups.google.com/g/golang-announce/c/YqYYG87xB10"
},
{
"name": "https://pkg.go.dev/vuln/GO-2022-0537",
"refsource": "MISC",
"url": "https://pkg.go.dev/vuln/GO-2022-0537"
}
]
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.18.5",
"versionStartIncluding": "1.18.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.17.13",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-32189"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "NVD-CWE-noinfo"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://go.dev/issue/53871",
"refsource": "MISC",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://go.dev/issue/53871"
},
{
"name": "https://groups.google.com/g/golang-announce/c/YqYYG87xB10",
"refsource": "MISC",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://groups.google.com/g/golang-announce/c/YqYYG87xB10"
},
{
"name": "https://pkg.go.dev/vuln/GO-2022-0537",
"refsource": "MISC",
"tags": [
"Vendor Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2022-0537"
},
{
"name": "https://go.dev/cl/417774",
"refsource": "MISC",
"tags": [
"Patch"
],
"url": "https://go.dev/cl/417774"
},
{
"name": "https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66",
"refsource": "MISC",
"tags": [
"Mailing List",
"Patch"
],
"url": "https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
},
"lastModifiedDate": "2023-03-03T15:39Z",
"publishedDate": "2022-08-10T20: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.